- 17 Jul, 2014 8 commits
-
-
Add tests for xml import/export between different modulestores
Calen Pennington committed -
Use field scopes to compute which metadata to strip from the definition during XML import of XMLModule subclasses
Calen Pennington committed -
Calen Pennington committed
-
Calen Pennington committed
-
Calen Pennington committed
-
Calen Pennington committed
-
Calen Pennington committed
-
[LMS-2945]
Calen Pennington committed
-
- 16 Jul, 2014 17 commits
-
-
Make TinyMCE editor translatable
Ned Batchelder committed -
Combine TinyMCE's built-in translation scheme with the django's translation framework. So edX's translators can also make translations for TinyMCE used in edX.
louyihua committed -
Video: fix flaky bok-choy test.
Anton Stupak committed -
Fix quotation mark & apostrophe related i18n bug
Ned Batchelder committed -
Remove warning filter from library code (should be set by applications/tests directly)
Calen Pennington committed -
course_specific_reg/login for OpaqueKeys
Sarina Canelake committed -
Tweaks for i18n docs
Ned Batchelder committed -
Just done by using the escapejs function :)
louyihua committed -
Ned Batchelder committed
-
Fix a bug in Individual Due Date Extensions (IDDE).
Sarina Canelake committed -
Calen Pennington committed
-
Remove LocMapperStore
Don Mitchell committed -
Jason Bau committed
-
Don Mitchell committed
-
LMS-2918
Don Mitchell committed -
polesye committed
-
Add promise to ensure unit visibility is changed
muhammad-ammar committed
-
- 15 Jul, 2014 15 commits
-
-
Disable test that is leaving modal open.
Andy Armstrong committed -
Feanil/fix bokchoy
Feanil Patel committed -
STUD-1963
cahrens committed -
Change answer <-> response matching in capa.get_submission_metadata
Jason Bau committed -
Make text on register button on About page conditional.
Sarina Canelake committed -
The IDDE implementation relied on a StudentModule being created for a particular block in order to set the extended due date on that block. Since StudentModules seem to be created on demand whenever data is written to an attribute with Scope.user_state, it meant that if a homework problem hadn't yet been touched by a student it was possible that the due date extension wouldn't take effect for that problem, even if the due date extension was successfully set for the parent unit. This patch fixes this problem by creating new StudentModules as necessary in order to make sure extended due dates propogate properly to all problems in a unit.
Chris Rossi committed -
Added a new advanced setting; invitation_only If invitation_only display "Enrollment in this course is by invitation only" Otherwise, if outside of enrollment period display "Enrollment is Closed" This issue is logged at LMS-2670 Also fixed in this PR is issue LMS-2717; even though the Register button was greyed out, clicking it sent one to the registration page.
David Adams committed -
New chapter on discussion features for all users
Alison Hodges committed -
There is a bootstrapping case where the test DB doesn't exist which causes reset_db to fail.
Feanil Patel committed -
Feanil Patel committed
-
Fix calls to get_module to not pass course ids as positions
Calen Pennington committed -
Alison Hodges committed
-
Calen Pennington committed
-
Fix pending name changes template
Sarina Canelake committed -
Add JQuery timepicker CSS to the unit and container templates
Will Daly committed
-