1. 15 Dec, 2014 1 commit
  2. 13 Dec, 2014 1 commit
  3. 10 Dec, 2014 1 commit
  4. 02 Dec, 2014 2 commits
  5. 01 Dec, 2014 1 commit
  6. 06 Nov, 2014 1 commit
  7. 29 Oct, 2014 1 commit
  8. 30 Sep, 2014 1 commit
  9. 29 Sep, 2014 1 commit
  10. 10 Sep, 2014 1 commit
  11. 04 Sep, 2014 1 commit
  12. 02 Sep, 2014 1 commit
  13. 29 Aug, 2014 2 commits
  14. 27 Aug, 2014 3 commits
  15. 15 Aug, 2014 1 commit
  16. 01 Aug, 2014 1 commit
  17. 30 Jul, 2014 2 commits
  18. 15 Jul, 2014 1 commit
  19. 24 Jun, 2014 1 commit
  20. 23 Jun, 2014 1 commit
  21. 20 Jun, 2014 1 commit
  22. 06 Jun, 2014 1 commit
  23. 29 May, 2014 1 commit
  24. 12 May, 2014 1 commit
  25. 09 May, 2014 2 commits
  26. 06 May, 2014 1 commit
    • Make course ids and usage ids opaque to LMS and Studio [partial commit] · 9811926d
      This commit updates lms/djangoapps/courseware.
      
      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
  27. 02 May, 2014 2 commits
  28. 29 Apr, 2014 1 commit
  29. 04 Apr, 2014 1 commit
  30. 25 Feb, 2014 1 commit
  31. 21 Feb, 2014 1 commit
    • Implement children for pure XBlocks in edx-platform · dbc99ef8
      This requires fixing the javascript api implementation, and adding
      an implementation of get_block to the ModuleSystem api.
      
      However, the implementation is incomplete, due to mismatches between
      the expectations of XModule and XBlock.
      
      Also adds tests using the Acid block to make sure that the javascript
      and python apis for children are working correctly.
      Calen Pennington committed
  32. 13 Feb, 2014 2 commits