- 11 Jul, 2013 27 commits
-
-
Use new feedback notification when changing section release dates.
Peter Fogg committed -
Fix/cdodge/update localdev setting for unsafe courses
chrisndodge 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
-
- 10 Jul, 2013 13 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 -
Peter Fogg committed
-
JonahStanley committed
-
This explains why acceptance_static is used
JonahStanley committed -
Peter Fogg committed
-
John Jarvis committed
-
Acceptance_static is used to prevent collect static from using a seed test.py had its seed removed due to redundancy
JonahStanley committed -
Update SASS and Bourbon, add Neat
David Baumgold committed -
change log levels on the delete course utility. Otherwise they get filte...
chrisndodge committed -
tracking in idashboard should only log json-serializable objects
David Ormsbee committed
-