- 11 Jul, 2013 36 commits
-
-
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
-
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
-
David Baumgold committed
-
Peter Fogg committed
-
Peter Fogg committed
-
Make sure that changing grading cutoffs triggers a save confirmation, and reliable reverting of changes.
Peter Fogg committed -
Peter Fogg committed
-
Rather than asynchronously saving when a setting is updated, we now prompt the user to confirm their changes and only persist the data if they hit the save button. Lettuce tests are updated to expect this behavior and some new ones are added.
Peter Fogg committed -
When all settings require an explicit save, this functionality will be shared between each view (with slight changes, e.g. click handlers.)
Peter Fogg committed
-
- 10 Jul, 2013 4 commits
-
-
Change client-side code references from "delete" to "_delete". Some of these were method names (or would generate method names), which breaks in IE8 because "delete" is a JavaScript reserved keyword. foo["delete"] is ok, but foo.delete is not. This also makes forums marginally functional in IE8, though the left-nav still has some display issues.
David Ormsbee committed -
Parameterize aws s3 bucket name for forum uploads
Jason Bau committed -
Jonahstanley/acceptance tests unique database
Jonah Stanley committed -
Add support for Vagrant install, and switch from RVM to rbenv
David Baumgold committed
-