- 03 Jul, 2013 29 commits
-
-
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 -
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
-
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
-
JonahStanley committed
-
JonahStanley committed
-
- 02 Jul, 2013 11 commits
-
-
Ned Batchelder committed
-
This works like css_click in that it will retry if there was a stale element reference exception
JonahStanley committed -
Round 2 Accessibility Changes
caesar2164 committed -
Jonahstanley/fix component test
Jonah Stanley committed -
Got rid of announcement test Removed assumption about uniqueness of css steps
JonahStanley committed -
Studio - Help Links Addition and Small UI Revisions to Main Navigation
Brian Talbot committed -
Studio - truncates longer course settings sharing urls
Brian Talbot committed -
Renzo/segment io refactor
Renzo Lucioni committed -
Renzo Lucioni committed
-
Renzo Lucioni committed
-
Ned Batchelder committed
-