- 22 May, 2013 12 commits
-
-
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 -
Handle ItemNotFoundError from the modulestore to avoid 500 errors
Greg Price committed -
Fix/vik/oe cache
VikParuchuri committed -
Vik Paruchuri committed
-
Sandbox-installed packages will be really installed instead of -e instal...
e0d committed -
Vik Paruchuri committed
-
Vik Paruchuri committed
-
Fix advanced components list in Studio.
Victor Shnayder committed -
Vik Paruchuri committed
-
Vik Paruchuri committed
-
e0d committed
-
Use draft module store so we can test editing components (problems, html...
Christina Roberts committed
-
- 21 May, 2013 20 commits
-
-
Ned Batchelder committed
-
Arthur Barrett committed
-
Add Review Board config to repo
Greg Price committed -
Greg Price committed
-
Upgrade version of xblock.
Christina Roberts committed -
Vik Paruchuri committed
-
Use a different arbitrary dotted module, which Christina doesn't already...
Ned Batchelder committed -
Fingerprint the filenames in site-packages to decide when to install req...
Ned Batchelder committed -
Ned Batchelder committed
-
Vik Paruchuri committed
-
Vik Paruchuri committed
-
Vik Paruchuri committed
-
Fix/cale/pylint cleanup
Calen Pennington committed -
Handle Heroku's 503 maintenance mode response
Nate Hardison committed -
Calen Pennington committed
-
The LMS comment client previously would try to parse the response as JSON, choke, and return a 500 to the client. Now, the LMS client displays a message indicating that the forums are down for maintenance.
Nate Hardison committed -
cahrens committed
-
cahrens committed
-
Calen Pennington committed
-
Start linting envs files, add task to only pylint errors, and move pylintrc file to the correct location
Calen Pennington committed
-
- 20 May, 2013 8 commits
-
-
Studio - adding back in older Sass lh() function/mixin
Brian Talbot committed -
Brian Talbot committed
-
studio - adds back in older lh() Sass function/mixin and moves it to the inheritied/to-be-sunsetted mixins sheet
Brian Talbot committed -
actually needs to be 255 given unicode requirements
e0d committed -
e0d committed
-
A better way to compute the hash, that gets the right hash after an install actually installs something.
Ned Batchelder committed -
Bugfix/e0d/resize notes uri
e0d committed -
Ned Batchelder committed
-