1. 23 Mar, 2015 5 commits
  2. 15 Jan, 2015 2 commits
  3. 10 Dec, 2014 1 commit
  4. 05 Dec, 2014 1 commit
    • Add support for user partitioning based on cohort. · f24f01d2
      JIRA: TNL-710
      
      IMPORTANT: this commit converts the course_groups
      package to using migrations.  When deploying to an
      existing openedx instance, migration 0001 may fail
      with an error indicating that the CourseUserGroup
      table already exists.  If this happens, running
      the 0001 migration first, with the --fake option,
      is recommended.  After performing this step,
      remaining migrations should work as expected.
      jsa committed
  5. 30 Oct, 2014 1 commit
  6. 01 Oct, 2014 1 commit
  7. 11 Sep, 2014 1 commit
  8. 28 Aug, 2014 1 commit
  9. 28 Jul, 2014 1 commit
  10. 29 May, 2014 1 commit
  11. 22 May, 2014 1 commit
  12. 20 May, 2014 1 commit
  13. 07 May, 2014 1 commit
    • Make course ids and usage ids opaque to LMS and Studio [partial commit] · e2bfcf2a
      This commit updates common/djangoapps.
      
      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
  14. 09 Apr, 2014 1 commit
  15. 07 Apr, 2014 1 commit
  16. 03 Dec, 2013 1 commit
  17. 19 Jun, 2013 1 commit
  18. 06 Feb, 2013 1 commit
  19. 25 Jan, 2013 2 commits
  20. 24 Jan, 2013 5 commits