1. 21 Oct, 2014 2 commits
  2. 20 Oct, 2014 1 commit
  3. 14 Jul, 2014 1 commit
    • Refactor split migrator · 63965891
      LMS-2936
      
      Also, a bunch of ancillary cleanups.
      
      Conflicts:
      	common/lib/xmodule/xmodule/modulestore/tests/test_publish.py
      
      Conflicts:
      	cms/djangoapps/contentstore/management/commands/migrate_to_split.py
      	cms/djangoapps/contentstore/management/commands/tests/test_rollback_split_course.py
      	common/lib/xmodule/xmodule/modulestore/__init__.py
      	common/lib/xmodule/xmodule/modulestore/mixed.py
      	common/lib/xmodule/xmodule/modulestore/mongo/draft.py
      	common/lib/xmodule/xmodule/modulestore/split_migrator.py
      	common/lib/xmodule/xmodule/modulestore/split_mongo/split.py
      	common/lib/xmodule/xmodule/modulestore/tests/test_split_migrator.py
      	common/lib/xmodule/xmodule/modulestore/tests/test_split_w_old_mongo.py
      Don Mitchell committed
  4. 09 Jul, 2014 1 commit
  5. 07 Jul, 2014 1 commit
  6. 29 May, 2014 1 commit
  7. 15 May, 2014 1 commit
  8. 07 May, 2014 1 commit
    • Make course ids and usage ids opaque to LMS and Studio [partial commit] · 0d88379e
      This commit adds all of cms.
      
      These keys are now objects with a limited interface, and the particular
      internal representation is managed by the data storage layer (the
      modulestore).
      
      For the LMS, there should be no outward-facing changes to the system.
      The keys are, for now, a change to internal representation only. For
      Studio, the new serialized form of the keys is used in urls, to allow
      for further migration in the future.
      
      Co-Author: Andy Armstrong <andya@edx.org>
      Co-Author: Christina Roberts <christina@edx.org>
      Co-Author: David Baumgold <db@edx.org>
      Co-Author: Diana Huang <dkh@edx.org>
      Co-Author: Don Mitchell <dmitchell@edx.org>
      Co-Author: Julia Hansbrough <julia@edx.org>
      Co-Author: Nimisha Asthagiri <nasthagiri@edx.org>
      Co-Author: Sarina Canelake <sarina@edx.org>
      
      [LMS-2370]
      Calen Pennington committed
  9. 29 Jan, 2014 5 commits