- 23 Aug, 2013 1 commit
-
-
Giulio Gratta committed
-
- 21 Aug, 2013 1 commit
-
-
Peter Fogg committed
-
- 19 Aug, 2013 1 commit
-
-
Rather than just calling `complex(...)` on the staff answers, also call `calc.evaluator`. This way, simple things like `1/3` can be entered, as well as more complicated explicit equations (e.g. `sqrt((12^2 + 26^2)/2)` etc, etc) Simplify and update the tests to work with this.
Peter Baratta committed
-
- 16 Aug, 2013 1 commit
-
-
Chris Dodge 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
-
- 13 Aug, 2013 3 commits
-
-
Lyla Fischer committed
-
Chris Dodge committed
-
Chris Dodge committed
-
- 12 Aug, 2013 3 commits
-
-
Peter Baratta committed
-
Miles Steele committed
-
Chris Dodge committed
-
- 06 Aug, 2013 2 commits
-
-
Also fixes a bug where message was not sent to user when entering 'denied' state unless the user was previously in 'granted'. Send notification to admin when a user enters 'pending' state. Pylint cleanup.
cahrens committed -
Peter Fogg committed
-
- 05 Aug, 2013 1 commit
-
-
STUD-554 Code review feedback.
cahrens committed
-
- 02 Aug, 2013 1 commit
-
-
Diana Huang committed
-
- 01 Aug, 2013 1 commit
-
-
Refactors trigger function. Fixes Ui bugs: captions. Fixes bug with Youtube on page load. Hotfixes html5 video streaming bug. Adds test video files to the project.
jmclaus committed
-
- 31 Jul, 2013 1 commit
-
-
Add audit log definition, and use for logging of logins in external_auth and student apps. Move test_login to student app. Improve conditional tests for Shibboleth login logic. (Does not include reconfiguring log settings.)
Brian Wilson committed
-
- 30 Jul, 2013 1 commit
-
-
Frances Botsford committed
-
- 29 Jul, 2013 2 commits
-
-
David Baumgold committed
-
cahrens committed
-
- 24 Jul, 2013 1 commit
-
-
Calen Pennington committed
-
- 22 Jul, 2013 2 commits
-
-
Two endpoints are intended to be used by AJAX calls from the web UI with an authenticated user. When enabled, the value of the preference is an encryption of the username, to be used as a token for one-click unsubscribe links. The third endpoint is the target of unsubscribe links, which displays a page with an appropriate message to the user.
Greg Price committed -
The new API uses Django REST Framework. For now, it is designed specifically to support the use cases required by the forum digest notifier (not yet built), with a goal of making it more generally useful over time.
Greg Price committed
-
- 18 Jul, 2013 2 commits
-
-
Update existing tests and provide new ones to test new paradigm.
Diana Huang committed -
RobertMarks committed
-
- 16 Jul, 2013 1 commit
-
-
Instead, we use XModule field default values when creating an empty XModule. Driven by this use case, we also allow for XModules to be created in memory without being persisted to the database at all. This necessitates a change to the Modulestore api, replacing clone_item with create_draft and save_xmodule.
Don Mitchell committed
-
- 11 Jul, 2013 1 commit
-
-
Rather than asynchronously saving when a setting is updated, we now prompt the user to confirm their changes and only persist the data if they hit the save button. Lettuce tests are updated to expect this behavior and some new ones are added.
Peter Fogg committed
-
- 10 Jul, 2013 2 commits
-
-
jkarni committed
-
David Baumgold committed
-
- 09 Jul, 2013 5 commits
-
-
David Baumgold committed
-
Carlos Andrés Rocha committed
-
Carlos Andrés Rocha committed
-
David Baumgold committed
-
cahrens committed
-
- 02 Jul, 2013 1 commit
-
-
Ned Batchelder committed
-
- 01 Jul, 2013 1 commit
-
-
Adam Palay committed
-
- 26 Jun, 2013 3 commits
-
-
Optionally email students on enroll/un-enroll actions by instructor from enrollment tab in LMS.
dcadams committed -
Alexander Kryklia committed
-
Jason Bau committed
-
- 25 Jun, 2013 1 commit
-
-
Brian Wilson committed
-