1. 20 Aug, 2015 1 commit
    • mattdrayer/rebase-20140701: Updated api to support opaque keys · bf5bf27b
      Also contains:
      
      * mattdrayer/rebase-20140722b: cherry-pick 0325694
      * mattdrayer/rebase-20140722: cherry-pick e8b1217
      * Sessions API Documentation
      * mattdrayer/rebase-20140722: cherry-pick ofao48d
      * mattdrayer/rebase-20140722: cherry-pick b0c343c
      * mattdrayer/rebase-20140722: cherry-pick d56e973
      * mattdrayer/status-500-fix: Small API bug
      * added content_id to workgroup review submissions
      * mattdrayer/api-user-preferences-delete: Added new Detail view, GET/DELETE operations
      * mattdrayer/rebase-20140722: cherry-pick 0624385
      * handle exception if user never accessed any course module
      * mattdrayer/rebase-20140722: cherry-pick caada51
      * cdodge/add-progress-publish-api-endpoint: expose a new xblock runtime publish special cased event type 'progress' which adds an entry into the CourseCompletions table
      * add default setting for feature flag in common.py
      * mattdrayer/rebase-20140722: cherry-pick 7a1e12c
      * mattdrayer/rebase-20140722: Functional stabilization
      Matt Drayer committed
  2. 17 Mar, 2015 1 commit
  3. 06 Mar, 2015 1 commit
  4. 13 Feb, 2015 1 commit
  5. 13 Dec, 2014 2 commits
  6. 04 Dec, 2014 1 commit
  7. 07 Aug, 2014 1 commit
  8. 11 Jul, 2014 1 commit
  9. 29 May, 2014 1 commit
  10. 07 May, 2014 1 commit
    • Make course ids and usage ids opaque to LMS and Studio [partial commit] · 3b036278
      This commit adds custom django fields for CourseKeys and UsageKeys.
      
      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