- 08 Jul, 2013 5 commits
-
-
in line 470, changed "curl -O" to "curl -OL" such that the scripts runs without problems.
hikari-boulders committed -
Ignore Pylint R0921
Sarina Canelake committed -
[STUD-380] Fix/cdodge/delete course delete drafts
chrisndodge committed -
Add setting to set the virtual host of a Celery broker
Carlos Andrés Rocha committed -
Sarina Canelake committed
-
- 03 Jul, 2013 35 commits
-
-
Conflicts: common/lib/xmodule/xmodule/crowdsource_hinter.py common/lib/xmodule/xmodule/css/crowdsource_hinter/display.scss common/lib/xmodule/xmodule/js/src/crowdsource_hinter/display.coffee common/static/coffee/src/logger.coffee common/templates/hinter_display.html lms/envs/test.py lms/urls.py
Carlos Andrés Rocha committed -
Fix broken tests by simplifying the CourseFactory
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 -
remove unnecessary type check on the module store. XML module stores will throw an exception when deleting an item...
Chris Dodge committed -
Chris Dodge committed
-
Pylintrc changes to improve things, including removing the reports.
Ned Batchelder committed -
Fix LMS-530: Reflected XSS in chapter and page numbers
Ned Batchelder committed -
Pylint errors
Calen Pennington committed -
Made a css_html to obtain the html of the css element.
Jonah Stanley committed -
Ned Batchelder committed
-
add a 'can_execute_unsafe_code' callback method (ala LMS) to allow for w...
chrisndodge committed -
Chris Dodge committed
-
remove redundent test until we get clarity as to if unit tests are actually using the codejail functionality or not
Chris Dodge committed -
Chris Dodge committed
-
Chris Dodge committed
-
Chris Dodge committed
-
Chris Dodge committed
-
Chris Dodge committed
-
Chris Dodge committed
-
Chris Dodge committed
-
Chris Dodge committed
-
Chris Dodge committed
-
Chris Dodge committed
-
Chris Dodge committed
-
add a 'can_execute_unsafe_code' callback method (ala LMS) to allow for whitelisting of courses with respect to codejailing
Chris Dodge committed -
This reverts commit d383a8ad.
JonahStanley committed -
JonahStanley committed
-
JonahStanley committed
-
extend tests to assert that all draft content is cleaned up. Also add assertion that assets are deleted as well
Chris Dodge committed -
Chris Dodge committed
-
No one reads the pylint reports, we just want the messages. setUp and tearDown don't need docstrings. More ways to mark arguments as unused. More tweaks
Ned Batchelder committed -
JonahStanley committed
-
Add experimental crowdsource hinter module
Carlos Andrés Rocha committed -
JonahStanley committed
-
JonahStanley committed
-