- Aug 16, 2013
-
-
Chris Dodge authored
-
Chris Dodge authored
-
Chris Dodge authored
WIP: added a get_modulestore_type. Added some unit tests. changed over the isinstance() with respect to modulestores to use this get_modulestore_type()
-
Chris Dodge authored
add a set_modulestore_configuration to the modulestore interface. This can be used to pass in settings run the Django tier
-
Chris Dodge authored
initial commit for a mixed module store which can interoperate with both XML and Mongo module stores
-
- Aug 15, 2013
-
-
jkarni authored
Contentstore views pylint fixes
-
Jonah Stanley authored
Workaround for issue
-
JonahStanley authored
Better wording of commit Workaround for issue Better wording of commit Fixed spacing
-
David Ormsbee authored
capa optioninput template was missing msg output (needed for hints)
-
Christina Roberts authored
Make split mongo read-only API consistent with other modulestores.
-
Carlos Andrés Rocha authored
Add test for invalid YouTube IDs strings
-
cahrens authored
Also clarifies the contraction of location.course_id by throwing an exception for lcoations that are not of category course. Add test for course_id method.
-
Vik Paruchuri authored
Fix/vik/oe issues
-
Carlos Andrés Rocha authored
-
Jay Zoldak authored
-
Jay Zoldak authored
Fix error seen in combinedopenended modules
-
Peter Baratta authored
Move the silencing of numpy's warnings into test_calc.py
-
Julian Arni authored
-
Peter Baratta authored
..because that is where it is the most annoying/visible. Otherwise it really has no effect on the LMS or anything else.
-
chrisndodge authored
catch error in delete_course management script when group does not exist
-
Valera Rozuvan authored
Add filter for playback rates.
-
ichuang authored
-
- Aug 14, 2013
-
-
Julian Arni authored
-
Adam Palay authored
-
Adam authored
turn off i18n
-
Adam Palay authored
-
Sarina Canelake authored
Fix error seen in combinedopenended modules
-
Sarina Canelake authored
-
Jay Zoldak authored
The enrollment_action value enroll should not be translated.
-
Diana Huang authored
Add Course Modes to LMS
-
Diana Huang authored
-
John Jarvis authored
adding django-admin commands to dump grades to a csv file
-
John Jarvis authored
-
Diana Huang authored
-
Diana Huang authored
-
David Ormsbee authored
Add mode and is_active to CourseEnrollment, shift enrollment logic to model
-
David Ormsbee authored
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.
-
Jay Zoldak authored
-
Jay Zoldak authored
Hotfix/adam/help modal
-
Anton Stupak authored
-