1. 16 Jun, 2016 1 commit
    • update_in_cache on lms worker (#12689) · fdc6d915
      This commit "undoes"a previous hotfix, and allows a cms course_publish
      signal to trigger a block_structure update_course_in_cache task, which
      is run on an lms worker queue.
      
      Changes:
          -exposes ALTERNATE_QUEUE_ENVS
          -adds routing layer in celery.py
          -moves prior dev_with_worker settings file to devstack_with_worker
          -moves course_block api functionality into openedx/core/djangoapps/content/block_structure
      Eric Fischer committed
  2. 04 May, 2016 1 commit
  3. 11 Dec, 2015 1 commit
  4. 03 Aug, 2015 1 commit
  5. 11 May, 2015 1 commit
  6. 10 Apr, 2015 1 commit
  7. 27 Mar, 2015 1 commit
  8. 10 Mar, 2015 1 commit
  9. 09 Feb, 2015 3 commits
  10. 16 Dec, 2014 1 commit
  11. 01 Dec, 2014 1 commit
  12. 31 Oct, 2014 1 commit
  13. 30 Sep, 2014 1 commit
  14. 04 Sep, 2014 1 commit
  15. 29 Aug, 2014 1 commit
  16. 27 Aug, 2014 1 commit
  17. 08 Aug, 2014 2 commits
  18. 24 Jul, 2014 1 commit
  19. 23 Jul, 2014 1 commit
  20. 14 Jul, 2014 1 commit
  21. 10 Jul, 2014 1 commit
  22. 07 Jul, 2014 1 commit
  23. 30 Jun, 2014 1 commit
  24. 26 Jun, 2014 1 commit
  25. 29 May, 2014 1 commit
  26. 13 May, 2014 2 commits
  27. 12 May, 2014 1 commit
  28. 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
  29. 21 Mar, 2014 1 commit
  30. 20 Mar, 2014 1 commit
  31. 05 Mar, 2014 1 commit
  32. 12 Feb, 2014 1 commit
  33. 08 Jan, 2014 1 commit
  34. 06 Jan, 2014 1 commit
    • Add pagination to Studio's Files and Uploads page · f9c45586
      These changes implement STUD-813. The commit consists of the
      following logical changes:
       - a REST API has been implemented for a course's assets
       - the page itself now fetches the assets client-side
       - the Backbone.Paginator library is used to support pagination
       - the AssetCollection has been refactored to extend
         Backbone.Paginator.requestPager so that it can be paged
       - an abstract PagingView class has been added to generalize
         the communication with a paging REST API
       - the AssetsView has been reimplemented to extend PagingView
       - two new child views have been added:
         - PagingHeader: the paging controls above the list of assets
         - PagingFooter: the paging controls below the assets
      Andy Armstrong committed
  35. 18 Oct, 2013 1 commit
  36. 10 Oct, 2013 1 commit