- 22 Jul, 2013 1 commit
-
-
Incidentally, fixes an acceptance test (which would have caught this bug) not running. Its step regex was "They are correctly selected after I reload the page$", which happens to be matched by "I reload the page$", another step definition. Lettuce seems to arbitrarily pick between definitions if they both match a step, so it's good to ensure that each step isn't a sub-regexes of another.
Peter Fogg committed
-
- 19 Jul, 2013 6 commits
-
-
Will Daly committed
-
Will Daly committed
-
Will Daly committed
-
A new modulestore backed by mongo that changes the data format to facilitate easy versioning, sharing content between courses, and fast lookup of course structure and Scope.settings data. Conflicts: cms/djangoapps/contentstore/tests/test_contentstore.py
Don Mitchell committed -
So, changed handlers to look for either value.
Don Mitchell committed -
Don Mitchell committed
-
- 18 Jul, 2013 5 commits
-
-
Don Mitchell committed
-
including allowing javascript to serialize date/time natively.
Don Mitchell committed -
Update existing tests and provide new ones to test new paradigm.
Diana Huang committed -
Vik Paruchuri committed
-
fix test to use the new create_item method rather than clone_item, which has been deprecated, and thus breaking the test
Chris Dodge committed
-
- 17 Jul, 2013 1 commit
-
-
add a default XML serialization if the 'data' field is empty or None. Some XModules now - like video XModule - do not have XML set in the 'data' field
Chris Dodge committed
-
- 16 Jul, 2013 7 commits
-
-
add a new django-admin command to dump out a course structure document. This is response to an emergency request from Harvard researchers.
Chris Dodge committed -
Add boilerplate option to ItemFactory Minor start date fix to not use microsecs
Don Mitchell committed -
Calen Pennington committed
-
Calen Pennington committed
-
The defaults used to be rerandomize=always, showanswer=closed. This is preserved for capa problems being imported from XML. However, for courses, and for problems created in Studio, the default has been changed to never/finished, to match the previous defaults used by Studio.
Calen Pennington committed -
Instead, we use XModule field default values when creating an empty XModule. Driven by this use case, we also allow for XModules to be created in memory without being persisted to the database at all. This necessitates a change to the Modulestore api, replacing clone_item with create_draft and save_xmodule.
Don Mitchell committed -
This standardizes the XModule field default values to be the same as the values that are presented by studio when a component is added to a course.
Don Mitchell committed
-
- 12 Jul, 2013 18 commits
-
-
ichuang committed
-
David Baumgold committed
-
JonahStanley committed
-
JonahStanley committed
-
JonahStanley committed
-
JonahStanley committed
-
JonahStanley committed
-
ichuang committed
-
ichuang committed
-
ichuang committed
-
ichuang committed
-
JonahStanley committed
-
JonahStanley committed
-
JonahStanley committed
-
JonahStanley committed
-
JonahStanley committed
-
JonahStanley committed
-
Peter Fogg committed
-
- 11 Jul, 2013 2 commits
-
-
Peter Fogg committed
-
JonahStanley committed
-