- 22 Jul, 2015 12 commits
-
-
Teams List View
Daniel Friedman 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 20 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
-
* Add verification deadline model. * Populate verification deadlines from course modes table. * Update student dashboard to use verification deadlines. * Update pay-and-verify view to use verification deadlines. * Simplify Django admin for course modes and add validation. * Add verification deadline to Django admin for course modes. * Add UI for when the upgrade deadline is missed in the pay-and-verify flow.
Will Daly committed -
0.5.5 includes oauth2-provider's tests module
Renzo Lucioni committed -
Update edx-oauth2-provider to 0.5.4
Max Rothman committed -
PLAT-734 Fix slow transaction due to multiple calls to unpickling
Utkarsh committed -
Cache ccx lookups
Calen Pennington committed -
Ormsbee/inline discussion ccx perf hotfix
Calen Pennington committed -
Conflicts: requirements/edx/github.txt
Renzo Lucioni committed -
cahrens committed
-
utkjad committed
-
Clean up some e-commerce strings on the Instructor Dashboard
srpearce committed
-
- 20 Jul, 2015 8 commits
-
-
Sylvia Pearce committed
-
Credit progress page formatting bugfixes.
Will Daly committed -
Remove modulestore dependency from Enrollment API
Renzo Lucioni committed -
* Correctly format the student's full name on the progress page. * Add tests for progress page credit requirements display. * Display grade percentage for credit requirement on progress page
Will Daly committed -
David Ormsbee committed
-
Instead of calling the modulestore's get_course(), return the descriptor via self.runtime.get_block(). Doing this means that bulk ops caching works within CCX courses. Note: The long term fix for this is to have some course-level scope so that we're not peeking at the top of the tree just for some basic discussion-specific configuration information (in this case the blackout dates). TNL-2697
David Ormsbee committed -
Calen Pennington committed
-
Calen Pennington committed
-