- 12 Sep, 2013 1 commit
-
-
Julian Arni committed
-
- 10 Sep, 2013 3 commits
-
-
David Baumgold committed
-
David Baumgold committed
-
LTI blade allows to include LTI components to courses. Python integration, Jasmine and acceptance tests are included.
Valera Rozuvan committed
-
- 09 Sep, 2013 3 commits
-
-
LTI blade allows to include LTI components to courses. Python integration, Jasmine and acceptance tests are included.
Valera Rozuvan committed -
This reverts commit 2894b21c, reversing changes made to 34d0fe15.
Alexander Kryklia committed -
Alexander Kryklia committed
-
- 06 Sep, 2013 1 commit
-
-
Calen Pennington committed
-
- 27 Aug, 2013 2 commits
-
-
Calen Pennington committed
-
Will Daly committed
-
- 26 Aug, 2013 2 commits
-
-
Will Daly committed
-
Calen Pennington committed
-
- 21 Aug, 2013 1 commit
-
-
fix (again) static_replace to work with static_asset_path
ichuang committed
-
- 20 Aug, 2013 1 commit
-
-
Peter Baratta committed
-
- 19 Aug, 2013 2 commits
-
-
Julian Arni committed
-
And some code cleanup.
Julian Arni 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
-
- 12 Aug, 2013 1 commit
-
-
Peter Baratta committed
-
- 08 Aug, 2013 1 commit
-
-
JonahStanley committed
-
- 06 Aug, 2013 2 commits
-
-
Prevents sphinx from bailing on builds that involve unavailable imports.
Julian Arni committed -
Julian Arni committed
-
- 02 Aug, 2013 6 commits
-
-
Julian Arni committed
-
David Baumgold committed
-
- fixed typo - roles 'moderator' and 'administrator' are explained as bullet points.
hikari-boulders committed -
Julian Arni committed
-
And fix path issues.
Julian Arni committed -
Julian Arni committed
-
- 01 Aug, 2013 1 commit
-
-
Julian Arni committed
-
- 30 Jul, 2013 3 commits
-
-
From PR review.
Julian Arni committed -
Which was giving git endless confusion on merge.
Julian Arni committed -
Julian Arni committed
-
- 24 Jul, 2013 1 commit
-
-
This just wraps XModule.get_html, and ignores javascript and css for now. [LMS-189]
Calen Pennington committed
-
- 19 Jul, 2013 1 commit
-
-
A new modulestore backed by mongo that changes the data format to facilitate easy versioning, sharing content between courses, and fast lookup of course structure and Scope.settings data. Conflicts: cms/djangoapps/contentstore/tests/test_contentstore.py
Don Mitchell committed
-
- 16 Jul, 2013 6 commits
-
-
Julian Arni committed
-
Julian Arni committed
-
Julian Arni committed
-
Ned Batchelder committed
-
Ned Batchelder committed
-
Julian Arni committed
-
- 11 Jul, 2013 1 commit
-
-
Lyla Fischer committed
-