- 27 Aug, 2015 1 commit
-
-
The old line: from path import path produced pylint errors because of the baroque way that path.py defined "path". We tried to get them to change how they defined it, but they deleted the name instead: https://github.com/jaraco/path.py/issues/102 (Jason then changed his mind, but this is a better way to use path.py, it avoids the pylint error at least.)
Ned Batchelder committed
-
- 26 Aug, 2015 1 commit
-
-
These signals are caught by the Teams app and used to update `last_activity_at` on both teams and individual users. TNL-2497
Peter Fogg 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
-
- 17 Aug, 2015 2 commits
-
-
Peter Fogg committed
-
Peter Fogg 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 1 commit
-
-
Syed Hassan Raza committed
-
- 03 Aug, 2015 1 commit
-
-
Ned Batchelder committed
-
- 28 Jul, 2015 1 commit
-
-
Chris Dodge committed
-
- 23 Jul, 2015 2 commits
-
-
PLAT-295
Alessandro committed -
Chris Dodge committed
-
- 22 Jul, 2015 1 commit
-
-
Davorin Sego committed
-
- 17 Jul, 2015 1 commit
-
-
Adam committed
-
- 16 Jul, 2015 1 commit
-
-
Waheed Ahmed committed
-
- 14 Jul, 2015 1 commit
-
-
Dino Cikatic committed
-
- 13 Jul, 2015 1 commit
-
-
Skipped 'print' statement violations, as print() is Py3k syntax.
Sarina Canelake committed
-
- 08 Jul, 2015 1 commit
-
-
This reverts commit c94abd27.
Brandon DeRosier committed
-
- 07 Jul, 2015 1 commit
-
-
This reverts commit c94abd27.
Brandon DeRosier committed
-
- 06 Jul, 2015 1 commit
-
-
TNL-2435
Awais Jibran committed
-
- 02 Jul, 2015 1 commit
-
-
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
-
- 29 Jun, 2015 2 commits
-
-
force save "download_video" field if not set set timezone to UTC explicitly
Adam Palay committed -
fixed broken test changes based on feedback on 6/24 fixed broken unit test after feedback changes added more checks and updated tests fixed broken bok choy test Fixed pylint quality error trying to fix pylint quality error
Zia Fazal committed
-
- 25 Jun, 2015 1 commit
-
-
Braden MacDonald committed
-
- 19 Jun, 2015 1 commit
-
-
Diana Huang committed
-
- 16 Jun, 2015 1 commit
-
-
Diana Huang committed
-
- 15 Jun, 2015 1 commit
-
-
Brandon DeRosier committed
-
- 12 Jun, 2015 1 commit
-
-
Syed Hassan Raza committed
-
- 09 Jun, 2015 1 commit
-
-
Syed Hassan Raza committed
-
- 04 Jun, 2015 1 commit
-
-
TNL-2314
Waheed Ahmed committed
-
- 03 Jun, 2015 1 commit
-
-
Davorin Sego committed
-
- 02 Jun, 2015 3 commits
-
-
Diana Huang committed
-
Andy Armstrong committed
-
Ned Batchelder committed
-
- 01 Jun, 2015 1 commit
-
-
Filter by Language: Designation for course language(s) in Studio allows for filtering of courses based on their language in the sidebar Reuses active filter view UI/IA from find courses page on edx.org view for clearing individual or all filters, as with edx.org filtering
Davorin Sego committed
-
- 28 May, 2015 1 commit
-
-
After deleting a course, creating one with the same URL did not work because its mapping is not removed from the modulestore. This fix adds a more robust check to see if a course with the URL actually exists.
Kevin Luo committed
-
- 18 May, 2015 1 commit
-
-
This allows course authors to choose between two difference licenses for their course content: All Rights Reserved, or Creative Commons. In the backend, XBlocks that wish to allow custom licenses need only inherit from LicenseMixin, which adds a `license` field as a string. License information is displayed in the Studio editor view, and just below the rendered XBlock in the LMS. In addition, if the course block itself has a custom license set, this license will display just below the main body of the page on courseware pages. This entire feature is gated behind the LICENSING feature flag.
David Baumgold committed
-
- 14 May, 2015 1 commit
-
-
Davorin Sego committed
-
- 11 May, 2015 1 commit
-
-
Syed Hassan Raza committed
-