- 20 Jun, 2013 22 commits
-
-
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 -
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
-
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 15 commits
-
-
Fix for the failing acceptance tests
Renzo Lucioni committed -
Renzo Lucioni committed
-
Renzo Lucioni committed
-
Cleanup pep8 violations in test_correctmap.py
Calen Pennington committed -
Initialize MakoMiddleware manually during certificate grading runs.
David Ormsbee committed -
Without this, problems fail to load because they can't find how to render themselves, and the certificate generation grading run will get an inaccurately low count of the possible points a user could get (anything they didn't see will be omitted), inflating their grade during certificate calculation and making it inconsistent with their Progress page.
David Ormsbee committed -
cahrens committed
-
Clean up assets page notifications
David Baumgold committed -
Remove hack to work around multiple notification click issues -- and actually resolve the issue so that the hack isn't necessary
David Baumgold committed -
Fix test_system looking like a test to nosetest. Fix class inheritance causing double counting of coverage.
lapentab committed -
Instrument sequentials with segment-io
Renzo Lucioni committed -
Refactor Backbone notifications
David Baumgold committed -
pep8 changes made during long refactoring
Don Mitchell committed -
Calen Pennington committed
-
lapentab committed
-
- 18 Jun, 2013 3 commits
-
-
Renzo Lucioni committed
-
Fix a bug in diff-cover
Will Daly committed -
Don Mitchell committed
-