- 21 Feb, 2014 2 commits
-
-
Fix bug multiple choice with video. BLD-788.
Valera Rozuvan committed -
The Video element contains an input with type file. When the Check button was clicked for the multiple choice problem, the code was acting in different ways when there as a Video on the page and when there wasn't. This is because in the check_fd() method there was a selector that was looking for inputs of type file on the whole page instead of just in the current problem. When there was a Video pn the page, the page-wide selector returned the Video's file input, and the check_fd() method went on believing that the multiple choice has a file input. The correct way is to look for file inputs only in the current element. Added a Jasmine JavaScript unit test. BLD-788.
Valera Rozuvan committed
-
- 20 Feb, 2014 19 commits
-
-
Call unicode() instead of str() for textbook IDs
David Baumgold committed -
Will/bok choy test robustness
Will Daly committed -
Jay Zoldak committed
-
Will Daly committed
-
Disable course listing perf test
Jay Zoldak committed -
STUD-1327
David Baumgold committed -
Jay Zoldak committed
-
django_comment_client: add unit test for (sub)comment deletion.
Jim Abramson committed -
JIRA: FOR-470
jsa committed -
Markhoeber/documentation/release notes 2 19 14
Mark Hoeber committed -
allow STUDENT_FILEUPLOAD_MAX_SIZE to be configured in aws.py
Carson Gee committed -
Grading chapter enhancements
Mark Hoeber committed -
STUD-1211
Mark Hoeber committed -
Markhoeber/documentation/stud 1316
Mark Hoeber committed -
try to get courses by django groups for non global users
zubair-arbi committed -
STUD-1133
zubiar-arbi committed -
Have xml modulestore only load course in course_ids if provided
Don Mitchell committed -
Mark Hoeber committed
-
zubiar-arbi committed
-
- 19 Feb, 2014 19 commits
-
-
Adam/i18n self assessment 3
Adam committed -
Rollback Django Debug Toolbar from 1.0.1 to 0.9.4
Jay Zoldak committed -
update strings
Adam Palay committed -
Due to issues with require.js and the latest version of the toolbar. Also included a note in the requirements file explaining the situation, and what needs to happen before this can be upgrade properly. Conflicts: lms/envs/dev.py
David Baumgold committed -
Fix STUD-1316
Calen Pennington committed -
Update information about rescoring submissions
srpearce committed -
Sylvia Pearce committed
-
This bug affected unpublishing content (and would trigger an error message in studio). The fix was to uncouple the rendering of the studio_view of an xblock with the student_view, so that content that wasn't in draft mode already wouldn't be modified by early rendering of the studio_view. [STUD-1316]
Calen Pennington committed -
Ned Batchelder committed
-
Sylvia Pearce committed
-
DOC-53
Mark Hoeber committed -
Ahodges documentation sprint16
Alison Hodges committed -
Sylvia/documentation/bld 842
Mark Hoeber committed -
Mark Hoeber committed
-
Mark Hoeber committed
-
STUD-1316 removed upload button in outline
Mark Hoeber committed -
Alison Hodges committed
-
Rollback Django Debug Toolbar from 1.0.1 to 0.9.4
David Baumgold committed -
Sylvia Pearce committed
-