- 01 Apr, 2013 1 commit
-
-
change submission history to be ordered by id
David Ormsbee committed
-
- 30 Mar, 2013 3 commits
-
-
HOTFIX: Accept either a list of possible values, or a string as a value for I'm pulling this in myself because it's urgent, it's the weekend, and I don't want this to get forgotten.
David Ormsbee committed -
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 -
Brian Wilson committed
-
- 29 Mar, 2013 22 commits
-
-
Fix/vik/add oe tab
chrisndodge committed -
Vik Paruchuri committed
-
add checking for metadata that we can't support editing for in Studio. T...
Don Mitchell committed -
Feature/cdodge/course overview perf
Don Mitchell committed -
Chris Dodge committed
-
Chris Dodge committed
-
Enough is enough.
brianhw committed -
Ned Batchelder committed
-
Ned Batchelder committed
-
add an 'allowed' list of metadata (e.g. display_name, etc.) and also restrict metadata on sequentials
Chris Dodge committed -
Vik Paruchuri committed
-
Feature/will/speed up unit tests
Jay Zoldak committed -
Vik Paruchuri committed
-
Vik Paruchuri committed
-
Jay Zoldak committed
-
Conflicts: cms/djangoapps/contentstore/utils.py cms/djangoapps/contentstore/views.py cms/djangoapps/models/settings/course_metadata.py
Vik Paruchuri committed -
Remove the default and prevent input_state from persisting across problems
David Ormsbee committed -
unnecessary data.
Diana Huang committed -
Fixed bug in parsing of urandom struct so that seed
David Ormsbee committed -
Jay Zoldak committed
-
is set to an integer (and correctly saved) instead of a tuple.
Will Daly committed -
Chris Dodge committed
-
- 28 Mar, 2013 14 commits
-
-
Will Daly committed
-
Will Daly committed
-
Will Daly committed
-
Chris Dodge committed
-
Content/rocha/utaustinx courses
Ned Batchelder committed -
Carlos Andrés Rocha committed
-
Carlos Andrés Rocha committed
-
Chris Dodge committed
-
Will Daly committed
-
over all test runs.
Will Daly committed -
Chris Dodge committed
-
Chris Dodge committed
-
Bug fix for grading type not showing on course outline (#258).
chrisndodge committed -
cahrens committed
-