- 07 Aug, 2017 1 commit
-
-
cahrens committed
-
- 25 Jul, 2017 1 commit
-
-
Change partitions logic to include partitions with one deleted group
bbaker6225 committed
-
- 30 May, 2017 2 commits
-
-
Andy Armstrong committed
-
This reverts commit f97f0525, reversing changes made to 800bcd8e.
John Eskew committed
-
- 25 May, 2017 2 commits
-
-
John Eskew committed
-
John Eskew committed
-
- 19 Apr, 2017 1 commit
-
-
This reverts commit 1224e341. I've also added NotImplementedPartitionScheme, which allows deprecated partition types to have a valid entry point despite being unusable. TNL-6675
Eric Fischer committed
-
- 13 Apr, 2017 1 commit
-
-
TNL-6746
cahrens committed
-
- 05 Apr, 2017 1 commit
-
-
TNL-6744
cahrens committed
-
- 30 Mar, 2017 1 commit
-
-
TNL-6674
cahrens committed
-
- 08 Mar, 2017 1 commit
-
-
This reverts commit 83f2be49, reversing changes made to 01ed1742.
Nimisha Asthagiri committed
-
- 01 Mar, 2017 1 commit
-
-
This is unused, and will no longer be supported on edx.org. Also adds a DeprecatedModel utility class. TNL-6126
Eric Fischer committed
-
- 10 Nov, 2016 1 commit
-
-
Hasnain committed
-
- 29 Jul, 2016 1 commit
-
-
wajeeha-khalid committed
-
- 08 Apr, 2016 1 commit
-
-
Ned Batchelder committed
-
- 23 Mar, 2016 1 commit
-
-
HOSTNAME_MODULESTORE_DEFAULT_MAPPINGS,
Ehtesham committed
-
- 16 Feb, 2016 1 commit
-
-
Toby Lawrence committed
-
- 04 Dec, 2015 1 commit
-
-
Nimisha Asthagiri committed
-
- 20 Aug, 2015 1 commit
-
-
* Automatically create user partitions on course publish for each ICRV checkpoint. * Disable partitions for ICRV checkpoints that have been deleted. * Skip partitions that have been disabled when checking access. * Add verification access control UI to visibility settings. * Add verification access control UI to sequential and vertical settings. * Add partition scheme for verification partition groups. * Cache information used by verification partition scheme and invalidate the cache on update. * Add location parameter to UserPartition so the partition scheme can find the associated checkpoint. * Refactor GroupConfiguration to allow multiple user partitions. * Add special messaging to ICRV for students in the honor track. Authors: Zubair Arbi, Awais Qureshi, Aamir Khan, Will Daly
zubair-arbi committed
-
- 06 Jul, 2015 1 commit
-
-
TNL-2435
Awais Jibran committed
-
- 29 Jun, 2015 1 commit
-
-
force save "download_video" field if not set set timezone to UTC explicitly
Adam Palay committed
-
- 02 Jun, 2015 1 commit
-
-
Andy Armstrong committed
-
- 17 Mar, 2015 1 commit
-
-
Ned Batchelder committed
-
- 09 Feb, 2015 3 commits
- 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
-
- 15 Jan, 2015 1 commit
-
-
TNL-652
Andy Armstrong committed
-
- 10 Nov, 2014 1 commit
-
-
stv committed
-
- 29 Sep, 2014 1 commit
-
-
Don Mitchell committed
-
- 16 Aug, 2014 1 commit
-
-
Ben McMorran committed
-
- 08 Aug, 2014 2 commits
-
-
Don Mitchell committed
-
Refactor all callers (often replacing with more appropriate fn) Also, added for_branch_setting method to old mongo and removed some branch verification tests Conflicts: common/lib/xmodule/xmodule/modulestore/mongo/draft.py common/lib/xmodule/xmodule/modulestore/split_mongo/split_draft.py common/lib/xmodule/xmodule/modulestore/xml_importer.py
Don Mitchell committed
-
- 07 Aug, 2014 2 commits
-
-
STUD-1873
cahrens committed -
Ben McMorran committed
-
- 14 Jul, 2014 1 commit
-
-
STUD-1875
cahrens committed
-
- 10 Jul, 2014 1 commit
-
-
Nimisha Asthagiri committed
-
- 27 Jun, 2014 1 commit
-
-
Ben McMorran committed
-
- 29 May, 2014 1 commit
-
-
[LMS-2757]
Calen Pennington committed
-