1. 07 Jul, 2015 1 commit
  2. 02 Jul, 2015 1 commit
  3. 24 Jun, 2015 1 commit
    • User info cookie · 5e86a647
      * Add a new cookie for user information
      * Make marketing cookie names configurable.
      * Handle URL reversal when URLs don't exist (in Studio)
      * Move cookie code from student/helpers.py into its own module.
      Will Daly committed
  4. 12 Jun, 2015 1 commit
  5. 08 Jun, 2015 1 commit
  6. 18 May, 2015 1 commit
    • Courseware license (Creative Commons): FED · a3887e95
      Use native checkboxes for courseware license options
      In Studio settings editor for video module, don't show license if feature-flagged off
      Don't let Scope.contents fields leak to Studio editor
      JS gettext() must all be on the same line for i18n
      Add docstrings for bok-choy tests
      Remove LicenseMixin from HTMLDescriptor
      Responding to UX review feedback
      Add aria-pressed attribute
      Use https links instead of protocol-relative links for links to creativecommons.org
      Remove license from course outline page in Studio
      David Baumgold committed
  7. 08 May, 2015 2 commits
  8. 07 May, 2015 1 commit
  9. 18 Apr, 2015 1 commit
  10. 14 Apr, 2015 1 commit
  11. 28 Mar, 2015 1 commit
  12. 23 Mar, 2015 1 commit
  13. 11 Mar, 2015 1 commit
  14. 05 Mar, 2015 1 commit
  15. 17 Feb, 2015 1 commit
  16. 02 Feb, 2015 1 commit
  17. 29 Jan, 2015 1 commit
  18. 28 Jan, 2015 1 commit
  19. 22 Jan, 2015 1 commit
  20. 16 Jan, 2015 1 commit
    • Ignore invalid-name errors for settings files · ef43840a
      path.py objects report themselves as class objects, which confuses the heck out of
      pylint. It tries to match variable names using the class-rgx regular expression
      instead of the constant-rgx regular expression, and it doesn't match, so it
      throws an error. Not sure how to fix pylint, so we'll just ignore these errors.
      David Baumgold committed
  21. 08 Jan, 2015 1 commit
  22. 07 Jan, 2015 1 commit
    • Initial framework for the Course About API. · 1e7d567b
      ECOM-248 Course Info API. Basic functionality implemented.
      
      ECOM-248 adding factory for about descriptor and test cases for course info api
      
      ECOM-248 adding test cases for couse info api.
      
      ECOM-248 re-factoring code. updating test cases.
      
      Tests for course_about data module
      
      ECOM-248 Adding test cases for the exceptions.
      
      ECOM-248 re-factoring code. fixing quality issues.
      
      ECOM-248 fixing test cases and moved parse video method into utils.
      
      added github username in authors
      
      ECOM-248 removed merging issue of test_data
      
      ECOM-248 removed unused files
      stephensanchez committed
  23. 16 Dec, 2014 1 commit
  24. 15 Dec, 2014 1 commit
    • Add back end for Studio video upload feature · 0687a62a
      This feature allows upload of video assets to S3. This requires that the
      VIDEO_UPLOAD_PIPELINE setting be properly configured and that each
      course be configured with a token issued by the media team for their
      processing purposes (e.g. linking the video with a YouTube channel).
      
      Co-authored-by: Greg Price <gprice@edx.org>
      Nimisha Asthagiri committed
  25. 01 Dec, 2014 2 commits
  26. 28 Nov, 2014 1 commit
  27. 06 Nov, 2014 1 commit
  28. 27 Oct, 2014 1 commit
  29. 12 Sep, 2014 1 commit
  30. 09 Sep, 2014 1 commit
  31. 08 Sep, 2014 1 commit
  32. 02 Sep, 2014 2 commits
  33. 22 Aug, 2014 1 commit
  34. 07 Aug, 2014 1 commit
  35. 04 Aug, 2014 1 commit
    • Refactor ADVANCED_COMPONENT_TYPES · 9e45e8f9
          Modified to a setting in CMS common.py and aws.py
          Also factored out are: ADVANCED_PROBLEM_TYPES
      
          This enables third parties to add XBlocks to their system
          without having to make a code change.
      
          Code also added to ensure that a component should exist in both
          ADVANCED_COMPONENT_TYPES and the course advanced module list
          in order for it to be enabled in the course.
      David Adams committed
  36. 25 Jul, 2014 1 commit
  37. 21 Jul, 2014 1 commit