- Jun 20, 2013
-
-
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
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 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.
-
Calen Pennington authored
Rake by default imports all .rake files in the rakelib dir, so we can use that rather than doing our own import loop.
-
Christina Roberts authored
Sometimes the first click doesn't actually work, so call click up to 5 t...
-
Alexander Kryklia authored
Alex/fix is completed
-
Alexander Kryklia authored
-
Alexander Kryklia authored
-
Alexander Kryklia authored
-
Alexander Kryklia authored
Alex/fix rake doc
-
Alexander Kryklia authored
-
Alexander Kryklia authored
-
Alexander Kryklia authored
-
Alexander Kryklia authored
-
Alexander Kryklia authored
-
Alexander Kryklia authored
-
Alexander Kryklia authored
-
Alexander Kryklia authored
-
Alexander Kryklia authored
-
Alexander Kryklia authored
-
- Jun 19, 2013
-
-
Renzo Lucioni authored
Fix for the failing acceptance tests
-
Renzo Lucioni authored
-
Renzo Lucioni authored
-
Calen Pennington authored
Cleanup pep8 violations in test_correctmap.py
-
David Ormsbee authored
Initialize MakoMiddleware manually during certificate grading runs.
-
David Ormsbee authored
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.
-
cahrens authored
-
David Baumgold authored
Clean up assets page notifications
-
David Baumgold authored
Remove hack to work around multiple notification click issues -- and actually resolve the issue so that the hack isn't necessary
-
lapentab authored
Fix test_system looking like a test to nosetest. Fix class inheritance causing double counting of coverage.
-
Renzo Lucioni authored
Instrument sequentials with segment-io
-
David Baumgold authored
Refactor Backbone notifications
-
Don Mitchell authored
pep8 changes made during long refactoring
-
Calen Pennington authored
-
lapentab authored
-
- Jun 18, 2013
-
-
Renzo Lucioni authored
-
Will Daly authored
Fix a bug in diff-cover
-
Don Mitchell authored
-
brianhw authored
Feature/brian/regrade celery 2
-
cahrens authored
This seems to fix the sporadic failure (at least on my machine).
-