- 20 Jun, 2013 40 commits
-
-
Pep8 cleaning.
Christina Roberts committed -
Jonahstanley/fix flakey tests
Jonah Stanley committed -
cahrens committed
-
JonahStanley committed
-
Peter fogg/remove video xml
Peter Fogg committed -
JonahStanley committed
-
JonahStanley committed
-
Don't mention edge in the e-mail; same text used for edge and edx.
Christina Roberts committed -
cahrens committed
-
studio - revising the visual design of UI well pattern
Brian Talbot committed -
Peter Fogg committed
-
Brian Talbot committed
-
Peter Fogg committed
-
On marketing site, disable course settings options that do not work.
Christina Roberts committed -
cahrens committed
-
Peter Fogg committed
-
Added testing for grading settings
Jonah Stanley committed -
cahrens committed
-
Conflicts: common/djangoapps/terrain/ui_helpers.py
JonahStanley committed -
Peter Fogg committed
-
As a result, changed inputfield to return the css, and all of the element.fill() to css_fill
JonahStanley committed -
Will/fix video acceptance tests
Will Daly committed -
cahrens committed
-
Now only check for the css that appears when the accordion is done
JonahStanley committed -
JonahStanley committed
-
pep8 fixes.
Christina Roberts committed -
Fixed the preferences scope of xblock.
Felix Sun committed -
Brian Talbot committed
-
cahrens committed
-
Added self to authors. Conflicts: AUTHORS CHANGELOG.rst
Felix Sun committed -
Cale/stabilize dev env
Calen Pennington committed -
Peter Fogg committed
-
Conflicts: CHANGELOG.rst rakelib/assets.rake
Calen Pennington committed -
Brian Talbot committed
-
Conflicts: CHANGELOG.rst
Calen Pennington committed -
Brian Talbot 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
-