- 16 Jul, 2013 4 commits
-
-
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 -
DraftModuleStore was originally designed as a mixin, but never used that way, and with the upcoming changes to use the versioned module store, never will be. This changes removes a circular dependency between mongo.py and draft.py.
Don Mitchell committed
-
- 15 Jul, 2013 11 commits
-
-
Studio Sass Mixin/Extend Re-Org
Brian Talbot committed -
Studio: Revises Course Updates Nav Visual Display Issue
Brian Talbot committed -
Brian Talbot committed
-
Brian Talbot committed
-
Brian Talbot committed
-
Brian Talbot committed
-
Brian Talbot committed
-
Brian Talbot committed
-
Brian Talbot committed
-
Fix section release acceptance test failure.
Peter Fogg committed -
Peter Fogg committed
-
- 13 Jul, 2013 3 commits
-
-
Studio internationalization
David Baumgold committed -
[STUD-431] Seems like the Edit/QA links in LMS are triggered by a ENABLE_LMS_MIGRAT...
chrisndodge committed -
Chris Dodge committed
-
- 12 Jul, 2013 22 commits
-
-
Add management command to Studio for exporting all courses; useful for periodic backups of course content in Studio
ichuang committed -
ichuang committed
-
[STUD-406] Fix/cdodge/unescape quote strings
chrisndodge committed -
David Baumgold committed
-
Frances Botsford committed
-
David Baumgold committed
-
change serialize_field to check for type. If value is a string, simply return that, otherwise do a json.dumps
Chris Dodge committed -
vagrant: Always mount `node_modules` folder after Vagrant NFS mount
David Baumgold committed -
Added documentation to new acceptance test features and techniques
Jonah Stanley committed -
Bugfix for stanford shib
Jason Bau committed -
Fixed a spelling mistake. LMS-605
mikigoyal committed -
Chris Dodge committed
-
Chris Dodge committed
-
Miki Goyal committed
-
e0d committed
-
Jonahstanley/refactor global to world
Jonah Stanley committed -
Seems like the Edit/QA links in LMS are triggered by a ENABLE_LMS_MIGRATION feature flag. So when running as mongo-backed, set that to False
Chris Dodge committed -
Tidy up argument parsing in release email script
Calen Pennington committed -
Chris Dodge committed
-
Chris Dodge committed
-
Add a 'string literal' serialization method and use it in the lambda function mapping table when the value to xml serialize is of basestring type. Also a couple of drive-by pep8 fixes.
Chris Dodge committed -
Fix alt text for the login page: LMS-600
mikigoyal committed
-