- 17 Jun, 2014 1 commit
-
-
LMS-2488
Mat Peterson committed
-
- 16 Jun, 2014 1 commit
-
-
LMS-2844
Mat Peterson committed
-
- 30 May, 2014 1 commit
-
-
Julia Hansbrough committed
-
- 29 May, 2014 2 commits
-
-
Johnny Brown committed
-
[LMS-2757]
Calen Pennington committed
-
- 22 May, 2014 1 commit
-
-
Calen Pennington committed
-
- 14 May, 2014 1 commit
-
-
Calen Pennington committed
-
- 13 May, 2014 2 commits
-
-
Julia Hansbrough committed
-
Adam Palay 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
-
- 17 Mar, 2014 2 commits
-
-
[LMS-2349]
Calen Pennington committed -
This is known to be broken. [LMS-2349]
Calen Pennington committed
-
- 24 Feb, 2014 1 commit
-
-
Ned Batchelder committed
-
- 21 Feb, 2014 1 commit
-
-
Jason Bau committed
-
- 07 Feb, 2014 1 commit
-
-
Jason Bau committed
-
- 03 Dec, 2013 2 commits
-
-
David Baumgold committed
-
David Baumgold committed
-
- 08 Oct, 2013 1 commit
-
-
Previously, these tests modified due_date, which failed due to the new restrictions on writing to Scope.settings from the LMS.
Calen Pennington committed
-
- 27 Sep, 2013 1 commit
-
-
With tests, some settings changes (all should default to not breaking anything for edx) Added styling for shopping cart User Experience - Styled shoppingcart list page - Styled navigation shopping cart button - Styled receipt page - Styled course about page for shopping cart courses Addressed HTML/SCSS issues Remove offending body class and unnecessary sass changes Addresses many review comments on stanford shopping cart * framework for generating order instructions on receipt page in shoppingcart.models * move user_cart_has_item into shoppingcart.models * move min_course_price_for_currency into course_modes.models * remove auto activation on purchase * 2-space indents in templates * etc revert indentation on navigation.html for ease of review pep8 pylint move logging/error handling from shoppingcart view to model Addressing @dave changes
Jason Bau committed
-
- 12 Sep, 2013 3 commits
-
-
cahrens committed
-
Hide show_timezone from Advanced Settings and migrate courses with show_timezone=False to using due_date_display_format.
cahrens committed -
STUD-724 Test course for allowing custom formatting of due date strings. STUD-724 Try making the name of the course match the folder name. More cleanup. More cleanup. updates.
cahrens committed
-
- 28 Aug, 2013 1 commit
-
-
Move mitxmako initialization to a startup module, called by lms.startup and cms.startup for both management commands and when run via wsgi [DEVPAIN-7]
Calen Pennington committed
-
- 21 Aug, 2013 1 commit
-
-
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
-
- 15 Aug, 2013 1 commit
-
-
Diana Huang committed
-
- 14 Aug, 2013 1 commit
-
-
Features coming down the pipe will want to be able to: * Refer to enrollments before they are actually activated (approval step). * See what courses a user used to be enrolled in for when they re-enroll in the same course, or a different run of that course. * Have different "modes" of enrolling in a course, representing things like honor certificate enrollment, auditing (no certs), etc. This change adds an is_active flag and mode (with default being "honor"). The commit is only as large as it is because many parts of the codebase were manipulating enrollments by adding and removing CourseEnrollment objects directly. It was necessary to create classmethods on CourseEnrollment to encapsulate this functionality and then port everything over to using them. The migration to add columns has been tested on a prod replica, and seems to be fine for running on a live system with single digit millions of rows of enrollments.
David Ormsbee committed
-
- 23 Jul, 2013 5 commits
-
-
Conflicts: lms/djangoapps/courseware/tests/test_views.py
Diana Huang committed -
Chris Dodge committed
-
Chris Dodge committed
-
Chris Dodge committed
-
Chris Dodge committed
-
- 18 Jul, 2013 2 commits
-
-
Rebase on today's master and update to unit test to include settings where needed.
Joe Blaylock committed -
Ensure that the chat connection settings are generated properly for the template context.
Nate Hardison committed
-
- 11 Jul, 2013 1 commit
-
-
JonahStanley committed
-
- 01 Jul, 2013 2 commits
-
-
Jean Manuel Nater committed
-
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
-
- 13 Jun, 2013 1 commit
-
-
migrations.
Don Mitchell committed
-
- 04 Apr, 2013 2 commits
- 15 Mar, 2013 1 commit
-
-
Calen Pennington committed
-