- 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
-
- 07 May, 2014 1 commit
-
-
This commit adds all of cms. These keys are now objects with a limited interface, and the particular internal representation is managed by the data storage layer (the modulestore). For the LMS, there should be no outward-facing changes to the system. The keys are, for now, a change to internal representation only. For Studio, the new serialized form of the keys is used in urls, to allow for further migration in the future. Co-Author: Andy Armstrong <andya@edx.org> Co-Author: Christina Roberts <christina@edx.org> Co-Author: David Baumgold <db@edx.org> Co-Author: Diana Huang <dkh@edx.org> Co-Author: Don Mitchell <dmitchell@edx.org> Co-Author: Julia Hansbrough <julia@edx.org> Co-Author: Nimisha Asthagiri <nasthagiri@edx.org> Co-Author: Sarina Canelake <sarina@edx.org> [LMS-2370]
Calen Pennington committed
-
- 22 Jan, 2014 2 commits
-
-
[LMS-2073] [STUD-1197]
Calen Pennington committed -
Tests LMS-2073 (non-ascii course image names) and STUD-1197 (spaces in course image names)
Calen Pennington committed
-
- 11 Dec, 2013 1 commit
-
-
STUD-1030
cahrens committed
-
- 03 Dec, 2013 1 commit
-
-
David Baumgold committed
-
- 22 Oct, 2013 1 commit
-
-
Anton Stupak committed
-
- 21 Aug, 2013 1 commit
-
-
Authors can upload an image (or choose an existing one) from the settings page, using the in-context uploader from PDF textbooks. Includes tests for backwards compatibility with XML courses -- they used a magic filename (images/course_image.jpg) which is mapped to a location in the Mongo contentstore. Still needs some UX work, though the backend plumbing is there.
Peter Fogg committed
-
- 14 Aug, 2013 1 commit
-
-
cleanup.
cahrens committed
-
- 13 Aug, 2013 1 commit
-
-
cahrens committed
-
- 29 Jul, 2013 1 commit
-
-
It was causing unit tests to fail, and it's a needless bit of abstraction that never should have existed in the first place.
David Baumgold committed
-
- 06 Jun, 2013 4 commits
- 03 Jun, 2013 2 commits
-
-
cahrens committed
-
www.edx.org
Fix bug STUD-103. The url base for about page links needs to be www.edx.org for Drupal site, vs. LMS_BASE which is used for Studio. Note that the complete URL is still not correct, but a redirect exists to take it to the new location.
cahrens committed
-
- 23 May, 2013 1 commit
-
-
cahrens committed
-
- 13 May, 2013 1 commit
-
-
Arthur Barrett committed
-