- 13 Aug, 2012 30 commits
-
-
Feature/fix replication side effects
Calen Pennington committed -
Victor Shnayder committed
-
Victor Shnayder committed
-
David Ormsbee committed
-
David Ormsbee committed
-
David Ormsbee committed
-
1. Multiple save()s on the same model are now handled properly. We had to unmark model objects after the appropriate signals had fired. 2. There was a side-effect where we were saving the portal User object to the course_db with the using kw param, but models remember where they were last saved to, so a later save on that model object would go to the wrong database.
David Ormsbee committed -
Feature/tomg/fall design
Calen Pennington committed -
Tom Giannattasio committed
-
Tom Giannattasio committed
-
Tom Giannattasio committed
-
Partial scoring
Calen Pennington committed -
Tom Giannattasio committed
-
Tom Giannattasio committed
-
Tom Giannattasio committed
-
Adding a javascript-based response type
Calen Pennington committed -
kimth committed
-
Conflicts: common/lib/xmodule/xmodule/js/src/capa/display.coffee common/lib/xmodule/xmodule/tests/__init__.py common/lib/xmodule/xmodule/x_module.py lms/djangoapps/courseware/module_render.py
Calen Pennington committed -
Provide content QA (quality assessment) interface
Calen Pennington committed -
Model replication to course databases
Calen Pennington committed -
Conflicts: lms/urls.py
David Ormsbee committed -
Hide errors from non-staff users
Calen Pennington committed -
Feature/victor/bad content warn not error
Calen Pennington committed -
Feature/victor/dark launch
Calen Pennington committed -
David Ormsbee committed
-
David Ormsbee committed
-
David Ormsbee committed
-
David Ormsbee committed
-
Sketchy adding of test dbs to the cms test.py config file -- these are required for the Student (shared django app) tests to run
David Ormsbee committed -
David Ormsbee committed
-
- 12 Aug, 2012 10 commits
-
-
ichuang committed
-
ichuang committed
-
ichuang committed
-
ichuang committed
-
Victor Shnayder committed
-
* will avoid newrelic complaining * NOTE: Is this what we want post-ship? - need some way of notifying instructors of problems
Victor Shnayder committed -
Victor Shnayder committed
-
* pass user to check_course * if dark launch feature enabled, users with staff access to course can see courseware before start date. Students still can't. * tests. * Remaining: enrollment view has custom access control. Need to check it.
Victor Shnayder committed -
* Just log a warning and return a dummy url * May want smarter checking later (e.g. would be nice to tell staff what files are missing.)
Victor Shnayder committed -
David Ormsbee committed
-