1. 10 Mar, 2014 1 commit
  2. 12 Jul, 2013 1 commit
  3. 17 Jun, 2013 1 commit
    • Many changes to finish up PR. To wit: · 8159e861
      -- 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
  4. 13 Jun, 2013 2 commits
  5. 21 Aug, 2012 2 commits
  6. 20 Aug, 2012 1 commit
    • Keep each course's descriptors separate · c6c95c63
      * 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