1. 09 Aug, 2016 1 commit
    • Hide 'Reset Attempts' and 'Rescore Problem' on unsupported blocks. · 0dd0f1f8
      CAPA problems have the "Staff Debug Info" button, which allows
      instructors to "Reset Attempts" and "Rescore problem" for any individual
      student.
      
      XBlocks, such as Drag and Drop v2 do not support those, though the UI
      was still present. Clicking any of those links would result in an
      "Unknown Error Occurred" message.
      
      This commit hides the two buttons if the associated block does not
      support them.
      Matjaz Gregoric committed
  2. 03 Aug, 2016 1 commit
  3. 02 May, 2016 1 commit
  4. 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
  5. 12 Apr, 2016 1 commit
  6. 02 Mar, 2016 1 commit
  7. 29 Dec, 2015 1 commit
  8. 22 Dec, 2015 1 commit
  9. 18 Dec, 2015 1 commit
  10. 22 Nov, 2015 1 commit
  11. 03 Jul, 2015 1 commit
  12. 05 Jun, 2015 1 commit
  13. 19 May, 2015 1 commit
  14. 18 May, 2015 2 commits
    • Added a simple XBlockMixin for courseware licenses · 2159d341
      This allows course authors to choose between two difference licenses for their
      course content: All Rights Reserved, or Creative Commons. In the backend, XBlocks
      that wish to allow custom licenses need only inherit from LicenseMixin, which
      adds a `license` field as a string.
      
      License information is displayed in the Studio editor view, and just below the
      rendered XBlock in the LMS. In addition, if the course block itself has a custom
      license set, this license will display just below the main body of the page
      on courseware pages.
      
      This entire feature is gated behind the LICENSING feature flag.
      David Baumgold committed
  15. 14 May, 2015 2 commits
  16. 15 Apr, 2015 1 commit
  17. 31 Mar, 2015 1 commit
  18. 30 Mar, 2015 1 commit
  19. 19 Mar, 2015 1 commit
  20. 08 Jan, 2015 1 commit
  21. 13 Dec, 2014 1 commit
  22. 16 Oct, 2014 2 commits
  23. 07 Sep, 2014 1 commit
  24. 21 Aug, 2014 1 commit
  25. 15 Aug, 2014 1 commit
  26. 07 Aug, 2014 1 commit
  27. 27 Jun, 2014 1 commit
  28. 20 Jun, 2014 2 commits
  29. 02 Jun, 2014 1 commit
  30. 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
  31. 02 May, 2014 1 commit
  32. 04 Apr, 2014 1 commit
  33. 02 Apr, 2014 1 commit
  34. 21 Feb, 2014 1 commit
  35. 13 Feb, 2014 2 commits