- 24 Feb, 2014 19 commits
-
-
Dbarch/parse course
Don Mitchell committed -
Ned Batchelder committed
-
Don Mitchell committed
-
Update and linkify our README file
David Baumgold committed -
Revert "Fix sys.path manipulation in pavement.py, with detailed comment"
Jay Zoldak committed -
Ahodges/documentation/wikidata
Alison Hodges committed -
Make the i18n service available everywhere.
Ned Batchelder committed -
Prevent from tabbing on tos and honor links in registration page
Brian Talbot committed -
Ned Batchelder committed
-
Ned Batchelder committed
-
To get all dates localized, we need all runtimes to have the i18n service, and since runtimes are made by the modulestores, we need to pass it to them. Soon (fingers crossed), modulestores won't be involved in making runtimes, and many of these changes will go away.
Ned Batchelder committed -
Alison Hodges committed
-
add course updates location to loc_mapper on accessing course_info_updat...
zubair-arbi committed -
Alison Hodges committed
-
Alison Hodges committed
-
Paver (Part 1) -- Attempt 2
Will Daly committed -
STUD-1248
zubiar-arbi committed -
STUD-1248
zubiar-arbi committed
-
- 23 Feb, 2014 1 commit
-
-
add ability to delete comments on responses in discussions.
Jim Abramson committed
-
- 22 Feb, 2014 2 commits
-
-
Converting Time module to JS.
Valera Rozuvan committed -
Sylvia/documentation/bld 849
Mark Hoeber committed
-
- 21 Feb, 2014 18 commits
-
-
Sylvia Pearce committed
-
Sylvia Pearce committed
-
Remove SSL Certifcate auth reliance on internal password
Carson Gee committed -
Ahodges/documentation/betatesting2
Mark Hoeber committed -
Alison Hodges committed
-
acct activation required; discussion and wiki posts. Added cross-reference and info on executing tests when viewing a live course
Alison Hodges committed -
Ahodges/documentation/discussiondata
Mark Hoeber committed -
Documentation updates to add missing fields and verify descriptions of existing fields for discussion data
Alison Hodges committed -
Conflicts: lms/templates/courseware/accordion.html
Jay Zoldak committed -
Add tests of the frontend children api using the AcidXBlock
Calen Pennington committed -
Carson Gee committed
-
This requires fixing the javascript api implementation, and adding an implementation of get_block to the ModuleSystem api. However, the implementation is incomplete, due to mismatches between the expectations of XModule and XBlock. Also adds tests using the Acid block to make sure that the javascript and python apis for children are working correctly.
Calen Pennington committed -
Calen Pennington committed
-
Use new setting for LMS deadline display instead TIME_ZONE
Jay Zoldak committed -
Jason Bau committed
-
Carson Gee committed
-
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
-