- 09 Jul, 2013 2 commits
-
-
David Baumgold committed
-
They are on the Drupal site now
David Baumgold committed
-
- 08 Jul, 2013 1 commit
-
-
ichuang committed
-
- 03 Jul, 2013 4 commits
-
-
Ned Batchelder committed
-
The data argument was being treated specially, but that was just because we didn't have **kwargs support. Now we do. There are two uses of data=, one we convert to kwargs, the other was actually unused, so remove it completely.
Ned Batchelder committed -
Ned Batchelder committed
-
Chris Dodge committed
-
- 02 Jul, 2013 19 commits
-
-
Ned Batchelder committed
-
Renzo Lucioni committed
-
Ned Batchelder committed
-
Limit the page and chapter numbers to digits, to keep malicious URL components from being inserted onto the page.
Ned Batchelder committed -
Giulio Gratta committed
-
Giulio Gratta committed
-
Giulio Gratta committed
-
Giulio Gratta committed
-
- removed ::selection css from reset.scss - removed variables from variables.scss - removed variable calls from course/base/base.scss and base/base.scss
Giulio Gratta committed -
Giulio Gratta committed
-
Giulio Gratta committed
-
Ned Batchelder committed
-
Ned Batchelder committed
-
Ned Batchelder committed
-
Ned Batchelder committed
-
Ned Batchelder committed
-
Ned Batchelder committed
-
Adam Palay committed
-
Limit the page and chapter numbers to digits, to keep malicious URL components from being inserted onto the page. Conflicts: lms/urls.py
Ned Batchelder committed
-
- 01 Jul, 2013 14 commits
-
-
Fixed various commenting things. Removed an unused function in the crowdsourced module coffeescript. Improved commenting in hint_manager. Fixed pep and pylint violations.
Felix Sun committed -
Adam Palay committed
-
Expanded test coverage a little.
Felix Sun committed -
Expanded tests of hint_manager. Enabled the hint_manager by default in development environments.
Felix Sun committed -
Fixed broken tests. Made the hint manager enabled in testing environments - this lets us test the hint manager.
Felix Sun committed -
Felix Sun committed
-
Began enforcing one-vote-per-person. This can be disabled with debug="True" in the <crowdsource_hinter> tag. Started tests of the hint manager.
Felix Sun committed -
Fixed some bugs in the tests for crowdsourced hinter.
Felix Sun committed -
Finished prototype of hint moderation view. Began re-writing tests of the crowdsource hinter module. (Old tests no longer cover all the code, now that moderation has been added.)
Felix Sun committed -
Added moderation feature - you can now choose to hold all hints for moderator approval before showing.
Felix Sun committed -
Jean Manuel Nater committed
-
Moved xml_store_config, mongo_store_config, and draft_mongo_store_config to xmodule/modulestore/tests/django_util.py Removed some repeated instances of xml_store_config. Reverted some changes to mongo_store_config so each modulestore gets it's own uuid.
Jean Manuel Nater committed -
DraftModuleStore was originally designed as a mixin, but never used that way, and with the upcoming changes to use the versioned module store, never will be. This changes removes a circular dependency between mongo.py and draft.py.
Don Mitchell committed -
Fixed various commenting things. Removed an unused function in the crowdsourced module coffeescript. Improved commenting in hint_manager. Fixed pep and pylint violations.
Felix Sun committed
-