- 10 Apr, 2015 1 commit
-
-
aamir-khan committed
-
- 02 Apr, 2015 1 commit
-
-
Awais committed
-
- 20 Mar, 2015 1 commit
-
-
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
-
- 17 Mar, 2015 1 commit
-
-
Ned Batchelder committed
-
- 14 Mar, 2015 1 commit
-
-
stv committed
-
- 13 Mar, 2015 1 commit
-
-
Awais committed
-
- 12 Mar, 2015 1 commit
-
-
aamir-khan committed
-
- 09 Mar, 2015 1 commit
-
-
cahrens committed
-
- 06 Mar, 2015 1 commit
-
-
Awais committed
-
- 05 Mar, 2015 1 commit
-
-
cahrens committed
-
- 02 Mar, 2015 1 commit
-
-
TNL-1491 See the API design here: https://openedx.atlassian.net/wiki/display/TNL/User+API
Andy Armstrong committed
-
- 23 Feb, 2015 1 commit
-
-
The new "country access" implementation replaces the old implementation. Middleware and tests have been updated accordingly, but deprecated models are preserved for backwards compatibility.
Will Daly committed
-
- 10 Feb, 2015 1 commit
-
-
Block users from enrolling in a course if the user is blocked by country access rules. 1) Enrollment via the login/registration page. 2) Enrollment from the marketing iframe (via student.views.change_enrollment) 3) Enrollment using 100% redeem codes. 4) Enrollment via upgrade. This does NOT cover enrollment through third party authentication, which is sufficiently complex to deserve its own commit.
Will Daly committed
-
- 08 Feb, 2015 1 commit
-
-
Show ordinary receipt unless the student is in the payment flow.
Will Daly committed
-
- 04 Feb, 2015 2 commits
-
-
The existing pattern of using `override_settings(MODULESTORE=...)` prevented us from having more than one layer of subclassing in modulestore tests. In a structure like: @override_settings(MODULESTORE=store_a) class BaseTestCase(ModuleStoreTestCase): def setUp(self): # use store @override_settings(MODULESTORE=store_b) class ChildTestCase(BaseTestCase): def setUp(self): # use store In this case, the store actions performed in `BaseTestCase` on behalf of `ChildTestCase` would still use `store_a`, even though the `ChildTestCase` had specified to use `store_b`. This is because the `override_settings` decorator would be the innermost wrapper around the `BaseTestCase.setUp` method, no matter what `ChildTestCase` does. To remedy this, we move the call to `override_settings` into the `ModuleStoreTestCase.setUp` method, and use a cleanup to remove the override. Subclasses can just defined the `MODULESTORE` class attribute to specify which modulestore to use _for the entire `setUp` chain_. [PLAT-419]
Calen Pennington committed -
Calen Pennington committed
-
- 29 Jan, 2015 1 commit
-
-
Removes old payment and verification endpoints, views, templates, and tests, making the new split flow the default. The SEPARATE_VERIFICATION_FROM_PAYMENT feature flag is also removed.
Renzo Lucioni committed
-
- 20 Jan, 2015 3 commits
-
-
stephensanchez committed
-
stephensanchez committed
-
due to expiration.
Diana Huang committed
-
- 31 Dec, 2014 1 commit
-
-
Will Daly committed
-
- 30 Dec, 2014 1 commit
-
-
AlasdairSwan committed
-
- 22 Dec, 2014 1 commit
-
-
Awais committed
-
- 18 Dec, 2014 1 commit
-
-
Renzo Lucioni committed
-
- 17 Dec, 2014 1 commit
-
-
Will Daly committed
-
- 16 Dec, 2014 2 commits
-
-
Changing approach such that email activation is not a step. Removing stale line of code. Update activate account step according to new UI changes. Adding new test for activation.
stephensanchez committed -
stephensanchez committed
-
- 15 Dec, 2014 2 commits
- 03 Dec, 2014 1 commit
-
-
Adam Palay committed
-
- 02 Dec, 2014 3 commits
-
-
Will Daly committed
-
Jesse Zoldak committed
-
Move modulestore config for tests to an importable location Disable pylnt warning for lms imports in common tests Refactor all testcases that loaded all xml courses TE-610 TE-489
Jesse Zoldak committed
-
- 17 Nov, 2014 2 commits
-
-
Adam Palay committed
-
Will Daly committed
-
- 14 Nov, 2014 1 commit
-
-
Adam Palay committed
-
- 10 Nov, 2014 1 commit
-
-
stv committed
-
- 04 Nov, 2014 3 commits
-
-
Renzo Lucioni committed
-
Renzo Lucioni committed
-
Sarina Canelake committed
-