- 06 Jul, 2015 2 commits
-
-
Adds the "order" field that was introduced in 0011 to the "models" dictionary of migrations 0012 and 0013 so South knows that the field should exist after 0011 is run.
Will Daly committed -
Authors: - Daniel Friedman - Ben McMorran - Peter Fogg TNL-1892
Ben McMorran committed
-
- 03 Jul, 2015 1 commit
-
-
TNL-2305
Usman Khalid committed
-
- 02 Jul, 2015 5 commits
-
-
Ned Batchelder 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 -
* 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
-
- 01 Jul, 2015 1 commit
-
-
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
-
- 30 Jun, 2015 1 commit
-
-
Display warning message on course outline in Studio when course contains deprecated features/components TNL-2303
muhammad-ammar committed
-
- 29 Jun, 2015 1 commit
-
-
Awais committed
-
- 26 Jun, 2015 2 commits
-
-
Braden MacDonald committed
-
Braden MacDonald committed
-
- 25 Jun, 2015 3 commits
- 24 Jun, 2015 3 commits
-
-
* Update credit eligibility when a user satisfies an eligibility requirement. * Refactor set_credit_requirement_status arguments. * Use django-simple-history to track requirement status changes. * Refactor progress page by moving credit into a helper function and adding comments.
Will Daly committed -
* Add a new cookie for user information * Make marketing cookie names configurable. * Handle URL reversal when URLs don't exist (in Studio) * Move cookie code from student/helpers.py into its own module.
Will Daly committed -
aamir-khan committed
-
- 23 Jun, 2015 2 commits
-
-
There were two helper methods that set the marketing site "logged in" cookie. This commit deletes one of them and ensures that all callers are using the other one.
Will Daly committed -
Nickersoft committed
-
- 22 Jun, 2015 4 commits
-
-
Kyle McCormick committed
-
Will Daly committed
-
Use the number of seconds since the epoch (Jan 1 1970 UTC) instead of an ISO-formatted datetime string. This is easier for credit providers to parse.
Will Daly committed -
ECOM-1523
Ahsan Ulhaq committed
-
- 19 Jun, 2015 3 commits
-
-
utkjad committed
-
The comments service rejects whitespace-only content for certain strings, so the discussion API should also reject such content.
Greg Price committed -
John Eskew committed
-
- 17 Jun, 2015 1 commit
-
-
Remove SQLite version dependent error string check
Kevin Luo committed
-
- 16 Jun, 2015 2 commits
-
-
After receiving the response from software secure update the ICRV requirement status in CreditRequirementstatus table. ECOM-1602
Ahsan Ulhaq committed -
1-Adding basic html for displaying eligibility table 2-Updated Eligibility Requirements Dynamically ECOM-1523
Ahsan Ulhaq committed
-
- 12 Jun, 2015 2 commits
-
-
Nimisha Asthagiri committed
-
ECOM-1591
zubair-arbi committed
-
- 11 Jun, 2015 1 commit
-
-
* Add end-point for initiating a request for credit from a provider. * Add an end-point for a provider to update the status of a request (approved / denied).
Will Daly committed
-
- 10 Jun, 2015 2 commits
-
-
IsAuthenticatedOrDebug hides potential issues with API client code that is run in local environments and later deployed to production where authentication fails. XCOM-193
Clinton Blackburn committed -
Ben McMorran committed
-
- 09 Jun, 2015 1 commit
-
-
Mark Hoeber committed
-
- 08 Jun, 2015 3 commits
-
-
TNL-2321
Diana Huang committed -
David Baumgold committed
-
* Add Python API functions for creating and updating requests for credit. * Add Django models and migrations for tracking credit requests and status.
Will Daly committed
-