1. 14 Apr, 2016 1 commit
  2. 17 Mar, 2016 1 commit
  3. 28 Jan, 2016 1 commit
  4. 02 Dec, 2015 1 commit
    • CohortMembership Test Fixes · 88a38965
      There are 3 main changes in this commit:
      * CohortFactory now sets up memberships properly, so consuming tests do not
      need to explicitly touch CourseUserGroup.users to add() users.
      * test_get_cohort_sql_queries has been updated to 3 and 9 queries when using
      and not using the cache, respectively. This is needed due to each operation
      needing an extra queery to get the CourseUserGroup from the CohortMembership.
      * Adding remove_user_from_cohort(), the counterpart to add_user_to_cohort().
      This is also to keep tests from touching the users field directly, and keep
      CohortMembership data in sync.
      Eric Fischer committed
  5. 10 Nov, 2015 1 commit
  6. 03 Aug, 2015 1 commit
  7. 02 Jun, 2015 1 commit
  8. 27 May, 2015 1 commit
  9. 31 Mar, 2015 1 commit
  10. 26 Mar, 2015 1 commit
  11. 25 Mar, 2015 1 commit
  12. 23 Mar, 2015 1 commit
  13. 18 Mar, 2015 1 commit
  14. 02 Mar, 2015 1 commit
  15. 10 Feb, 2015 1 commit
  16. 20 Jan, 2015 1 commit
  17. 12 Jan, 2015 1 commit
    • MA-187 ValueError fix · 3e5f7bac
      Fix for MA-187 where a value error was thrown when
      a course has a video directly under a section. This
      PR handles the situations where a chapter or section
      can be none, and then returns the appropriate url
      if available.
      christopher lee committed
  18. 08 Jan, 2015 1 commit
  19. 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
  20. 11 Dec, 2014 1 commit
  21. 02 Dec, 2014 1 commit
  22. 01 Dec, 2014 1 commit
  23. 24 Nov, 2014 1 commit
  24. 18 Nov, 2014 1 commit
  25. 30 Oct, 2014 1 commit
  26. 29 Sep, 2014 2 commits