- 02 Oct, 2015 11 commits
-
-
Updates the description provided for a new enrollment report
Alison Hodges committed -
Release into master
David Baumgold committed -
Rc/2015 10 01
David Baumgold committed -
Update AUTHORS
Sarina Canelake committed -
Rename SEGMENT_KEY to have a unique key name for both CMS and LMS
Fred Smith committed -
Add team column to grade reports.
Diana Huang committed -
Enroll CCX coaches in the courses to which they're added
Peter Pinch committed -
Dustin Gadal committed
-
Fix import error
Sarina Canelake committed -
See also: https://github.com/edx/edx-platform/pull/9969 I'm not at a linux box to do a rebase from the command line, so I'm creating a new PR.
Dustin Gadal committed -
Mark test_can_add_remove_allowance Bokchoy test as flaky for now
chrisndodge committed
-
- 01 Oct, 2015 29 commits
-
-
Bill DeRusha committed
-
Make the profile_image api more restful.
Cliff Dyer committed -
Limited grades to seven characters
Clinton Blackburn committed -
Fixed KeyError in CCX
Sarina Canelake committed -
Allow fullscreen within lti
Sarina Canelake committed -
David Baumgold committed
-
Merge remote-tracking branch 'remotes/origin/release' into release-2015-10-01-resolve-merge-conflicts
David Baumgold committed -
ECOM-2433
Clinton Blackburn committed -
Deprecate the views at /api/profile_images/v1/{username}/upload and /api/profile_images/v1/{username}/remove and replace them with GET and POST methods at /api/user/v1/accounts/{username}/image
J. Cliff Dyer committed -
'force_publish' command for publishing a course forcefully by making …
Mushtaq Ali committed -
Remove log statements. Add test for CCX coach access addition. Email CCX coaches when they're enrolled. Remove ccx_coach from list of roles which can perform access maintenance. Remove unused variables. Remove unused import (unenroll_email) Fix long line in instructor/access.py. Address long line formatting issue.
Jamie Folsom committed -
Weekly release for 2015-10-01
Adam committed -
Fix displaying wrong membership on "My Team" view.
Peter Fogg committed -
The heart of this fix is to change the "My Team" view to use a collection of teams instead of memberships. The team card is refactored to only take a team, rather than attempt to be polymorphic over teams and team memberships. This change enabled removing a good amount of old code. This also requires adding a `username` parameter to the teams list endpoint which allows getting a list of all teams for a single user, in order to allow refreshing the "My Teams" view correctly. Currently this list is of length at most one. TNL-3410
Peter Fogg committed -
George Schneeloch committed
-
Flag test as flaky.
Ben Patterson committed -
George Schneeloch committed
-
Add node_modules to the path via the jenkins-common script instead of…
Ben Patterson committed -
SOL-1247: use overridden course number and org
Matt Drayer committed -
SOL-1225: Pressing tab button does not takes user to next field
Matt Drayer committed -
renamed test's name
Zia Fazal committed -
'force_publish' command for publishing a course forcefully by making the published branch point to the same structure as the draft branch. add force_publish functionality to split courses.
Mushtaq Ali committed -
DRF uses query_params instead of QUERY_PARAMS.
Muzaffar yousaf committed -
asadiqbal committed
-
Messaging and text improvements dashboard
Ahsan Ulhaq committed -
ECOM-2338
Ahsan Ulhaq committed -
Add myself to AUTHORS
Sarina Canelake committed -
Jamie Folsom committed
-