- 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
-
- 13 Aug, 2013 12 commits
-
-
remove unused code from xml_import.py
chrisndodge committed -
Changelog updates
Jay Zoldak committed -
Fix/adam/i18n templates
Adam committed -
remove 'preview' from urls in enrollment emails sent while previewing a ...
Adam committed -
Adam Palay committed
-
Change course create form to asynchronous validation.
Peter Fogg committed -
Adam Palay committed
-
Change locators to a restful interface.
Christina Roberts committed -
Fix error when there is an invalid YouTube property in a video module
Carlos Andrés Rocha committed -
Peter Fogg committed
-
Chris Dodge committed
-
Chris Dodge committed
-
- 12 Aug, 2013 27 commits
-
-
Carlos Andrés Rocha committed
-
Adam Palay committed
-
Adam Palay committed
-
Peter Fogg committed
-
Adam Palay committed
-
Peter Baratta committed
-
Miles Steele committed
-
Make descriptorsystem inherit from Runtime
jkarni committed -
Conflicts: cms/djangoapps/contentstore/views/preview.py
Julian Arni committed -
Chris Dodge committed
-
Julian Arni committed
-
XBlock integration for Studio: student view
David Baumgold committed -
cleanup
cahrens committed -
Adam Palay committed
-
instructor dash fixes
Adam committed -
Coffee compile command now executes for just *.coffee items.
Will Daly committed -
Add new setting to cms project
chrisndodge committed -
Chris Dodge committed
-
Migration videoalpha module to one main video module
Lyla Fischer committed -
Change console logging stream from stdout to stderr
Carlos Andrés Rocha committed -
Chris Dodge committed
-
Enable beta dashboard, add copy, add i18n
Miles Steele committed -
Chris Dodge committed
-
Miles Steele committed
-
Chris Dodge committed
-
Peter Fogg committed
-
Calc module changes: previewing and <formulaequationinput> To see individual commits, see tag peterb/formula-preview/presquash
Peter Baratta committed
-