- Feb 21, 2014
-
-
Carson Gee authored
-
Carson Gee authored
-
Valera Rozuvan authored
Fix bug multiple choice with video. BLD-788.
-
Valera Rozuvan authored
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.
-
- Feb 20, 2014
-
-
David Baumgold authored
Call unicode() instead of str() for textbook IDs
-
Will Daly authored
Will/bok choy test robustness
-
Jay Zoldak authored
-
Will Daly authored
-
Jay Zoldak authored
Disable course listing perf test
-
David Baumgold authored
STUD-1327
-
Jay Zoldak authored
-
Jim Abramson authored
django_comment_client: add unit test for (sub)comment deletion.
-
jsa authored
JIRA: FOR-470
-
Mark Hoeber authored
Markhoeber/documentation/release notes 2 19 14
-
Carson Gee authored
allow STUDENT_FILEUPLOAD_MAX_SIZE to be configured in aws.py
-
Mark Hoeber authored
Grading chapter enhancements
-
Mark Hoeber authored
STUD-1211
-
Mark Hoeber authored
Markhoeber/documentation/stud 1316
-
zubair-arbi authored
try to get courses by django groups for non global users
-
zubiar-arbi authored
STUD-1133
-
Don Mitchell authored
Have xml modulestore only load course in course_ids if provided
-
Mark Hoeber authored
-
zubiar-arbi authored
-
- Feb 19, 2014
-
-
Adam authored
Adam/i18n self assessment 3
-
Jay Zoldak authored
Rollback Django Debug Toolbar from 1.0.1 to 0.9.4
-
Adam Palay authored
update strings
-
David Baumgold authored
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
-
Calen Pennington authored
Fix STUD-1316
-
srpearce authored
Update information about rescoring submissions
-
Sylvia Pearce authored
-
Calen Pennington authored
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]
-
Ned Batchelder authored
-
Sylvia Pearce authored
-
Mark Hoeber authored
DOC-53
-
Alison Hodges authored
Ahodges documentation sprint16
-
Mark Hoeber authored
Sylvia/documentation/bld 842
-
Mark Hoeber authored
-
Mark Hoeber authored
-
Mark Hoeber authored
STUD-1316 removed upload button in outline
-
Alison Hodges authored
-