- 07 Aug, 2014 11 commits
-
-
Andy Armstrong committed
-
Andy Armstrong committed
-
Ben McMorran committed
-
cahrens committed
-
cahrens committed
-
Ben McMorran committed
-
cahrens committed
-
cahrens committed
-
STUD-1707
Andy Armstrong committed -
STUD-1754
Andy Armstrong committed -
FOR-108
Waqas Khalid committed
-
- 05 Aug, 2014 2 commits
-
-
jmclaus committed
-
Christine Lytwynec committed
-
- 04 Aug, 2014 2 commits
-
-
John Jarvis committed
-
John Jarvis committed
-
- 01 Aug, 2014 2 commits
-
-
Jesse Zoldak committed
-
John Jarvis committed
-
- 30 Jul, 2014 9 commits
-
-
Don Mitchell committed
-
Don Mitchell committed
-
Don Mitchell committed
-
Included adding a general create_toy_course and create_sample_course method for tests
Don Mitchell committed -
Don Mitchell committed
-
Don Mitchell committed
-
LMS-11090
Don Mitchell committed -
Don Mitchell committed
-
This reverts commit 079808ee.
Renzo Lucioni committed
-
- 29 Jul, 2014 2 commits
-
-
Nimisha Asthagiri committed
-
This reverts commit 252038c3, reversing changes made to 7caf8c53.
Julia Hansbrough committed
-
- 28 Jul, 2014 4 commits
-
-
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 -
Renzo Lucioni committed
-
Oleg Marshev committed
-
Oleg Marshev committed
-
- 25 Jul, 2014 2 commits
-
-
cahrens 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
-
- 24 Jul, 2014 5 commits
-
-
Nimisha Asthagiri committed
-
Oleg Marshev committed
-
Martin Segado committed
-
Diana Huang committed
-
Nimisha Asthagiri committed
-
- 23 Jul, 2014 1 commit
-
-
Nimisha Asthagiri committed
-