- 04 Sep, 2013 2 commits
- 02 Sep, 2013 1 commit
-
-
Will Daly committed
-
- 30 Aug, 2013 1 commit
-
-
Renzo Lucioni committed
-
- 27 Aug, 2013 2 commits
-
-
Calen Pennington committed
-
Will Daly committed
-
- 26 Aug, 2013 3 commits
-
-
Will Daly committed
-
Sarina Canelake committed
-
Sarina Canelake committed
-
- 12 Aug, 2013 2 commits
-
-
Named `FormulaEquationInput` (name up for debate) - Based off ChemEqnIn - Add FormulaEquationInput in inputtypes.py - Add a call to a skeleton method for a preview javascript: - Queue up some MathJax - Put some ordering on the AJAX requests: add a parameter when the request was started, when it returns check that it isn't outdated before displaying the preview - Tests Note: we moved the `jsinput` tests and DISABLED them, because they were causing the tests to fail.
Peter Baratta committed -
This resolves an error that would sometimes occur on Mac OS X: "Error: EMFILE, too many open files"
Will Daly committed
-
- 06 Aug, 2013 1 commit
-
-
Julian Arni committed
-
- 02 Aug, 2013 1 commit
-
-
Julian Arni committed
-
- 30 Jul, 2013 1 commit
-
-
From PR review.
Julian Arni committed
-
- 24 Jul, 2013 1 commit
-
-
Calen Pennington committed
-
- 23 Jul, 2013 1 commit
-
-
Sarina Canelake committed
-
- 16 Jul, 2013 2 commits
-
-
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 -
Julian Arni committed
-
- 15 Jul, 2013 1 commit
-
-
Calen Pennington committed
-
- 11 Jul, 2013 1 commit
-
-
Lyla Fischer committed
-
- 10 Jul, 2013 5 commits
-
-
This explains why acceptance_static is used
JonahStanley committed -
Acceptance_static is used to prevent collect static from using a seed test.py had its seed removed due to redundancy
JonahStanley committed -
Windows doesn't differentiate between files with/without executable bit, so this can't be used to exclude the README file from the migrations to be executed, when the sources are accessed from a Windows partition.
Xavier Antoviaque committed -
David Baumgold committed
-
David Baumgold committed
-
- 09 Jul, 2013 2 commits
- 03 Jul, 2013 1 commit
-
-
Split components with : instead of _
David Baumgold committed
-
- 27 Jun, 2013 4 commits
-
-
This allows the build to pass in Jenkins
Will Daly committed -
This ensures that `rake test` will clean the report directories *before* running the JS tests.
Will Daly committed -
Calen Pennington committed
-
This allows the build to pass in Jenkins
Will Daly committed
-
- 26 Jun, 2013 1 commit
-
-
This ensures that `rake test` will clean the report directories *before* running the JS tests.
Will Daly committed
-
- 21 Jun, 2013 2 commits
-
-
JonahStanley committed
-
directory is created before it is cleaned.
Will Daly committed
-
- 20 Jun, 2013 5 commits
-
-
Added test cleaning to fasttest_* instead of test_*, so that it always gets executed for lms and cms tests. Added comment to `directory` command for tests.rake Separated cleaning of test fixtures from cleaning of reports directory to resolve conflicts with collectstatic.
Will Daly 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 -
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
-