- 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
-
- 27 Mar, 2013 3 commits
-
-
Brian Wilson committed
-
add fixes for 500 bugs (lighthouse 287 and 293) by requiring login for accessing licenses and inline discussions. Add unit tests for licenses, and rearrange tests based off of (the former) PageLoad. Also cleanups for pylint and pep8.
Brian Wilson committed -
Return a 403 when an anonymous user attempts to hit modx_dispatch. Fixes https://www.pivotaltracker.com/story/show/46916015 and https://www.pivotaltracker.com/story/show/46916029
Calen Pennington committed
-
- 15 Mar, 2013 1 commit
-
-
Calen Pennington committed
-
- 05 Mar, 2013 4 commits
-
-
Jay Zoldak committed
-
Jay Zoldak committed
-
Will Daly committed
-
of the tests fail. Deleted some tests.
Will Daly committed
-
- 29 Jan, 2013 1 commit
-
-
Deena Wang committed
-