1. 08 Jun, 2015 1 commit
  2. 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
  3. 08 May, 2015 2 commits
  4. 07 May, 2015 1 commit
  5. 18 Apr, 2015 1 commit
  6. 14 Apr, 2015 1 commit
  7. 28 Mar, 2015 1 commit
  8. 23 Mar, 2015 1 commit
  9. 11 Mar, 2015 1 commit
  10. 05 Mar, 2015 1 commit
  11. 17 Feb, 2015 1 commit
  12. 02 Feb, 2015 1 commit
  13. 29 Jan, 2015 1 commit
  14. 28 Jan, 2015 1 commit
  15. 22 Jan, 2015 1 commit
  16. 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
  17. 08 Jan, 2015 1 commit
  18. 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
  19. 16 Dec, 2014 1 commit
  20. 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
  21. 01 Dec, 2014 2 commits
  22. 28 Nov, 2014 1 commit
  23. 06 Nov, 2014 1 commit
  24. 27 Oct, 2014 1 commit
  25. 12 Sep, 2014 1 commit
  26. 09 Sep, 2014 1 commit
  27. 08 Sep, 2014 1 commit
  28. 02 Sep, 2014 2 commits
  29. 22 Aug, 2014 1 commit
  30. 07 Aug, 2014 1 commit
  31. 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
  32. 25 Jul, 2014 1 commit
  33. 21 Jul, 2014 1 commit
  34. 14 Jul, 2014 2 commits
  35. 26 Jun, 2014 1 commit
  36. 14 May, 2014 1 commit