- Oct 12, 2012
-
-
Victor Shnayder authored
- make chemical_equations_equal return False instead of raising errors. - make tests not choke on unicode - get full coverage
-
Victor Shnayder authored
-
Victor Shnayder authored
-
Victor Shnayder authored
- architecturally slightly questionable: the preview ajax calls goes to an LMS view instead of an input type specific one. This needs to be fixed during the grand capa re-org, but there isn't time to do it right now. - also, I kind of like having a generic turn-a-formula-into-a-preview service available
-
- Oct 11, 2012
-
-
Victor Shnayder authored
-
Victor Shnayder authored
- for now, wraps existing render functions as separate classes - a bit of cleanup in how it's called from capa_problem - initial tests to make sure things are testable.
-
Victor Shnayder authored
- give different errors when student or author stuff is messed up (I was seeing "No way to interpret '3' as a number" :P) - preserve traceback in exception
-
Victor Shnayder authored
-
- Oct 10, 2012
-
-
Victor Shnayder authored
* Move tests into a separate file * add a chemical_equations_equal function to compare equations, not expressions * rename some internal functions with a leading _
-
Victor Shnayder authored
-
Victor Shnayder authored
-
- Oct 08, 2012
-
-
Victor Shnayder authored
- needed for chemical equation parsing, which is about to appear in capa
-
Victor Shnayder authored
- move progress tests into test_progress.py - move grader tests into test_graders.py - move the capa tests into capa/tests/
-
ichuang authored
Victor/capa cleanup Looks good. Yes, the code exec part will need more thought, particularly with respect to security.
-
Victor Shnayder authored
Don't want to break existing problems. This reverts commit 811422a1.
-
Victor Shnayder authored
- check for known script type instead of ignoring js and perl
-
Victor Shnayder authored
-
Victor Shnayder authored
-
Victor Shnayder authored
-
Victor Shnayder authored
-
Victor Shnayder authored
-
Victor Shnayder authored
-
Victor Shnayder authored
-
- Oct 07, 2012
-
-
David Ormsbee authored
Added starting_index conf to AssignmentFormatGrader.
-
- Oct 06, 2012
-
-
Bridger Maxwell authored
Added starting_index conf to AssignmentFormatGrader. Added a bit of forwards compatibility for new grading policies.
-
- Oct 05, 2012
-
-
Victor Shnayder authored
added ie warning banner to courseware; displayed by ie conditional style...
-
Victor Shnayder authored
Set git push.default to current on the create-dev-env script
-
Carlos Andrés Rocha authored
-
Victor Shnayder authored
Fix error when creating empty associations
-
Victor Shnayder authored
move output right/wrong image to top left of each test instead of center
-
Carlos Andrés Rocha authored
Also renamed some variables to make them more distinguishable
-
Victor Shnayder authored
-
Victor Shnayder authored
-
Victor Shnayder authored
Use django cache for OpenID provider store
-
kimth authored
changed vote button icon display mode to fight zoom bugs
-
- Oct 04, 2012
-
-
Tom Giannattasio authored
-
Tom Giannattasio authored
-
Tom Giannattasio authored
-
Calen Pennington authored
added google analytics to all pages without a course object
-
Calen Pennington authored
Fix create-dev-env script for Mac OS 10.8 and latest stable rvm
-