- 18 Jul, 2013 8 commits
-
-
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 -
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 19 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 -
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 -
changed transifex project to edx-platform
James Tauber committed -
James Tauber committed
-
Update MathJax to the latest stable version (2.2), to fix IE10 bug LMS-194
David Ormsbee committed -
Tweak behavior of submit buttons on register and login pages
Greg Price committed -
David Ormsbee 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 3 commits
-
-
Calen Pennington committed
-
Renzo Lucioni committed
-
Studio Sass Mixin/Extend Re-Org
Brian Talbot committed
-