- 22 Jul, 2013 1 commit
-
-
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
-
- 24 Jun, 2013 2 commits
- 20 Jun, 2013 9 commits
-
-
cahrens committed
-
Also, add a test for this behavior.
Peter Baratta committed -
Added self to authors. Conflicts: AUTHORS CHANGELOG.rst
Felix Sun committed -
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 committed -
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 committed -
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 committed -
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 committed -
`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.
Calen Pennington committed -
Alexander Kryklia committed
-
- 18 Jun, 2013 5 commits
-
-
Brian Wilson committed
-
Valera Rozuvan committed
-
Valera Rozuvan committed
-
Valera Rozuvan committed
-
Jason Bau committed
-
- 17 Jun, 2013 6 commits
-
-
Peter Fogg committed
-
Ned Batchelder committed
-
Fixes JIRA LMS-203
Calen Pennington committed -
And remove redundant but != date parsing methods. In process make the general parsing function less lenient (don't default date nor month)
Don Mitchell committed -
Chris Dodge committed
-
And remove redundant but != date parsing methods. In process make the general parsing function less lenient (don't default date nor month)
Don Mitchell committed
-