- 17 Jul, 2014 17 commits
-
-
Jason Bau committed
-
always include GA file
Renzo Lucioni committed -
fix shib reg from course about page
Jason Bau committed -
Giulio Gratta committed
-
removing thread-local cache for branch_setting
Jason Bau committed -
recommender prototype
swdanielli committed -
swdanielli committed
-
Jason Bau committed
-
Add tests for xml import/export between different modulestores
Calen Pennington committed -
Jason Bau 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 6 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
-