- 29 Jul, 2014 3 commits
-
-
Ben Weeks committed
-
Update install_prodstack.rst
Mark Hoeber committed -
Remove user_partitions from advanced settings
Anton Stupak committed
-
- 28 Jul, 2014 23 commits
-
-
Split/auto publish
Mathew Peterson committed -
Fix call to cohorts
Sarina Canelake committed -
After installing Fullstack via Vagrant, the user needs to know the credentials to login to edX
dmin7b5 committed -
Added update_item, create_item, create_child to split_draft.py Cleaned up TODOs in test_mixed_modulestore.py Unit test for auto-publish LMS-11017 Added tests to test_mixed_modulestore.py for has_changes and added black_list to _auto_publish Moved DIRECT_ONLY_CATEGORIES to draft_and_publish.py Deleted test_split_draft_modulestore.py Added _auto_publish to create course Publish cleanups for update_version, source_version Changed has_changes to use source_version Removing mixed test that no longer makes sense in auto_publish world Addressed TODOs in test_branch_setting
Mathew Peterson committed -
Update email address
Renzo Lucioni committed -
Sarina Canelake committed
-
Use the CDN-friendly URLs for the Powered-By logos
Ned Batchelder committed -
polesye committed
-
Renzo Lucioni committed
-
Update translations (autogenerated message)
Julia Hansbrough committed -
ORA2 release-2014-07-28T12.09
Will Daly committed -
Use /tmp/mako_lms and /tmp/mako_cms for compiled mako templates.
Usman Khalid committed -
In legacy dashboard changed make_usage_key() to make_usage_key_from_deprecated_string()
Usman Khalid committed -
Overhaul Segment.io integration
Renzo Lucioni committed -
Will Daly committed
-
Renzo Lucioni committed
-
Sarina Canelake committed
-
Ned Batchelder committed
-
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 -
LMS-11146
Usman Khalid 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 13 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
-