- Jul 12, 2013
-
-
David Baumgold authored
-
Peter Fogg authored
-
James Tauber authored
Use $WORKON_HOME consistently for virtualenv.
-
- Jul 11, 2013
-
-
James Tauber authored
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.
-
Peter Fogg authored
Rename CMS.Views.Notification.Saving to Mini.
-
Peter Fogg authored
Peter fogg/explicit course settings
-
Peter Fogg authored
Use new feedback notification when changing section release dates.
-
Peter Fogg authored
-
chrisndodge authored
Fix/cdodge/update localdev setting for unsafe courses
-
Peter Fogg authored
-
Jonah Stanley authored
Jonahstanley/refactor unittest courses
-
JonahStanley authored
-
Chris Dodge authored
-
Peter Fogg authored
-
Peter Fogg authored
-
David Ormsbee authored
Remove use of keyword "delete" in forum coffee code to fix IE8 bug LMS-441
-
Jonah Stanley authored
Unskip Acceptance Tests
-
Chris Dodge authored
-
JonahStanley authored
-
Chris Dodge authored
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).
-
JonahStanley authored
-
Peter Fogg authored
-
John Jarvis authored
adding option for file based backend
-
JonahStanley authored
-
David Baumgold authored
Fix course team JS to handle non-200 status codes
-
JonahStanley authored
-
JonahStanley authored
-
JonahStanley authored
Also fixed things in the toy course where needed
-
JonahStanley authored
-
JonahStanley authored
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 authored
A blank asset file was also added to toy
-
JonahStanley authored
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 authored
-
JonahStanley authored
-
David Baumgold authored
-
David Baumgold authored
-
Peter Fogg authored
-
Peter Fogg authored
-
Peter Fogg authored
Make sure that changing grading cutoffs triggers a save confirmation, and reliable reverting of changes.
-
Peter Fogg authored
-