- 28 Jul, 2015 5 commits
-
-
XCOM-497
jsa committed -
jsa committed
-
The Commerce API now sets the correct display name for known course modes, but continues to default to the mode slug for unknown course modes.
Clinton Blackburn committed -
Chris Dodge committed
-
Rc/2015-07-22
John Baker committed
-
- 27 Jul, 2015 5 commits
-
-
Release
John Baker committed -
Upgrade video player to use Youtube API v3.
Usman Khalid committed -
Can see if we remove skipIf from video base class. TNL-2413
muzaffaryousaf committed -
TNL-2413
muzaffaryousaf committed -
Fix conflicting 0004_ migrations on course_overviews
Kyle McCormick committed
-
- 24 Jul, 2015 1 commit
-
-
What happened: * First, I merged `0004_default_lowest_passing_grade_to_None.py`, which adds `null=True` to `lowest_passing_grade`. * Later, Renzo merged `0004_auto__add_field_courseoverview_enrollment_start__add_field_courseoverv.py`, which adds a bunch of enrollment-related fields * Neither migrations' `models` variables reflects the changes in the other one. * release currently has just `0004_default...` * master and rc/2015-07-22 have `0004_auto...` and `0004_default...`, in that order. What this commit changes: * Change `0004_auto...` to `0005_add_enrollment_fields.py` * Update `models` in `0005_...` to have `null=True` for `lowest_passing_grade`
Kyle McCormick committed
-
- 23 Jul, 2015 2 commits
- 22 Jul, 2015 17 commits
-
-
Update translations (autogenerated message)
Sarina Canelake committed -
LMS/Studio: Reduce font-face file calls
Brian Talbot committed -
Sarina Canelake committed
-
Fix broken Jasmine tests for course discovery
Andy Armstrong committed -
Teams List View
Daniel Friedman committed -
Andy Armstrong committed
-
TNL-1898 Also adds a generic paginated list view and Teams list view. The common PaginatedView takes a collection and a view class for its items and creates a header and footer with correct pagination. The topics list view is refactored to use this generic view. Authors: - Peter Fogg <pfogg@edx.org> - Daniel Friedman <dfriedman58@gmail.com>
Daniel Friedman committed -
Frances Botsford committed
-
Update edx-search, fix lms filter generator and courseware index tests
Davorin Šego committed -
Davorin Sego committed
-
Merge release into master
Adam committed -
Conflicts: requirements/edx/github.txt
Adam Palay committed -
PLA-749 Fix student dashboard for users enrolled in CCX courses
Adam committed -
credit eligibility and payment receipt email
Ahsan Ulhaq committed -
ECOM-1796 ECOM-1525
Ahsan Ulhaq committed -
Add courseware_access field to mobile API
tlindaliu committed -
Fields are start_type, start_display, and courseware_access.
tlindaliu committed
-
- 21 Jul, 2015 10 commits
-
-
Daniel Friedman committed
-
Daniel Friedman committed
-
Fixes DOC-841 per multiple requests
Alison Hodges committed -
Implement RequireJS Optimizer in the LMS
Christina Roberts committed -
Update edx-oauth2-provider to 0.5.5
Renzo Lucioni committed -
@stroilova @shnayder please verify that I have updated these files correctly. @catong complete the thread started in email.
Alison Hodges committed -
Separate verification deadline from upgrade deadline
Will Daly committed -
Update translations (autogenerated message)
Sarina Canelake committed -
Optimize edxnotes files.
Christina Roberts committed -
Sarina Canelake committed
-