- 25 Jul, 2014 12 commits
-
-
Wrap JSInput Python code in CDATA section
jmclaus 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 -
Jay Zoldak committed
-
Ben McMorran committed
-
- 24 Jul, 2014 22 commits
-
-
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 -
Jay Zoldak committed
-
Kevin Luo committed
-
Group Configuration: create, edit, delete groups
Anton Stupak committed -
Martin Segado committed
-
Martin Segado committed
-
polesye committed
-
Split/branch settings LMS-11056
Nimisha Asthagiri committed -
Diana Huang committed
-
In Studio, when the course administrator creates a new tab, its name was being initialized as null in the mongo database. This caused students in LMS to get a server error when trying to access the course page, since LMS was trying to process the null tabname for translation, etc. Now tabname is initialized as 'Empty', which is how it was being done in the frontend. STUD-2000
Se Won Jang committed -
Nimisha Asthagiri committed
-
Make overriding branch settings thread-safe LMS-11125
Nimisha Asthagiri committed
-
- 23 Jul, 2014 6 commits
-
-
Nimisha Asthagiri committed
-
Release notes for 7-23-2014
srpearce committed -
Sylvia Pearce committed
-
Getting draft split_test_module instances to import/export.
Christina Roberts committed -
Added text about grade ranges and certificates
Mark Hoeber committed -
Mark Hoeber committed
-