- 04 Aug, 2015 11 commits
-
-
Exposing course verification deadline via Commerce API
Clinton Blackburn committed -
Release merge to master
Ned Batchelder committed -
Fixed MathJax rendering in problem hint
Awais Jibran committed -
Fixed ORA1 deprecated warning message
Awais Jibran committed -
The course now supports reading and writing the verification deadline attribute. XCOM-536
Clinton Blackburn committed -
We should only add the DjDT urls if it is enabled.
Ned Batchelder committed -
Ned Batchelder committed
-
Rc/2015-08-04
Ned Batchelder committed -
Optimize OpenID Course Claims for non-global-staff users.
Dennis Jen committed -
Update pylint and astroid, reduces pylint count by 400
Ned Batchelder committed -
TNL-2855
Awais Jibran committed
-
- 03 Aug, 2015 18 commits
-
-
Ned Batchelder committed
-
Add historical course enrollment table.
Jim Abramson committed -
Dennis Jen committed
-
Exposing course name via Commerce API
Clinton Blackburn committed -
Ned Batchelder committed
-
The course now includes a read-only name attribute. XCOM-536
Clinton Blackburn committed -
Use the standard enrollment table instead of a custom CCX table for CCX enrollments
Peter Pinch committed -
Remove unneeded block from courses.html template
David Baumgold committed -
Correct email settings URL and rename variable.
Diana Huang committed -
User state client tests
John Eskew committed -
Capa Styling Fixes for Annotation Problems
Marco Morales committed -
Ned Batchelder committed
-
Merging hotfix 2015-07-30 release back to master
Will Daly committed -
Make team chat icon appear.
Peter Fogg committed -
Fix forums escaping bug
Ned Batchelder committed -
Marco Morales committed
-
Peter Fogg committed
-
David Baumgold committed
-
- 02 Aug, 2015 1 commit
-
-
Remove Mustache usage from discussions
Andy Armstrong committed
-
- 01 Aug, 2015 9 commits
-
-
Andy Armstrong committed
-
Add access response information into view_course_access
Linda Liu committed -
Calen Pennington committed
-
Remove remove_input_state.py, as it was one-time fix code, and is not worth porting to the new interface
Calen Pennington committed -
This required the following changes to the DjangoXBlockUserStateClient semantics: 1) Changes get/get_many to return XBlockUserState tuples, rather than state dictionaries or (block_key, state) tuples. 2) Raises DoesNotExist if get_history is called on an XBlock that has had no data saved to it. 3) Returns XBlockUserState tuples as the results of get_history.
Calen Pennington committed -
Calen Pennington committed
-
Calen Pennington committed
-
enrollments. The goal for this PR is to have a single mechanism for registering users and reducing the number of places where special-casing for ccx courses is needed. The migration at this point is purposefully limited to convert ccx memberships into student enrollments when moving forward. No backward migration is in place at the moment. The ccx membership tables are not removed at this time. It is possible to go backwards and forwards multiple times with no errors or data loss.
Carlos de la Guardia committed -
TNL-2913 Extend is_commentable_cohorted to support teams
Ben McMorran committed
-
- 31 Jul, 2015 1 commit
-
-
TNL-2919
Andy Armstrong committed
-