- 20 Jun, 2013 38 commits
-
-
Added testing for grading settings
Jonah Stanley committed -
Will/fix video acceptance tests
Will Daly committed -
pep8 fixes.
Christina Roberts committed -
Fixed the preferences scope of xblock.
Felix Sun committed -
cahrens committed
-
Added self to authors. Conflicts: AUTHORS CHANGELOG.rst
Felix Sun committed -
Cale/stabilize dev env
Calen Pennington committed -
Conflicts: CHANGELOG.rst rakelib/assets.rake
Calen Pennington committed -
Conflicts: CHANGELOG.rst
Calen Pennington 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 -
When running under watchmedo, coffee doesn't display any useful information when it recompiles a changed file, so we make watchmedo echo that information instead.
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 -
The preprocess task requires system and env arguments in order to correctly load up the django environment to preprocess sass files to inject themes. In order for that task to recieve the arguments, all tasks that depend on it also have to accept that same set of arguments. This will all go away once the next evolution of themes arrives, which will remove the preprocessing needed to inject theme names.
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 -
Rake by default imports all .rake files in the rakelib dir, so we can use that rather than doing our own import loop.
Calen Pennington committed -
Sometimes the first click doesn't actually work, so call click up to 5 t...
Christina Roberts committed -
Alex/fix is completed
Alexander Kryklia committed -
Alexander Kryklia committed
-
Alexander Kryklia committed
-
Alexander Kryklia committed
-
Will Daly committed
-
only the sources (not the player)
Will Daly committed -
the rest of the player.
Will Daly committed -
Will Daly committed
-
Resolved conflict between two steps with the same name.
Will Daly committed -
Alex/fix rake doc
Alexander Kryklia committed -
Alexander Kryklia committed
-
Alexander Kryklia committed
-
Alexander Kryklia committed
-
Alexander Kryklia committed
-
Alexander Kryklia committed
-
Alexander Kryklia committed
-
Alexander Kryklia committed
-
Alexander Kryklia committed
-
Alexander Kryklia committed
-
Alexander Kryklia committed
-
- 19 Jun, 2013 2 commits
-
-
Fix for the failing acceptance tests
Renzo Lucioni committed -
Renzo Lucioni committed
-