- 21 Jul, 2015 1 commit
-
-
* 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
-
- 17 Jul, 2015 1 commit
-
-
Adam committed
-
- 16 Jul, 2015 1 commit
-
-
Waheed Ahmed committed
-
- 13 Jul, 2015 1 commit
-
-
Add context for navigation states added find course to dashboard sidebar and included check for context that Will adds in PR removed nav_course_search context due to design change so replaced with nav_hidden Removed rwd_header.js and all references as no longer being used. Wrapped Find Courses in dashboard sidebar in if statement
AlasdairSwan committed
-
- 17 Apr, 2015 1 commit
-
-
* Adds a credit course mode to indicate that a course has a credit option. * Hides the credit option from the track selection and pay-and-verify pages. * Shows different messaging for the verified track if it's possible to upgrade from verified to credit at the end of the course.
Will Daly committed
-
- 17 Mar, 2015 1 commit
-
-
Ned Batchelder committed
-
- 13 Mar, 2015 1 commit
-
-
Awais committed
-
- 12 Mar, 2015 1 commit
-
-
Awais committed
-
- 27 Feb, 2015 1 commit
-
-
XCOM-94
Diana Huang 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
-
- 04 Feb, 2015 1 commit
-
-
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
-
- 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
-
- 15 Jan, 2015 1 commit
-
-
Adds mode creation endpoint to course_modes app and ability to bypass media device access prompt when proceeding through verification flow in a testing environment.
Renzo Lucioni committed
-
- 10 Nov, 2014 1 commit
-
-
stv committed
-
- 30 Oct, 2014 1 commit
-
-
Diana Huang committed
-
- 28 Oct, 2014 1 commit
-
-
Set marketing site logged in cookie from third party auth.
Will Daly committed
-
- 14 Oct, 2014 1 commit
-
-
Renzo Lucioni committed
-
- 12 Sep, 2014 1 commit
-
-
Renzo Lucioni committed
-
- 08 Sep, 2014 1 commit
-
-
Renzo Lucioni committed
-
- 28 Aug, 2014 1 commit
-
-
Update devstack settings to use new CyberSource API
Will Daly committed
-
- 15 Aug, 2014 1 commit
-
-
Add session middleware to an external auth test to fix a test failure with the auto-registration AB-test changes
Will Daly committed
-
- 12 Aug, 2014 1 commit
-
-
- Changes registraiton button text for professional ed courses - Professional ed courses do not see "choose your track" page; go straight to verification flow
Julia Hansbrough committed
-
- 08 Aug, 2014 1 commit
-
-
- Changes registraiton button text for professional ed courses - Professional ed courses do not see "choose your track" page; go straight to verification flow
Julia Hansbrough committed
-
- 12 Jun, 2014 1 commit
-
-
Sarina Canelake committed
-
- 11 Jun, 2014 1 commit
-
-
Fixes LMS-2830
Calen Pennington committed
-