- 10 Mar, 2014 1 commit
-
-
Currently wiki_slug is set to course number. However, since multiple courses can have the same number this may lead to clashes. So wiki_slug will be set to org.course.name. To maintain the active wiki_slugs for xml courses this cannot be changed in the CourseDescriptor. LMS-2136
Usman Khalid committed
-
- 12 Jul, 2013 1 commit
-
-
Chris Dodge committed
-
- 17 Jun, 2013 1 commit
-
-
-- Changed docstrings to use double quote. -- More consistent naming for youtube IDs (normal_speed_id -> youtube_id_1_0). -- Formatting changes for readability. -- Updated test XML to expect JSON-encoded strings; prevents tests from spuriously failing.
Peter Fogg committed
-
- 13 Jun, 2013 2 commits
-
-
Update XML in old video tests. This change tags like <video youtube="1.0:abcdefg"> to <video youtube_id_1_0="abcdefg".
Peter Fogg committed -
Update XML in old video tests. This change tags like <video youtube="1.0:abcdefg"> to <video youtube_id_1_0="abcdefg".
Peter Fogg committed
-
- 21 Aug, 2012 2 commits
-
-
* with backcompat location /grading_policy.json
Victor Shnayder committed -
* still backcompat with old mode
Victor Shnayder committed
-
- 20 Aug, 2012 1 commit
-
-
* apply policy per-course, even if multiple courses share course and org fields * keep descriptors separate in xml store, so that if two such courses change the same module in different ways, it works. Such edits will need to merged on CMS import... * add get_instance(course_id, location) method to replace get_item(location). Update all the call sites * tests, including a 2nd toy course with same course and org.
Victor Shnayder committed
-