- 12 Mar, 2013 20 commits
-
-
Table order fix (again), changes a single character
John Hess committed -
add management command to regrade partial-credit problems affected by ge...
Diana Huang committed -
hot fix for delete_item. The 'delete_all_versions' is useful in that it ...
Christina Roberts committed -
Make sure that test-requirements.txt doesn't install versions of libraries that requirements.txt has pinned, and cache pip downloads
Calen Pennington committed -
Ned Batchelder committed
-
Brian Wilson committed
-
Make sure that test-requirements.txt doesn't install versions of libraries that requirements.txt has pinned, and cache pip downloads
Calen Pennington committed -
Brian Wilson committed
-
hot fix for delete_item. The 'delete_all_versions' is useful in that it is set to true when doing explicit deletes as opposed to 'delete draft'. If delete_all_versions=False, then don't remove the deleted item from the parent children collection
Chris Dodge committed -
Brian Wilson committed
-
Ned Batchelder committed
-
Ned Batchelder committed
-
Fix/vik/oe pep8
Jay Zoldak committed -
Vik Paruchuri committed
-
Brian Wilson committed
-
Vik Paruchuri committed
-
Julian Arni committed
-
Add logging to debug strange cohort behavior on prod.
Calen Pennington committed -
do a bunch of pylint improvements
chrisndodge committed -
Chris Dodge committed
-
- 11 Mar, 2013 20 commits
-
-
Feature/jkarni/folditx
John Hess committed -
Strange behavior: - There are 20 cohorts that users should be randomly assigned into in HeroesX - Almost all, but not all (e.g. ~3300 / 3400) users end up in the same group. - testing manually locally and on prod in a django shell shows nothing wrong
Victor Shnayder committed -
John Hess committed
-
John Hess committed
-
John Hess committed
-
Fix modulestore tests for pep8 violations
chrisndodge committed -
Jay Zoldak committed
-
Feature/cdodge/pylint cleanup
Don Mitchell committed -
Less is more.
Julian Arni committed -
Chris Dodge committed
-
Chris Dodge committed
-
Chris Dodge committed
-
Initial implementation of htmlbook.
David Ormsbee committed -
Brian Wilson committed
-
Make numeric response handle plus sign exponential correctly
David Ormsbee committed -
delete_item should update the parent's list of children to reflect the d...
Christina Roberts committed -
NumericResponse was failing to accept as correct an answer with a plus sign in the exponential. For example: 5.0e+1 was marked as incorrect if the answer was 50. However, 5.0e1 was marked as correct. This caused confusion, since the answer shown to students included the plus sign. LMS Lighthouse [#242]
Carlos Andrés Rocha committed -
Calen Pennington committed
-
Brian Wilson committed
-
Julian Arni committed
-