- 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
-
- 05 Feb, 2014 1 commit
-
-
Removed inappropriate section tags. Because screen readers announce each section, they should not be used unless they are actually defining meaningful sections.
Dave St.Germain committed
-
- 12 Dec, 2013 1 commit
-
-
Part of STUD-1030
cahrens committed
-
- 26 Nov, 2013 3 commits
-
-
Co-author: Alexander Kryklia <kryklia@edx.org> Co-author: Ned Batchelder <ned@edx.org> Co-author: Oleg Marchev <oleg@edx.org> Co-author: Valera Rozuvan <valera@edx.org> Co-author: polesye [BLD-384]
Calen Pennington committed -
This does not yet replace the existing per-student anonymous id, but is intended to do so in the future. Co-author: Alexander Kryklia <kryklia@edx.org> Co-author: Ned Batchelder <ned@edx.org> Co-author: Oleg Marchev <oleg@edx.org> Co-author: Valera Rozuvan <valera@edx.org> Co-author: polesye
Calen Pennington committed -
Updates to depend on the latest version of XBlock, which includes support for service-to-service (thirdparty) handler urls, which aren't authenticated with a user (unlike handler requests coming from the xblock client-side javascript). Co-author: Ned Batchelder <ned@edx.org>
Calen Pennington committed
-
- 08 Nov, 2013 2 commits
-
-
Adds xblock handler_url support to the LMS, and makes handle_ajax use that code. [LMS-230] [LMS-229]
Calen Pennington committed -
Calen Pennington committed
-
- 18 Oct, 2013 1 commit
-
-
[LMS-57]
Calen Pennington committed
-
- 08 Oct, 2013 2 commits
-
-
Calen Pennington committed
-
By transparently proxying between the XModuleDescriptor and the XModule, and between their runtimes, we can make them act as a single class, so that we can swap in an actual XBlock instead.
Calen Pennington committed
-
- 03 Oct, 2013 1 commit
-
-
Calen Pennington committed
-
- 06 Sep, 2013 1 commit
-
-
Calen Pennington committed
-
- 22 Aug, 2013 1 commit
-
-
Chris Dodge committed
-
- 21 Aug, 2013 3 commits
-
-
ichuang committed
-
Modified navigation tests to use MixedModulestore Updated factories to find editable modulestore Updated test_submitting_problems Updated test_tabs.py Updated test_view_authentication Updated test_views Updated courseware/tests/tests.py Updated test_masquerade Updated test_module_render Pylint fixes Updated video and word cloud tests Updated course wiki tests Updated license and open_ended tests. One open_ended test still failing due to Mako initialization issues Updated staticbook Updated django_comment_client tests Updated instructor tests Updated instructor task tests Updated external_auth tests Updated course_groups
Will Daly committed -
fix (again) static_replace to work with static_asset_path
ichuang committed
-
- 17 Aug, 2013 1 commit
-
-
Chris Dodge committed
-
- 31 Jul, 2013 1 commit
-
-
This makes the LMS use an XBlock's student_view, rather than an XModule's get_html to render for display. However, it does not yet use wrap_child to handle instructor debug information or url rewriting. [LMS-219]
Calen Pennington committed
-
- 25 Jul, 2013 1 commit
-
-
Embedded discussion component defaults to "Discussion" Blank HTML page defaults to "Text" Video component defaults to "Video" These default names show up in tooltips.
Adam Palay committed
-
- 23 Jul, 2013 3 commits
-
-
Chris Dodge committed
-
Chris Dodge committed
-
Chris Dodge committed
-
- 19 Jul, 2013 1 commit
-
-
change from_xml class method on video class to make sure we honor the fact that the xml string could actually be a pointer to another file on disk which actually contains the attributes
Chris Dodge committed
-
- 18 Jul, 2013 1 commit
-
-
Update existing tests and provide new ones to test new paradigm.
Diana Huang committed
-
- 11 Jul, 2013 2 commits
-
-
JonahStanley committed
-
JonahStanley committed
-
- 01 Jul, 2013 1 commit
-
-
Moved xml_store_config, mongo_store_config, and draft_mongo_store_config to xmodule/modulestore/tests/django_util.py Removed some repeated instances of xml_store_config. Reverted some changes to mongo_store_config so each modulestore gets it's own uuid.
Jean Manuel Nater committed
-
- 19 Jun, 2013 1 commit
-
-
Ned Batchelder committed
-
- 13 Jun, 2013 2 commits
-
-
Add unit tests for creating VideoDescriptor from old XML. Brings test coverage for video_module.py to 91%.
Peter Fogg committed -
Update XML in old video tests. This change tags like <video youtube="1.0:abcdefg"> to <video youtube_id_1_0="abcdefg".
Peter Fogg committed
-
- 16 May, 2013 1 commit
-
-
Greg Price committed
-
- 01 Apr, 2013 1 commit
-
-
cahrens committed
-