- 05 Oct, 2015 1 commit
-
-
asadiqbal committed
-
- 02 Oct, 2015 21 commits
-
-
Doc Label fix for Intersphinx
Mark Hoeber committed -
Flag test as flaky. See TNL-3492.
Ben Patterson committed -
TNL-3489. Flag test as flaky.
Ben Patterson committed -
Fixed select_related fields for course embargos and the mobile user api. TNL-3452
Brian Beggs committed -
Mark Hoeber committed
-
Upgrade django-pipeline and staticfiles.
Usman Khalid committed -
Ben Patterson committed
-
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 -
See ticket for details.
Ben Patterson 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 -
TNL-3137
Usman Khalid committed -
TNL-3137
Usman Khalid 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 18 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 -
Brian Beggs committed
-
fixed snapshot functionality for RestrictedCrouse embargo, select_related is now passed the proper hint. TNL-3452
Brian Beggs 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
-