- 28 Oct, 2015 1 commit
-
-
Different modulestores create different usage_keys for the root course block. This commit introduces a new method on the modulestore so each store type can implement its own. This is required by the new Course Blocks API since it wants to derive a usage key from a client-supplied course key.
Nimisha Asthagiri committed
-
- 27 Oct, 2015 12 commits
-
-
Implement third party auth ID mapping API
Nimisha Asthagiri committed -
This mapping API enables the mapping between the edX user ID and the ID provided by identity provider (IdP). For details, please see https://github.com/edx/edx-platform/pull/9842
Pan Luo committed -
Adjust circleCI config for parallelism
Jesse Zoldak committed -
Reusable Graph Traversals
Nimisha Asthagiri committed -
Release
Michael Frey committed -
Enroll the coach in the CCX on creation
Peter Pinch committed -
Jesse Zoldak committed
-
Nimisha Asthagiri committed
-
Rc/2015 10 27
Michael Frey committed -
SOL-1312 nit clean
Matt Drayer committed -
Programs: added platform support package and configuration model.
Jim Abramson committed -
asadiqbal committed
-
- 26 Oct, 2015 22 commits
-
-
Refactor has_access for re-usability.
Nimisha Asthagiri committed -
Remove disabled wiki plugin
Sarina Canelake committed -
Extract translatable strings from edx.utils.validate.js.
Sarina Canelake committed -
added name to the AUTHORS file
Arbab Nazar committed -
Nimisha Asthagiri committed
-
Adds more tests for get_student_grade_summary_data.
Sarina Canelake committed -
arbabnazar committed
-
Revert to version 2.4 of MathJax.
Christina Roberts committed -
Updated CreditCourse update endpoint
Clinton Blackburn committed -
Reuse DEFAULT_START_DATE
Nimisha Asthagiri committed -
Make the course URL pattern more generic. Comment newly added functionality. Fix quality issues. Address two lint errors, with regex and variable naming. Changed how we access course_key and course_id. Replace another instance of self.course.id.to_deprecated_string() Remove unused import, add missing one. Improve how the ccx key is extracted from the URL Use resolve() instead of os.path to get the course_id. Remove the granting of staff access to coaches.
Jamie Folsom committed -
TNL-3693
cahrens committed -
Nimisha Asthagiri committed
-
Add RateXBlock
Piotr Mitros committed -
Piotr Mitros committed
-
Update bok choy to v0.4.7
Christine Lytwynec committed -
be sure to add a all() to the ORM statement otherwise the select_subc…
chrisndodge committed -
XBlock for rating course content
Piotr Mitros committed -
SOL-1332: use a generic function to check if entrance_exam feature is enabled or not
Matt Drayer committed -
log exception in the logs to debug issue on production or sandbox environments
Matt Drayer committed -
ECOM-2430: Added the tracking GA events on dashboard
Awais Qureshi committed -
ECOM-2657
jsa committed
-
- 25 Oct, 2015 1 commit
-
-
The update (PUT) endpoint now supports creating new CreditCourse objects in addition to updating existing ones. This functionality greatly simplifies the logic needed by consumers (e.g. the Course Administration Tool) to create or update CreditCourse objects. ECOM-2524
Clinton Blackburn committed
-
- 24 Oct, 2015 4 commits
-
-
Failing startup if private settings fail to load
Clinton Blackburn committed -
Squashing private settings import errors leads to wasted developer time when developers expect settings to be in place, and they aren't. This change only loads private settings if the private.py file exists. If there is an error during the import of that file, the application will not start. ECOM-2653
Clinton Blackburn committed -
Revert "Public Course Import/Export API (continued)"
Ben Patterson committed -
Ben Patterson committed
-