- 12 Jul, 2013 8 commits
-
-
ichuang committed
-
ichuang committed
-
ichuang committed
-
ichuang committed
-
ichuang committed
-
Fix saving notification CSS.
Peter Fogg committed -
Peter Fogg committed
-
Use $WORKON_HOME consistently for virtualenv.
James Tauber committed
-
- 11 Jul, 2013 32 commits
-
-
Some parts of the `create-dev-env/sh` script use `$WORKON_HOME` and others hardcode `$HOME/.virtualenvs` which means if you **don't** put your virtualenvs under `$HOME/.virtualenvs`, the script doesn't work at all. This commit removes the hardcoding of virtualenv location and consistently uses `$WORKON_HOME` everywhere.
James Tauber committed -
Rename CMS.Views.Notification.Saving to Mini.
Peter Fogg committed -
Peter fogg/explicit course settings
Peter Fogg committed -
Use new feedback notification when changing section release dates.
Peter Fogg committed -
Peter Fogg committed
-
Fix/cdodge/update localdev setting for unsafe courses
chrisndodge committed -
Peter Fogg committed
-
Jonahstanley/refactor unittest courses
Jonah Stanley committed -
JonahStanley committed
-
Chris Dodge committed
-
Peter Fogg committed
-
Peter Fogg committed
-
Remove use of keyword "delete" in forum coffee code to fix IE8 bug LMS-441
David Ormsbee committed -
Unskip Acceptance Tests
Jonah Stanley committed -
Chris Dodge committed
-
JonahStanley committed
-
seems like we need to define COURSES_WITH_UNSAFE_CODE in cms.envs.common.py, although cms.envs.common.py imports lms.envs.common (where this is defined).
Chris Dodge committed -
JonahStanley committed
-
Peter Fogg committed
-
adding option for file based backend
John Jarvis committed -
JonahStanley committed
-
Fix course team JS to handle non-200 status codes
David Baumgold committed -
JonahStanley committed
-
JonahStanley committed
-
Also fixed things in the toy course where needed
JonahStanley committed -
JonahStanley committed
-
Factories were used when possible but tests depending on importing or things not manageable by factories used the toy course. New files were added to include the needed functionality. Most files are blank or have minimal xml needed to work
JonahStanley committed -
A blank asset file was also added to toy
JonahStanley committed -
This fixes the following tests(T stands for toy, F stands for factory made): T import_textbook_as_content_element (needed to add a textbook to toy) F static_tab_reordering T import polls (needed to add a poll to toy) T xlint_fails F delete T about_overrides (needed to add an about override to toy) F remove_hide_progress_tab
JonahStanley committed -
JonahStanley committed
-
JonahStanley committed
-
David Baumgold committed
-