- 02 Jul, 2015 1 commit
-
-
ECOM-1734
zubair-arbi committed
-
- 19 Jun, 2015 1 commit
-
-
Braden MacDonald committed
-
- 06 Jun, 2015 1 commit
-
-
Sarina Canelake committed
-
- 30 Apr, 2015 1 commit
-
-
Carson Gee committed
-
- 17 Mar, 2015 2 commits
-
-
Ned Batchelder committed
-
Ned Batchelder 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
-
- 30 Jan, 2015 1 commit
-
-
Makes logistration available at /login and /register as well as /accounts/login/ and /accounts/register/. In addition: - Adds support for redirect URLs in third party auth for combined login/registration page - Adds support for external auth on the combined login/registration page - Removes old login and registration acceptance tests - Adds deprecation warnings to old login and register views - Moves third party auth util to student_account - Adds exception for microsites (theming)
Renzo Lucioni committed
-
- 14 Jan, 2015 1 commit
-
-
Jason Bau committed
-
- 05 Dec, 2014 1 commit
-
-
Revert "If feature flag is enabled, replace the old login/registration pages with the new combined login/registration page." This reverts commit f40447b3. Conflicts: lms/urls.py Revert "Add support for external auth on the combined login/registration page" This reverts commit 98875339. Conflicts: lms/templates/courseware/mktg_course_about.html lms/urls.py
Will Daly committed
-
- 04 Dec, 2014 1 commit
-
-
Add support for redirect URLs in third party auth for combined login/registration page Remove old login/registration acceptance tests Add deprecation warnings to old login and register views Move third party auth util to student_account Add exception for microsites
Will Daly committed
-
- 02 Dec, 2014 2 commits
-
-
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
-
- 01 Dec, 2014 3 commits
-
-
Sarina Canelake committed
-
Sarina Canelake committed
-
Sarina Canelake committed
-
- 10 Nov, 2014 1 commit
-
-
stv committed
-
- 15 Oct, 2014 1 commit
-
-
ECOM-441
Diana Huang committed
-
- 14 Oct, 2014 1 commit
-
-
Renzo Lucioni committed
-
- 02 Oct, 2014 2 commits
-
-
Since `ddt` should make them unnecessary
David Baumgold committed -
David Baumgold committed
-
- 12 Sep, 2014 1 commit
-
-
LMS-11141
Waheed Ahmed committed
-
- 03 Sep, 2014 1 commit
-
-
Jason Bau 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
-
- 06 Aug, 2014 1 commit
-
-
LMS-6622
Waheed Ahmed committed
-
- 17 Jul, 2014 1 commit
-
-
Jason Bau committed
-
- 16 Jul, 2014 1 commit
-
-
Jason Bau committed
-
- 14 Jul, 2014 1 commit
-
-
LMS-2936 Also, a bunch of ancillary cleanups. Conflicts: common/lib/xmodule/xmodule/modulestore/tests/test_publish.py Conflicts: cms/djangoapps/contentstore/management/commands/migrate_to_split.py cms/djangoapps/contentstore/management/commands/tests/test_rollback_split_course.py common/lib/xmodule/xmodule/modulestore/__init__.py common/lib/xmodule/xmodule/modulestore/mixed.py common/lib/xmodule/xmodule/modulestore/mongo/draft.py common/lib/xmodule/xmodule/modulestore/split_migrator.py common/lib/xmodule/xmodule/modulestore/split_mongo/split.py common/lib/xmodule/xmodule/modulestore/tests/test_split_migrator.py common/lib/xmodule/xmodule/modulestore/tests/test_split_w_old_mongo.py
Don Mitchell committed
-
- 10 Jul, 2014 2 commits
-
-
Conflicts: cms/djangoapps/contentstore/views/tests/test_container_page.py common/djangoapps/external_auth/tests/test_shib.py common/djangoapps/student/tests/test_login.py common/lib/xmodule/xmodule/modulestore/tests/django_utils.py common/lib/xmodule/xmodule/modulestore/tests/factories.py common/lib/xmodule/xmodule/modulestore/xml_importer.py lms/djangoapps/branding/tests.py lms/djangoapps/courseware/tests/test_submitting_problems.py lms/djangoapps/courseware/tests/test_video_handlers.py lms/djangoapps/instructor_task/tests/test_base.py lms/djangoapps/instructor_task/tests/test_integration.py
Nimisha Asthagiri committed -
Nimisha Asthagiri committed
-
- 26 Jun, 2014 1 commit
-
-
Refactor get_parent_locations STUD-1663
Nimisha Asthagiri committed
-
- 09 Jun, 2014 1 commit
-
-
Remove course_from_id don't fetch whole course when the root will do don't fetch even the root if the id will do check for definition.data == null
Don Mitchell committed
-
- 30 May, 2014 1 commit
-
-
Julia Hansbrough committed
-
- 29 May, 2014 1 commit
-
-
[LMS-2757]
Calen Pennington committed
-
- 19 May, 2014 1 commit
-
-
Conditional on existing flag BYPASS_ACTIVATION_EMAIL_FOR_EXTAUTH
Jason Bau committed
-
- 13 May, 2014 1 commit
-
-
Calen Pennington committed
-
- 12 May, 2014 3 commits
-
-
Calen Pennington committed
-
Calen Pennington committed
-
Calen Pennington committed
-
- 09 May, 2014 1 commit
-
-
Carson Gee committed
-