- 28 Jul, 2014 4 commits
-
-
decode uri component before redirect for safe redirect
Ned Batchelder committed -
Bug/import
Don Mitchell committed -
Simplify acceptance test env pipeline handler settings.
Ben Patterson committed -
It will now inherit from common settings.
Ben Patterson committed
-
- 26 Jul, 2014 1 commit
-
-
Return edit info from update_item and refactor item.py to use usage_key_with_run
Ben McMorran committed
-
- 25 Jul, 2014 15 commits
-
-
Wrap JSInput Python code in CDATA section
jmclaus committed -
Ben McMorran committed
-
cahrens committed
-
Add defininition of window.location.origin in both studio and LMS
Calen Pennington committed -
Python code can commonly contain characters that are invalid XML, such as '<' and '>'. This has proven to be a pain point for instructors implementing custom Python grading functions for their JSInput problems (see sample code below). This change creates a more robust template from which to make modifications. ```python # This is an XML syntax error, when not inside a CDATA section. if i < 0: print('negative') ```stv committed -
Use clear and send_keys instead of action chains in page object methods
Jay Zoldak committed -
Refactor studio tests to use StudioCourseTest
Ben McMorran committed -
removing syslog_addr
John Jarvis committed -
This is not currently being used in production and will not be used moving forward since logs are remoted using splunk
John Jarvis committed -
Improve is_browser_on_page method for Studio Container page
Jay Zoldak committed -
Jay Zoldak committed
-
Unit test for import performance STUD-1994
Nimisha Asthagiri committed -
do the import from wherever it unpacked. Avoids an exception where the top-level dir had a subdir of same name as one being moved, but also just makes it faster.
Don Mitchell committed -
Jay Zoldak committed
-
Ben McMorran committed
-
- 24 Jul, 2014 20 commits
-
-
Ned/add test to 4080
Anurag Ramdasan committed -
Ned Batchelder committed
-
Ned Batchelder committed
-
Ned Batchelder committed
-
Ned Batchelder committed
-
Ned Batchelder committed
-
Anurag Ramdasan committed
-
Anurag Ramdasan committed
-
Anurag Ramdasan committed
-
Nimisha Asthagiri committed
-
Use a version of opaque keys that identifies version numbers in the key prefixes
Calen Pennington committed -
Make test_export_all_courses not flaky
Tim Babych committed -
Bugfix: New Tab name being initialized as null
Christina Roberts committed -
Disable failing test STUD-2003
Jay Zoldak committed -
Jay Zoldak committed
-
Tim Babych committed
-
Improve clicking and synchronization in Studio bok-choy tests
Jay Zoldak committed -
Calen Pennington committed
-
Add support for theme translations and LANGUAGE_DICT override
Sarina Canelake committed -
Add "Correct or Past Due" option for showanswer
Sarina Canelake committed
-