1. 19 Apr, 2017 1 commit
  2. 05 Apr, 2017 1 commit
  3. 08 Mar, 2017 1 commit
  4. 01 Mar, 2017 2 commits
  5. 02 Feb, 2017 1 commit
  6. 01 Dec, 2016 1 commit
  7. 19 May, 2016 1 commit
  8. 04 May, 2016 1 commit
  9. 29 Apr, 2016 1 commit
    • WIP: xblock pipeline work (#10176) · 2497f0a0
      [PERF-303] Integer XBlocks/XModules into the static asset pipeline.
      
      This PR, based on hackathon work from Christina/Andy, implements a way to discover all installed XBlocks and XModules and to enumerate their public assets, then pulling them in during the collectstatic phase and hashing them.  In turn, the methods for generating URLs to resources will then returned the hashed name for assets, allowing them to be served from nginx/CDNs, and cached heavily.
      Christina Roberts committed
  10. 20 Apr, 2016 1 commit
  11. 02 Mar, 2016 1 commit
  12. 14 Jan, 2016 1 commit
  13. 25 Nov, 2015 1 commit
  14. 20 Oct, 2015 1 commit
    • Groundwork for Studio extensibility · 32460a99
      Implement a Studio tab plugin manager, define a namespace for Studio tab plugins, and introduce an abstract base class used to represent Studio tabs. This does not introduce changes required to inject such plugins into the Studio UI. ECOM-2187.
      Renzo Lucioni committed
  15. 20 Aug, 2015 1 commit
    • In-course reverification access control · ec28a75f
      * Automatically create user partitions on course publish for each ICRV checkpoint.
      * Disable partitions for ICRV checkpoints that have been deleted.
      * Skip partitions that have been disabled when checking access.
      * Add verification access control UI to visibility settings.
      * Add verification access control UI to sequential and vertical settings.
      * Add partition scheme for verification partition groups.
      * Cache information used by verification partition scheme and invalidate the cache on update.
      * Add location parameter to UserPartition so the partition scheme can find the associated checkpoint.
      * Refactor GroupConfiguration to allow multiple user partitions.
      * Add special messaging to ICRV for students in the honor track.
      
      Authors: Zubair Arbi, Awais Qureshi, Aamir Khan, Will Daly
      zubair-arbi committed
  16. 03 Aug, 2015 1 commit
  17. 20 Jul, 2015 1 commit
  18. 14 May, 2015 1 commit
  19. 30 Apr, 2015 1 commit
  20. 25 Feb, 2015 1 commit
  21. 09 Feb, 2015 1 commit
  22. 28 Jan, 2015 1 commit
  23. 27 Jan, 2015 1 commit
  24. 21 Jan, 2015 1 commit
  25. 20 Jan, 2015 1 commit
  26. 15 Jan, 2015 4 commits
  27. 17 Dec, 2014 2 commits
  28. 13 Dec, 2014 1 commit
  29. 12 Dec, 2014 1 commit
  30. 20 Oct, 2014 1 commit
  31. 20 Jun, 2014 1 commit
  32. 18 Jun, 2014 2 commits
  33. 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
  34. 25 Feb, 2014 1 commit