- 23 Mar, 2015 1 commit
-
-
Course info page no longer creates enrollments.
Will Daly committed
-
- 21 Mar, 2015 4 commits
-
-
Fixes merge conflict with account creation transaction.
Nimisha Asthagiri committed -
Nimisha Asthagiri committed
-
Fix two content library analytics issues (SOL-521)
Braden MacDonald committed -
Braden MacDonald committed
-
- 20 Mar, 2015 18 commits
-
-
Mobile registration with Google/FB
Nimisha Asthagiri committed -
Upgrade pylint
Ned Batchelder committed -
Ned Batchelder committed
-
Ned Batchelder committed
-
Automatically link edX account with social account in login mobile API path
Nimisha Asthagiri committed -
Certificates: Revising compiled CSS paths to match existing LMS patterns
Brian Talbot committed -
Creating orders with E-Commerce API
Clinton Blackburn committed -
The course info page was getting-or-creating a course enrollment with is_active=0. This commit changes the operation to a "get" so that extra enrollment records are not created.
Will Daly committed -
This functionality is activated by adding a SKU to a non-honor course mode. When the feature is activated, verified orders will be created by the E-Commerce Service instead of LMS. After payment, the E-Commerce Service will also create the enrollment.
Clinton Blackburn committed -
Ned Batchelder committed
-
Decorate flaky test SOL-336
Jesse Zoldak committed -
Adam/merge release to master
Adam committed -
Jesse Zoldak committed
-
Brian Talbot committed
-
Standrize buttons in assessment problems
Ahsan Ulhaq committed -
Keep platform_name in the password_reset_confirm.html always TNL-1654
Sarina Canelake committed -
handle invalid-key exception for split courses
Shrhawk committed -
Syed Hassan Raza committed
-
- 19 Mar, 2015 14 commits
-
-
Adam Palay committed
-
Conflicts: common/djangoapps/cors_csrf/helpers.py common/djangoapps/enrollment/views.py lms/djangoapps/commerce/constants.py lms/djangoapps/commerce/tests.py lms/djangoapps/commerce/views.py
Adam Palay committed -
Hotfix/2015 03 19
Adam committed -
Content Libraries: Fix Help links in Import/Export templates
Carol Tong committed -
Carol Tong committed
-
Addresses problem with 'up' and 'down' errors within SOL-289
Martyn James committed -
DOC: ContentLib Help links for user access
Carol Tong committed -
Bypassing E-Commerce API if user is enrolled in course
Clinton Blackburn committed -
alawibaba committed
-
zubair-arbi committed
-
If a user is already enrolled in a course, the API is bypassed and a 409 status is returned.
Clinton Blackburn committed -
Make sure slashes in JSON content don't end script tags. PLAT-462
Ned Batchelder committed -
The string "</script>" in JSON data would end the script element we're embedding the data in. To make sure the data doesn't disrupt the script, we escape the slash as \/ .
Ned Batchelder committed -
Merge release to master for 20150317 release.
brianhw committed
-
- 18 Mar, 2015 3 commits
-
-
Brian Wilson committed
-
Reverting the change to add a 201_CREATED status to the enrollment API.
Will Daly committed -
Carol Tong committed
-