- 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
-
- 17 Aug, 2015 2 commits
-
-
Peter Fogg committed
-
Peter Fogg committed
-
- 13 Aug, 2015 1 commit
-
-
Chris Dodge committed
-
- 11 Aug, 2015 1 commit
-
-
This reverts commit 4c1c4619.
Waheed Ahmed committed
-
- 10 Aug, 2015 1 commit
-
-
* asadiqbal08/SOL-1058: Add edx-organizations to certificate web view * Support organization logo asset management * Remove organization fields from Studio certificate configuration model * SOL-981 pull request feedback fixes
Matt Drayer committed
-
- 07 Aug, 2015 1 commit
-
-
TNL-2669
Awais Jibran committed
-
- 05 Aug, 2015 2 commits
-
-
Syed Hassan Raza committed
-
removed org helper
Zia Fazal committed
-
- 03 Aug, 2015 2 commits
-
-
Ned Batchelder committed
-
Ned Batchelder committed
-
- 31 Jul, 2015 1 commit
-
-
fixed quality violation
Zia Fazal committed
-
- 30 Jul, 2015 1 commit
-
-
added line break
Zia Fazal committed
-
- 28 Jul, 2015 1 commit
-
-
Chris Dodge committed
-
- 24 Jul, 2015 1 commit
-
-
Jesse Zoldak committed
-
- 23 Jul, 2015 2 commits
-
-
PLAT-295
Alessandro committed -
Chris Dodge committed
-
- 22 Jul, 2015 2 commits
-
-
Davorin Sego committed
-
Syed Hassan Raza committed
-
- 21 Jul, 2015 1 commit
-
-
utkjad committed
-
- 20 Jul, 2015 1 commit
-
-
Change name of method to clear up confusion with the access.has_access method.
tlindaliu committed
-
- 17 Jul, 2015 1 commit
-
-
Adam committed
-
- 16 Jul, 2015 1 commit
-
-
Waheed Ahmed committed
-
- 15 Jul, 2015 1 commit
-
-
fix for flaky test fix for broken test fixed quality violation
Zia Fazal committed
-
- 14 Jul, 2015 3 commits
-
-
Dino Cikatic committed
-
This is a fix for https://openedx.atlassian.net/browse/PLAT-619 added custom CommandError messages for invalid syntax and invalid course keys.
vkaracic committed -
* Changed certificate_id to configuration_id * Fix for acceptance test faiiure * Add waits to bok choy tests fix for flaky test
Zia Fazal committed
-
- 13 Jul, 2015 4 commits
-
-
Skipped 'print' statement violations, as print() is Py3k syntax.
Sarina Canelake committed -
Sarina Canelake committed
-
Adam Palay committed
-
TNL-2619
muhammad-ammar committed
-
- 09 Jul, 2015 1 commit
-
-
This is a fix for https://openedx.atlassian.net/browse/PLAT-324 added custom CommandError messages for invalid course key.
vkaracic committed
-
- 08 Jul, 2015 2 commits
-
-
This reverts commit c94abd27.
Brandon DeRosier committed -
ECOM-1648
zubair-arbi committed
-
- 07 Jul, 2015 1 commit
-
-
This reverts commit c94abd27.
Brandon DeRosier committed
-
- 06 Jul, 2015 2 commits
-
-
TNL-2435
Awais Jibran committed -
address quality violation
Zia Fazal committed
-
- 02 Jul, 2015 2 commits
-
-
* updated the flags for social media sharing * added facebook feed ui to share public url * update the condition logic * update the code as per suggestion and added pick new style for share buttons * update the css class reference * update the bok-choy test * updated description and some text touch-ups * moved the JS related to facebook into separate location * js formatting * Add trailing comma per chrisndodge * Add wait to fix flaky test...maybe
asadiqbal committed -
This is a public, versioned, RESTful API for importing and exporting full course content. The code was initially ripped from the existing import/export API in the CMS contentstore djangoapp and wrapped in Django Rest Framework view classes. It's a new djangoapp in the openedx directory which is largely an abstraction off the CMS Import/Export views. This PR includes configuration changes. Most notably, Studio is configured to serve the OAuth2 provider alongside the LMS. This is the initial thread on the code list: https://groups.google.com/forum/#!msg/edx-code/DmnHWmly25A/ZqjD1zb4o7oJ And this thread contains another description of the changes: https://groups.google.com/d/msg/edx-code/6dP9SEKsmqQ/Pvyn8fBDx68J There are a numerous non-covered lines, all of which are missing coverage in the CMS API this was ported from. They're mostly error conditions, such as handling of multipart file upload errors.
Brandon DeRosier committed
-
- 30 Jun, 2015 1 commit
-
-
Some XBlock classes were being (randomly) incorrectly loaded. This was due to an error in the way the XBlock.load_class method was called. Error was happening randomly because of the cache mechanism in the class loading method. (see PLUGIN_CACHE)
Régis Behmo committed
-