- 15 Dec, 2014 1 commit
-
-
TNL-922
zubair-arbi committed
-
- 13 Dec, 2014 1 commit
-
-
Move lms.lib.xblock into lms.djangoapps.lms_xblock in preparation add database backed configuration to it
Calen Pennington committed
-
- 10 Dec, 2014 1 commit
-
-
Fixed the edX middleware to lazily create request context for Mako templates, so that it is based on any changes made to the request object. Verified that with this fix the "Instructor" tab is correctly hidden when a staff member is viewing the course as a student.
Andy Armstrong committed
-
- 02 Dec, 2014 2 commits
-
-
Jesse Zoldak committed
-
Move modulestore config for tests to an importable location Disable pylnt warning for lms imports in common tests Refactor all testcases that loaded all xml courses TE-610 TE-489
Jesse Zoldak committed
-
- 01 Dec, 2014 1 commit
-
-
Sarina Canelake committed
-
- 06 Nov, 2014 1 commit
-
-
also fix other users of check_mongo_calls to use None if they don't care about sends PLAT-239
Don Mitchell committed
-
- 29 Oct, 2014 1 commit
-
-
[PLAT-191]
Calen Pennington committed
-
- 30 Sep, 2014 1 commit
-
-
Calen Pennington committed
-
- 29 Sep, 2014 1 commit
-
-
Don Mitchell committed
-
- 10 Sep, 2014 1 commit
-
-
LMS-11366
Don Mitchell committed
-
- 04 Sep, 2014 1 commit
-
-
Nimisha Asthagiri committed
-
- 02 Sep, 2014 1 commit
-
-
Calen Pennington committed
-
- 29 Aug, 2014 2 commits
-
-
Conflicts: cms/djangoapps/contentstore/tests/test_import.py common/lib/xmodule/xmodule/modulestore/__init__.py common/lib/xmodule/xmodule/modulestore/tests/test_mixed_modulestore.py lms/djangoapps/courseware/tests/test_module_render.py
Andy Armstrong committed -
Calen Pennington committed
-
- 27 Aug, 2014 3 commits
-
-
Don Mitchell committed
-
Calen Pennington committed
-
Calen Pennington committed
-
- 15 Aug, 2014 1 commit
-
-
[STUD-2903]
Calen Pennington committed
-
- 01 Aug, 2014 1 commit
-
-
LTI grade callbacks for example, come in with an anonymous user. This causes a stack trace in the psychometrics app that leads to the LTI service getting a 404. This adds a check before that callback gets registered.
Carson Gee committed
-
- 30 Jul, 2014 2 commits
-
-
Don Mitchell committed
-
Included adding a general create_toy_course and create_sample_course method for tests
Don Mitchell committed
-
- 15 Jul, 2014 1 commit
-
-
Calen Pennington committed
-
- 24 Jun, 2014 1 commit
-
-
polesye committed
-
- 23 Jun, 2014 1 commit
-
-
polesye committed
-
- 20 Jun, 2014 1 commit
-
-
cahrens committed
-
- 06 Jun, 2014 1 commit
-
-
Ned Batchelder committed
-
- 29 May, 2014 1 commit
-
-
[LMS-2757]
Calen Pennington committed
-
- 12 May, 2014 1 commit
-
-
Calen Pennington committed
-
- 09 May, 2014 2 commits
-
-
Calen Pennington committed
-
Don Mitchell committed
-
- 06 May, 2014 1 commit
-
-
This commit updates lms/djangoapps/courseware. These keys are now objects with a limited interface, and the particular internal representation is managed by the data storage layer (the modulestore). For the LMS, there should be no outward-facing changes to the system. The keys are, for now, a change to internal representation only. For Studio, the new serialized form of the keys is used in urls, to allow for further migration in the future. Co-Author: Andy Armstrong <andya@edx.org> Co-Author: Christina Roberts <christina@edx.org> Co-Author: David Baumgold <db@edx.org> Co-Author: Diana Huang <dkh@edx.org> Co-Author: Don Mitchell <dmitchell@edx.org> Co-Author: Julia Hansbrough <julia@edx.org> Co-Author: Nimisha Asthagiri <nasthagiri@edx.org> Co-Author: Sarina Canelake <sarina@edx.org> [LMS-2370]
Calen Pennington committed
-
- 02 May, 2014 2 commits
- 29 Apr, 2014 1 commit
-
-
Jason Bau committed
-
- 04 Apr, 2014 1 commit
-
-
Giulio Gratta committed
-
- 25 Feb, 2014 1 commit
-
-
This information will likely be used frequently for analytics purposes, so we would like to denormalize here to avoid having to join with the modulestore later. Fixes: AN-594
Gabe Mulley committed
-
- 21 Feb, 2014 1 commit
-
-
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
-
- 13 Feb, 2014 2 commits
-
-
Added feature setting 'DISPLAY_HISTOGRAMS_TO_STAFF' to configure display of histograms in Staff Debug Info panel. Generating histograms requires scanning the courseware_studentmodule table on each view. This can make staff access to courseware very slow on large courses. Default is False. LMS-1199
Usman Khalid committed -
Renamed feature setting 'DISPLAY_HISTOGRAMS_TO_STAFF' to 'DISPLAY_DEBUG_INFO_TO_STAFF' to better communicate its purpose. Default is True. LMS-1199
Usman Khalid committed
-