1. 01 Dec, 2017 1 commit
  2. 30 May, 2017 1 commit
  3. 03 Aug, 2016 1 commit
  4. 07 Jun, 2016 1 commit
  5. 22 Oct, 2015 1 commit
  6. 28 Jul, 2015 1 commit
  7. 23 Jul, 2015 1 commit
  8. 08 Jun, 2015 1 commit
  9. 02 Jun, 2015 1 commit
  10. 28 Apr, 2015 1 commit
  11. 07 Apr, 2015 1 commit
  12. 26 Mar, 2015 1 commit
  13. 16 Mar, 2015 1 commit
  14. 03 Mar, 2015 1 commit
    • To support UNICODE xblock.location · ef257fb5
      When people use unicode course org name(e.g Chinese) ,urllib.quote cannot format unicode char like:
      
      ```shell
      >>> import urllib
      >>> loc = 'i4x://创联/7302478/chapter/4ab413b41ad9447db41668bed03f149f'
      >>> urllib.quote(loc)
      'i4x%3A//%E5%88%9B%E8%81%94/7302478/chapter/4ab413b41ad9447db41668bed03f149f'
      >>> urllib.quote(unicode(loc))
      Traceback (most recent call last):
        File "<console>", line 1, in <module>
      UnicodeDecodeError: 'ascii' codec can't decode byte 0xe5 in position 6: ordinal not in range(128)
      >>>
      ```
      so I open this pull
      Jason Zhu committed
  15. 29 Jan, 2015 1 commit
  16. 12 Jan, 2015 1 commit
  17. 07 Aug, 2014 4 commits
  18. 26 Jun, 2014 1 commit
  19. 21 May, 2014 3 commits
  20. 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
  21. 09 Apr, 2014 1 commit
  22. 12 Mar, 2014 1 commit
  23. 27 Feb, 2014 1 commit
    • Add new container page that can display nested xblocks · fcc0231d
      This is the changes for STUD-1244, which introduces the ability for Studio to display
      arbitrarily nested xblocks. In this change, a new container page is introduced which can
      display nested xblocks. In particular, the xblock type of 'vertical' is special cased
      to be shown inline as a collapsible section. The unit page is mostly unchanged, except
      that container xblock's are shown as a link to their container page, rather than being
      shown inline.
      Andy Armstrong committed
  24. 03 Dec, 2013 1 commit
  25. 15 Oct, 2013 1 commit
  26. 05 Aug, 2013 2 commits
  27. 02 Aug, 2013 1 commit
  28. 31 Jul, 2013 1 commit
  29. 09 Jul, 2013 2 commits
  30. 22 May, 2013 1 commit
  31. 13 May, 2013 1 commit
  32. 10 May, 2013 2 commits