- Aug 06, 2013
-
-
cahrens authored
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.
-
Peter Fogg authored
-
- Aug 05, 2013
-
-
cahrens authored
STUD-554 Code review feedback.
-
- Aug 02, 2013
-
-
Diana Huang authored
-
- Aug 01, 2013
-
-
jmclaus authored
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.
-
- Jul 31, 2013
-
-
Brian Wilson authored
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.)
-
- Jul 30, 2013
-
-
Frances Botsford authored
-
- Jul 29, 2013
-
-
David Baumgold authored
-
cahrens authored
-
- Jul 24, 2013
-
-
Calen Pennington authored
-
- Jul 22, 2013
-
-
Greg Price authored
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 authored
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.
-
- Jul 18, 2013
-
-
Diana Huang authored
Update existing tests and provide new ones to test new paradigm.
-
RobertMarks authored
-
- Jul 16, 2013
-
-
Don Mitchell authored
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.
-
- Jul 11, 2013
-
-
Peter Fogg authored
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.
-
- Jul 10, 2013
-
-
jkarni authored
-
David Baumgold authored
-
- Jul 09, 2013
-
-
David Baumgold authored
-
Carlos Andrés Rocha authored
-
Carlos Andrés Rocha authored
-
David Baumgold authored
-
cahrens authored
-
- Jul 02, 2013
-
-
Ned Batchelder authored
-
- Jul 01, 2013
-
-
Adam Palay authored
-
- Jun 26, 2013
-
-
dcadams authored
Optionally email students on enroll/un-enroll actions by instructor from enrollment tab in LMS.
-
Alexander Kryklia authored
-
Jason Bau authored
-
- Jun 25, 2013
-
-
Brian Wilson authored
-
- Jun 24, 2013
- Jun 20, 2013
-
-
cahrens authored
-
Peter Baratta authored
Also, add a test for this behavior.
-
Felix Sun authored
Added self to authors. Conflicts: AUTHORS CHANGELOG.rst
-
Calen Pennington authored
Previously, multiple copies of the watchers started from the different shells would run simultaneously, which left the possiblity of zombie watchers, increased resource consumption, and incorrect results. This fixes that problem by only starting a watcher if that same command isn't already in the process list. Fixes LMS-499
-
Calen Pennington authored
Use md5 checksumming to verify that we only write out xmodule asset files whose contents differ from what we are about to write. This minimizes thrashing of the other watchers. Fixes LMS-452
-
Calen Pennington authored
xmodule-assets creates coffeescript files in the output directories. On its next run, it used to delete the javascript files compiled from those coffee files. Now it doesn't which should make coffee have to do less work. Fixes LMS-451
-
Calen Pennington authored
Using `ulimit -n` to set the limit much higher than the default of 256 in Darwin seems to avoid the `EMFILE` error that was plaguing our Mac developers.
-
Calen Pennington authored
`rake install_prereqs` requires a minimal level of ruby and rake already installed. If it doesn't exist, then print out a helpful message indicating next steps.
-
Alexander Kryklia authored
-