- 27 Jun, 2016 1 commit
-
-
ECOM-1730
Tasawer committed
-
- 15 Jun, 2016 1 commit
-
-
ECOM-1730
Tasawer committed
-
- 04 May, 2016 1 commit
-
-
The TestCase API doesn't accept arguments, so passing arguments for some TestCase subclasses makes adding new inheritance/mixins tricky. Instead, prefer configuration via class attributes for TestCases.
Calen Pennington committed
-
- 02 May, 2016 1 commit
-
-
More accurately, this creates a 4th shard because the last shard is always the default.
Ben Patterson committed
-
- 28 Apr, 2016 1 commit
-
-
More accurately, this creates a 4th shard because the last shard is always the default.
Ben Patterson committed
-
- 05 Apr, 2016 1 commit
-
-
Amir Qayyum Khan committed
-
- 16 Feb, 2016 1 commit
-
-
Toby Lawrence committed
-
- 08 Feb, 2016 1 commit
-
-
Toby Lawrence committed
-
- 03 Dec, 2015 1 commit
-
-
Remove cert messaging from audit cert/grade info partial move enrollment display method to helpers
Bill DeRusha committed
-
- 25 Nov, 2015 1 commit
-
-
ECOM-2972
Peter Fogg committed
-
- 17 Apr, 2015 1 commit
-
-
TNL-1606
Andy Armstrong committed
-
- 17 Mar, 2015 1 commit
-
-
TNL-1493 See https://openedx.atlassian.net/wiki/display/TNL/User+API for details
Andy Armstrong committed
-
- 13 Mar, 2015 1 commit
-
-
Awais committed
-
- 05 Mar, 2015 1 commit
-
-
cahrens 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
-
- 05 Dec, 2014 1 commit
-
-
TNL-670
Andy Armstrong committed
-
- 04 Dec, 2014 1 commit
-
-
Renzo Lucioni committed
-
- 01 Dec, 2014 1 commit
-
-
Includes tests checking that the student views integrate with the profile API as expected.
Renzo Lucioni committed
-
- 28 Oct, 2014 1 commit
-
-
Set marketing site logged in cookie from third party auth.
Will Daly committed
-
- 27 Oct, 2014 1 commit
-
-
Will Daly committed
-
- 24 Oct, 2014 1 commit
-
-
Renzo Lucioni committed
-
- 14 Oct, 2014 1 commit
-
-
Renzo Lucioni committed
-
- 11 Oct, 2014 1 commit
-
-
Ben Patterson committed
-
- 24 Sep, 2014 1 commit
-
-
Julia Hansbrough committed
-
- 29 Aug, 2014 2 commits
-
-
Will Daly committed
-
LMS-11132
Waheed Ahmed committed
-
- 28 Aug, 2014 1 commit
-
-
Bugfix for ECOM-199: Visitors removed from auto-enroll pool if they need to authenticate while attempting to enroll Sets a session variable as soon as a user enters the experimental condition to ensure that they stay in that condition, even if they later access the control URL (e.g. from a redirect on the login page)
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
-