1. 28 Oct, 2015 1 commit
    • Add make_course_usage_key method to modulestore · 6fb8335b
      Different modulestores create different usage_keys
      for the root course block.  This commit introduces
      a new method on the modulestore so each store type
      can implement its own.
      
      This is required by the new Course Blocks API since
      it wants to derive a usage key from a client-supplied
      course key.
      Nimisha Asthagiri committed
  2. 27 Oct, 2015 12 commits
  3. 26 Oct, 2015 22 commits
  4. 25 Oct, 2015 1 commit
    • Updated CreditCourse update endpoint · 98a39b92
      The update (PUT) endpoint now supports creating new CreditCourse objects in addition to updating existing ones. This functionality greatly simplifies the logic needed by consumers (e.g. the Course Administration Tool) to create or update CreditCourse objects.
      
      ECOM-2524
      Clinton Blackburn committed
  5. 24 Oct, 2015 4 commits