- 29 Apr, 2013 6 commits
-
-
Sarina Canelake committed
-
Sarina Canelake committed
-
Sarina Canelake committed
-
Sarina Canelake committed
-
Sarina Canelake committed
-
Sarina Canelake committed
-
- 22 Apr, 2013 1 commit
-
-
Diana Huang committed
-
- 18 Apr, 2013 3 commits
-
-
* Hide "Test Code" button after we check the problem * Only set the state of the problem to 'queued' if we have successfully queued the problem * Unit tests for bugs and new functionality
Diana Huang committed -
Diana Huang committed
-
Will Daly committed
-
- 17 Apr, 2013 4 commits
- 12 Apr, 2013 7 commits
-
-
Will Daly committed
-
Diana Huang committed
-
Diana Huang committed
-
Add tests for unicode and escaped HTML characters
Diana Huang committed -
Diana Huang committed
-
Diana Huang committed
-
Diana Huang committed
-
- 03 Apr, 2013 3 commits
-
-
Diana Huang committed
-
for Matlab inputs
Diana Huang committed -
Diana Huang committed
-
- 01 Apr, 2013 2 commits
- 30 Mar, 2013 1 commit
-
-
comparison of correctness in multiple choice. Multiple choice code is scattered and sometimes sends a list of choices for the value, and sometimes a single string. We used to use "in" which scarily handled both cases (list or substring search), but that caused a bug when you had two choices like choice_1 and choice10. Moving to == caused us to break when lists were sent to us. So this ugly code is extra paranoid and checks both possibilities. This really needs a better cleanup.
David Ormsbee committed
-
- 29 Mar, 2013 3 commits
-
-
Ned Batchelder committed
-
Ned Batchelder committed
-
is set to an integer (and correctly saved) instead of a tuple.
Will Daly committed
-
- 27 Mar, 2013 7 commits
-
-
Will Daly committed
-
* Removed duplicate traceback log message * Now provide string, not Exception, as second tuple item to raise
Will Daly committed -
Added tests for SchematicResponse error handling
Will Daly committed -
causing a 500 error. When XModule raises a ProcessingError during an AJAX request, this module_render now returns a 404 to further reduce number of 500 responses.
Will Daly committed -
Will Daly committed
-
which is the only other response type to use StudentInputError.
Will Daly committed -
if the user is a staff member. Otherwise, it displays just the exception message.
Will Daly committed
-
- 26 Mar, 2013 3 commits
-
-
was causing 500 errors. Add test to verify that this won't happen again.
Diana Huang committed -
Will Daly committed
-
Will Daly committed
-