- 02 Jul, 2015 21 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 -
Matt Drayer committed
-
Public Course Import/Export API
David Ormsbee committed -
ziafazal/SOL-980: Generate certificates from instructor dashboard
Matt Drayer committed -
Credit requirement optimizations
Will Daly committed -
Credit eligibility/provider refactor
Will Daly committed -
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 -
* Skip adding the credit req tasks to the queue for non-credit courses. * Load only ICRV XBlocks instead of traversing the course tree.
Will Daly committed -
* added generate certificates task and bok choy tests * added unit tests * changes based feedback and improved acceptance test * Change header text * changes based on feedback on 24/6 * added task_id to api output * fixed broken test * Remove "Instructor" from strings, per Docs team * Fixed flaky entrance exam test
Zia Fazal 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 -
* Remove m2m relation between credit course and credit providers. * Separate eligibility and provider APIs into different modules. * Add API call for retrieving a user's eligibilities. * Cache credit course list. * Style the dashboard purchase button. * Display a link for the credit provider on the dashboard. * Add analytics events for clicks on the purchase button. * Expose more credit models to Django admin and add search functionality.
Will Daly 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 19 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
-