- 02 Jul, 2015 12 commits
-
-
This feature flag gates the exposure of the Full course/library Import/Export API URLs in the LMS. This allows openedX deployments that operate without Studio to take advantage of the API, while others may turn the feature off to reserve all content authoring for Studio.
Brandon DeRosier 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 -
mattdrayer/SOL-1018: Fixed progress template for better web certificates support
Matt Drayer committed -
Fix XBlock class loading in local resource view
Calen Pennington committed -
Merge back into master
Ali Mohammad committed -
use 1 coveragerc file to generate 1 coverage report per build
Christine Lytwynec committed -
Mark test as flaky; TNL-2647
Sarina Canelake committed -
InstrDash and Wiki content responsive
frances botsford committed -
Support running Studio with optimized assets
Andy Armstrong committed -
Sarina Canelake committed
-
Lower pylint threshold to 7000!
Jesse Zoldak committed -
Jesse Zoldak committed
-
- 01 Jul, 2015 24 commits
-
-
Andy Armstrong committed
-
Make edxmako cache properly with changing lookup paths
Ned Batchelder committed -
Revert "Fixed randomized problems which were not appearing to work."
Adam committed -
Christine Lytwynec committed
-
Awais Jibran committed
-
Awais Jibran committed
-
Add the Poll XBlock to the requirements.
Sarina Canelake committed -
Sven Marnach committed
-
Fix errors with fetching Shibboleth metadata
Braden MacDonald committed -
Make resetting of attempts and student state on blocks recursive. (SOL-858)
Kelketek committed -
Team card/listing
frances botsford committed -
Fixed randomized problems which were not appearing to work.
Awais Jibran committed -
Fix not being able to set course passing grades above 80%.
Peter Fogg committed -
Peter Fogg committed
-
Peter Fogg committed
-
TNL-2551
Awais Jibran committed -
Order of Credit Eligibility line items
Ahsan Ulhaq committed -
Displayed eligibility line items on the Progress page of a Credit course in the order of appearance in the courseware. ECOM-1782
Ahsan Ulhaq committed -
Braden MacDonald committed
-
Added Courses endpoint for Commerce API
Clinton Blackburn committed -
XCOM-314
Clinton Blackburn committed -
Improve logging of ecommerce interactions
Renzo Lucioni committed -
Dark lang middleware: Check if user is authenticated
Sarina Canelake committed -
Check if the request's user is authenticated before attempting to get their user preferences. Otherwise, log warnings appear indicating the UserNotFound error was caught.
Sarina Canelake committed
-
- 30 Jun, 2015 4 commits
-
-
TNL-2623 Fix bug where status icons were hidden in image response problems
Ali Mohammad committed -
give the header the right height in the verify flow
frances botsford committed -
Add missing comma to tuple
Sarina Canelake committed -
Adds standardized audit logging for checkout and enrollment change requests. XCOM-427.
Renzo Lucioni committed
-