1. 20 Oct, 2015 4 commits
  2. 19 Oct, 2015 1 commit
  3. 11 Sep, 2015 1 commit
  4. 17 Mar, 2015 1 commit
  5. 20 Feb, 2015 1 commit
  6. 04 Feb, 2015 1 commit
  7. 10 Dec, 2014 1 commit
  8. 25 Nov, 2014 4 commits
  9. 12 Nov, 2014 1 commit
  10. 10 Nov, 2014 1 commit
  11. 17 Oct, 2014 1 commit
  12. 29 May, 2014 1 commit
  13. 24 May, 2014 1 commit
  14. 23 May, 2014 1 commit
  15. 21 May, 2014 2 commits
  16. 19 May, 2014 1 commit
  17. 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
  18. 06 May, 2014 1 commit
  19. 18 Apr, 2014 3 commits
  20. 25 Mar, 2014 1 commit
  21. 18 Mar, 2014 2 commits
  22. 24 Feb, 2014 1 commit
  23. 18 Feb, 2014 1 commit
  24. 14 Feb, 2014 2 commits
  25. 05 Feb, 2014 1 commit
  26. 01 Feb, 2014 1 commit
  27. 31 Jan, 2014 1 commit
    • Make mako template lookups pluggable. · 0a1ed11d
      This code adds the ability to add Mako template lookup directories on
      the fly, allowing third party add-ons to contribute their own Mako templates.
      A new API function for registering Mako templates is introduced::
      
          from edxmako import add_lookup
      
          add_lookup('main', '/path/to/templates')
      
          # Or, specify a package to lookup using pkg_resources.  This will
          # add the 'templates' directory inside the current package:
          add_lookup('main', 'templates', package=__name__)
      Chris Rossi committed
  28. 10 Jan, 2014 2 commits