- 15 Aug, 2013 7 commits
-
-
Fix/vik/oe issues
Vik Paruchuri committed -
Jay Zoldak committed
-
Fix error seen in combinedopenended modules
Jay Zoldak committed -
Move the silencing of numpy's warnings into test_calc.py
Peter Baratta committed -
..because that is where it is the most annoying/visible. Otherwise it really has no effect on the LMS or anything else.
Peter Baratta committed -
catch error in delete_course management script when group does not exist
chrisndodge committed -
Add filter for playback rates.
Valera Rozuvan committed
-
- 14 Aug, 2013 29 commits
-
-
Adam Palay committed
-
turn off i18n
Adam committed -
Adam Palay committed
-
Fix error seen in combinedopenended modules
Sarina Canelake committed -
Sarina Canelake committed
-
The enrollment_action value enroll should not be translated.
Jay Zoldak committed -
Add Course Modes to LMS
Diana Huang committed -
Diana Huang committed
-
adding django-admin commands to dump grades to a csv file
John Jarvis committed -
John Jarvis committed
-
Diana Huang committed
-
Diana Huang committed
-
Add mode and is_active to CourseEnrollment, shift enrollment logic to model
David Ormsbee committed -
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 -
Jay Zoldak committed
-
Hotfix/adam/help modal
Jay Zoldak committed -
Anton Stupak committed
-
Adam Palay committed
-
Adam Palay committed
-
Adam Palay committed
-
Adam Palay committed
-
Valera/bugfix tabbing video controls
Valera Rozuvan committed -
Valera Rozuvan committed
-
Valera Rozuvan committed
-
Valera Rozuvan committed
-
Valera Rozuvan committed
-
Now you can tab through all of the controls in Video forwards, and then tab backwards.
Valera Rozuvan committed -
An old TODO item was done. It turns out a simple case of calling the method to bind handlers after the Spees dialog was re-rendered.
Valera Rozuvan committed -
Valera Rozuvan committed
-
- 13 Aug, 2013 4 commits
-
-
Cleanup some xmodule tests imports and data directory location
Carlos Andrés Rocha committed -
added video changes to the changelog
Jay Zoldak committed -
Jay Zoldak committed
-
Add mgmt cmd to generate anonymized ID mapping
Joe Blaylock committed
-