- 30 May, 2013 1 commit
-
-
Chris Dodge committed
-
- 29 May, 2013 1 commit
-
-
Chris Dodge committed
-
- 23 May, 2013 4 commits
-
-
Capture the exit code of the Mako template engine invocation on asset preprocessing and abort from the Rake task on failure. This will prevent the LMS from continuing its attempt to start up, preventing further configuration errors.
Nate Hardison committed -
Calen Pennington committed
-
special case the db setup for the cms acceptance tests. We need the comment client database tables to be created since we're creating the DB from scratch
Chris Dodge committed -
Calen Pennington committed
-
- 22 May, 2013 2 commits
-
-
Per feedback from @cpennington. This way we'll only preprocess once, even if the Sass compilation is invoked multiple times.
Nate Hardison committed -
This commit adds the requisite settings and startup features to enable integration of themes into the edX platform. It does not yet provide hooks in any of the templates, but it does cause the main `lms/static/sass/application.scss` file to `@import` a theme's base Sass. Template hooks will come down the road. CHANGELOG --------- Define a new `MITX_FEATURE`, `USE_CUSTOM_THEME`, that when enabled, can be used in templates to determine whether or not custom theme templates should be used instead of the defaults. Also define a new setting, `THEME_NAME`, which will be used to locate theme-specific files. Establish the convention that themes will be stored outside of the `REPO_ROOT`, inside the `ENV_ROOT`, in a directory named `themes/`. `themes/<THEME_NAME>` will store the files for a particular theme. Provide a function, `enable_theme`, that modifies the template and static asset load paths appropriately to include the theme's files. Move the main LMS Sass file to a Mako template that conditionally `@import`s the theme's base Sass file when a theme is enabled. Add logic to the assets Rakefile to properly preprocess any Sass/ Mako templates before compiling them.
Nate Hardison committed
-
- 21 May, 2013 1 commit
-
-
Start linting envs files, add task to only pylint errors, and move pylintrc file to the correct location
Calen Pennington committed
-
- 20 May, 2013 4 commits
-
-
A better way to compute the hash, that gets the right hash after an install actually installs something.
Ned Batchelder committed -
Ned Batchelder committed
-
Ned Batchelder committed
-
Ned Batchelder committed
-
- 17 May, 2013 7 commits
-
-
Ned Batchelder committed
-
Ned Batchelder committed
-
Ned Batchelder committed
-
This is to work around an OSx issue that causes EMFILE errors in the default configuration. Ref: https://github.com/joyent/node/issues/2479
Calen Pennington committed -
Carlos Andrés Rocha committed
-
Ned Batchelder committed
-
Jay Zoldak committed
-
- 16 May, 2013 5 commits
-
-
John Jarvis committed
-
John Jarvis committed
-
John Jarvis committed
-
John Jarvis committed
-
Jay Zoldak committed
-
- 15 May, 2013 6 commits
-
-
Calen Pennington committed
-
Make the externally facing asset watch commands wait for user intervention, and add internal tasks that only run as long as the rake process
Calen Pennington committed -
Calen Pennington committed
-
Calen Pennington committed
-
Calen Pennington committed
-
Calen Pennington committed
-