1. 07 Oct, 2016 2 commits
  2. 06 Oct, 2016 2 commits
  3. 05 Oct, 2016 1 commit
  4. 03 Oct, 2016 1 commit
    • Have DiscussionXBlock take care of loading JS and CSS files it depends on. · baa9d06e
      * Add openedx.core.lib.xblock_builtin.get_css_dependencies and get_js_dependencies,
        which respect PIPELINE_ENABLED setting when determining dependencies.
      * Move new discussion-related Sass files into discussion subdirectory.
      * Use "load_unicode" instead of "render_template" to load JS to add to fragment for DiscussionXBlock.
      * Remove unused "course" parameter from context for DiscussionXBlock.student_view.
      * Add RTL stylesheet for DiscussionXBlock, and enable the block to load correct stylesheet.
      * Load MathJax only once, and include code for configuring MathJax in discussion bundle.
      * Make sure username renders correctly in DiscussionXBlock response header.
      * Move WYSIWYIG Markdown editor styles to _build-discussion.scss.
      * Remove unnecessary import of discussion/utilities/v1-compatibility from _build-discussion.scss.
      * Keep courseware-chromeless.html in sync with courseware.html.
      * Load CSS for discussions on Teams tab.  This makes it possible to remove CSS for discussions from Sass files for "Course" tab.
      * Load js/src/tooltip_manager.js, jquery.autocomplete.js and jquery.autocomplete.css on "Course" tab.
      Tim Krones committed
  5. 30 Sep, 2016 3 commits
  6. 28 Sep, 2016 1 commit
  7. 09 Sep, 2016 1 commit
  8. 30 Aug, 2016 1 commit
  9. 29 Aug, 2016 1 commit
  10. 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
  11. 04 Aug, 2016 1 commit
  12. 03 Aug, 2016 2 commits
  13. 28 Jul, 2016 1 commit
  14. 27 Jul, 2016 2 commits
  15. 25 Jul, 2016 3 commits
  16. 21 Jul, 2016 1 commit
  17. 07 Jul, 2016 1 commit
    • Unify JWT generation code · f6d7371d
      These changes unify four different approaches to JWT creation, moving the core of the AccessTokenView to a general-purpose JwtBuilder class. This utility class defaults to using the system's JWT configuration, but it will allow overriding of the signing key and audience claim to support those clients which still require this. Part of ECOM-4566.
      Renzo Lucioni committed
  18. 05 Jul, 2016 1 commit
  19. 01 Jul, 2016 1 commit
  20. 30 Jun, 2016 1 commit
  21. 28 Jun, 2016 1 commit
  22. 27 Jun, 2016 1 commit
  23. 24 Jun, 2016 3 commits
  24. 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
  25. 08 Jun, 2016 1 commit
  26. 02 Jun, 2016 1 commit
  27. 26 May, 2016 1 commit
  28. 20 May, 2016 1 commit
  29. 17 May, 2016 1 commit
  30. 09 May, 2016 1 commit