- 18 Jul, 2013 18 commits
-
-
Use CodeJail with FSIZE support, and default to 50k
Ned Batchelder committed -
Ned Batchelder committed
-
Fix due/start date setting in edit_subsection
Don Mitchell committed -
Don Mitchell committed
-
including allowing javascript to serialize date/time natively.
Don Mitchell committed -
Don Mitchell committed
-
Adds in changes for stat2.3x question type
Sarina Canelake committed -
Add XBlock bulk saves to LMS/CMS
Sarina Canelake committed -
Update existing tests and provide new ones to test new paradigm.
Diana Huang committed -
Refactor new set_many and update XBlock version number.
Sarina Canelake committed -
RobertMarks committed
-
RobertMarks committed
-
Fix/cdodge/exporting video modules
chrisndodge committed -
Chris Dodge committed
-
Adding a template for drag-and-drop.
Lyla Fischer 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 -
Install: Fixes "Don't know how to build task 'cms:update_templates'"
James Tauber committed -
Remove the `update_templates command from the installation script, this command was removed by https://github.com/edx/edx-platform/commit/3722685e1a185ff4a0a085bb380ed793cf6d1e59
Xavier Antoviaque committed
-
- 17 Jul, 2013 10 commits
-
-
put block around main_vendor js in main_django.html
Jason Bau committed -
Hotfix: 2013-07-17
Calen Pennington committed -
[HOTFIX] add a default XML serialization if the 'data' field is empty or None. So...
Calen Pennington committed -
Make jasmine tests quieter
Calen Pennington committed -
Missing comma on template -> category refactoring
Don Mitchell committed -
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 -
notify students for NotFoundErrors from capa_module, improve tracking
Adam committed -
Adam Palay committed
-
Quick LMS pdfviewer layout cleanup
frances botsford committed -
And several pep8 changes
Don Mitchell committed
-
- 16 Jul, 2013 12 commits
-
-
Lyla Fischer committed
-
Lyla Fischer committed
-
Non-persisted studio templates
Calen Pennington committed -
Lyla Fischer committed
-
Add boilerplate option to ItemFactory Minor start date fix to not use microsecs
Don Mitchell committed -
Reinstate problem_check event as Problem Checked event
Renzo Lucioni committed -
Calen Pennington committed
-
Calen Pennington 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
-