1. 31 Oct, 2016 1 commit
  2. 11 Oct, 2016 1 commit
    • Have DiscussionXBlock take care of loading JS and CSS files it depends on. · 3649f818
      * 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
  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. 23 Jun, 2016 1 commit
  6. 10 Jun, 2016 1 commit
  7. 29 Feb, 2016 1 commit
  8. 27 Jan, 2016 1 commit
  9. 16 Dec, 2015 1 commit
  10. 14 Dec, 2015 1 commit
  11. 11 Dec, 2015 1 commit
  12. 02 Nov, 2015 1 commit
    • Remove chat feature · 3a2c0e37
      This was originally contributed upstream by Stanford, circa 2013.
      
      We neither use nor support this feature in its current implementation,
      and in fact, we may never have used this production. Until recently, we
      had additional chat/Jabber code [1] (in the form of a Jabber djangoapp in
      LMS); context there suggests this feature may have never been more than
      a prototype. The original author is no longer on the team, so I can't directly
      confirm this on our end.
      
      Do you use this feature?
      
      Stanford had already abandoned this Jabber-backed chat implementation,
      in favor of an IRC backend, by the time I joined the team in early 2014.
      
      [1] https://github.com/Stanford-Online/edx-platform/commit/dbe52a6b133ab6ff637dea5324f7322da2909070
      stv committed
  13. 16 Jun, 2015 1 commit
  14. 03 Jun, 2015 1 commit
  15. 14 May, 2015 1 commit
  16. 13 May, 2015 2 commits
  17. 27 Feb, 2015 1 commit
  18. 15 Jan, 2015 1 commit
  19. 14 Jan, 2015 1 commit
  20. 17 Oct, 2014 1 commit
  21. 11 Mar, 2014 1 commit
  22. 31 Jan, 2014 1 commit
  23. 10 Jan, 2014 1 commit
  24. 29 Aug, 2013 2 commits
    • Add bulk email feature for instructors, with optout option · 907bf6e1
      Adds a new Email link to the instructor dashboard for frontend interface to send
      email to course members. Adds a feature flag ENABLE_INSTRUCTOR_EMAIL to toggle this.
      Creates a new djangoapp bulk_email that handles this action by getting the recipient
      list and batching the emails to different celery tasks to do the actual sending.
      Requires lynx package to convert HTML email to plaintext. Handles SMTP errors by
      retrying or falling through to the next email. Adds the option to opt out of course
      specific emails in the user dashboard with an Email Settings link for each course.
      Uses severable configurable settings with defaults. DEFAULT_BULK_FROM_EMAIL
      specifies the from address for email. EMAILS_PER_TASK specifies the number of emails
      each celery task takes on. EMAIL_HOST, EMAIL_PORT, EMAIL_HOST_USER,
      EMAIL_HOST_PASSWORD, and EMAIL_USE_TLS for the SMTP email backend settings.
      
      Co-authored-by: Akshay Jagadeesh <akjags@gmail.com>
      Kevin Luo committed
  25. 02 Aug, 2013 1 commit
  26. 18 Jul, 2013 1 commit
  27. 05 Jun, 2013 1 commit
    • Rewrite the main course.scss file as well · e0590c35
      Just as is done with the main LMS application.scss file, rewrite the
      course.scss file with Mako to conditionally import a theme's
      variables overrides. Add the course.scss file to the list of ignored
      Git files so that it doesn't keep getting committed over and over
      again.
      
      This also requires us to add a hardcoded line in the assets Rakefile
      for the moment, so that the course.scss.mako file gets properly
      preprocessed. Once the preprocessing is done by a Django management
      command, we won't have to do this anymore.
      Nate Hardison committed
  28. 18 Apr, 2013 1 commit
  29. 01 Feb, 2013 2 commits
  30. 31 Jan, 2013 1 commit
  31. 30 Jan, 2013 1 commit
  32. 27 Jan, 2013 2 commits
  33. 03 Jan, 2013 1 commit
  34. 30 Nov, 2012 1 commit
  35. 28 Nov, 2012 1 commit
  36. 20 Nov, 2012 1 commit