- 11 Oct, 2012 4 commits
-
-
Victor Shnayder committed
-
- 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 committed -
- 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 committed -
Victor Shnayder committed
-
- 10 Oct, 2012 3 commits
-
-
* 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 committed -
Victor Shnayder committed
-
Victor Shnayder committed
-
- 08 Oct, 2012 12 commits
-
-
- needed for chemical equation parsing, which is about to appear in capa
Victor Shnayder committed -
- move progress tests into test_progress.py - move grader tests into test_graders.py - move the capa tests into capa/tests/
Victor Shnayder committed -
Victor/capa cleanup Looks good. Yes, the code exec part will need more thought, particularly with respect to security.
ichuang committed -
Don't want to break existing problems. This reverts commit 811422a1.
Victor Shnayder committed -
- check for known script type instead of ignoring js and perl
Victor Shnayder committed -
Victor Shnayder committed
-
Victor Shnayder committed
-
Victor Shnayder committed
-
Victor Shnayder committed
-
Victor Shnayder committed
-
Victor Shnayder committed
-
Victor Shnayder committed
-
- 07 Oct, 2012 1 commit
-
-
Added starting_index conf to AssignmentFormatGrader.
David Ormsbee committed
-
- 06 Oct, 2012 1 commit
-
-
Added starting_index conf to AssignmentFormatGrader. Added a bit of forwards compatibility for new grading policies.
Bridger Maxwell committed
-
- 05 Oct, 2012 10 commits
-
-
added ie warning banner to courseware; displayed by ie conditional style...
Victor Shnayder committed -
Set git push.default to current on the create-dev-env script
Victor Shnayder committed -
Carlos Andrés Rocha committed
-
Fix error when creating empty associations
Victor Shnayder committed -
move output right/wrong image to top left of each test instead of center
Victor Shnayder committed -
Also renamed some variables to make them more distinguishable
Carlos Andrés Rocha committed -
Victor Shnayder committed
-
Victor Shnayder committed
-
Use django cache for OpenID provider store
Victor Shnayder committed -
changed vote button icon display mode to fight zoom bugs
kimth committed
-
- 04 Oct, 2012 6 commits
-
-
Tom Giannattasio committed
-
Tom Giannattasio committed
-
Tom Giannattasio committed
-
added google analytics to all pages without a course object
Calen Pennington committed -
Fix create-dev-env script for Mac OS 10.8 and latest stable rvm
Calen Pennington committed -
Add support for video download link
Victor Shnayder committed
-
- 03 Oct, 2012 3 commits
-
-
Tom Giannattasio committed
-
Carlos Andrés Rocha committed
-
Replaced the previous method of getting it from HTTP_POST to use django's mechanism, which may or may not use HTTP_HOST. However if an attacker changes the request header, there is not much he can do since he cannot recreate the association nonce.
Carlos Andrés Rocha committed
-