Commit Graph

33524 Commits

Author SHA1 Message Date
Calen Pennington
bf493fffa3 Add a django-rest-framework APIView that supports reading/writing the current value of a configuration model 2015-10-28 14:33:11 -04:00
Nimisha Asthagiri
93656e39ee Merge pull request #10390 from edx/mobile/make-course-usage-key
Add make_course_usage_key method to modulestore
2015-10-28 13:47:33 -04:00
Clinton Blackburn
0fece869d3 Merge pull request #10349 from edx/multi-tenancy/update-receipt-page
Updated receipt page to use order endpoint
2015-10-28 13:33:05 -04:00
Ben Patterson
de7113a191 Merge pull request #10399 from edx/benp/upgrade-flaky
Upgrade flaky for multiprocessing nose support.
2015-10-28 13:24:45 -04:00
Clinton Blackburn
9bb3f703d7 Updated receipt page to use order endpoint
The receipt page now retrieves data for orders instead of baskets. Going forward baskets will be deleted after an order has been placed, so there should be no permanent references to baskets. Orders will continue to be persisted permanently.

ECOM-2653
2015-10-28 12:12:57 -04:00
Brian Beggs
352c5d13ac Merge pull request #10367 from edx/bbeggs/PLAT-881
Fix for PLAT-881: Disable CallStackManger from StudentModule
2015-10-28 11:41:32 -04:00
Ben Patterson
2a5a29edf5 Upgrade flaky for multiprocessing nose support.
Flaky's latest release includes support for multiprocessing in nose. Upgrading in
order to further the end-goal of providing multiprocessing capability in our
bok-choy test suite.
2015-10-28 11:17:45 -04:00
tasawernawaz
b1955cd5c3 Merge pull request #10393 from edx/tasawer/story/ecom-2547-set-photo-id-for-initial-verfication
Added photo_id_key while AUTOMATIC_VERIFY_STUDENT_IDENTITY_FOR_TESTING is True
2015-10-28 19:22:29 +05:00
Feanil Patel
66cc3f7141 Merge pull request #10383 from edx/feanil/update_newrelic
Update newrelic plugin version.
2015-10-28 09:18:53 -04:00
Tasawer
982c9a2667 Added photo_id_key while AUTOMATIC_VERIFY_STUDENT_IDENTITY_FOR_TESTING is True
ECOM-2547
2015-10-28 10:58:44 +00:00
wajeeha-khalid
d210ca6e42 Merge pull request #10134 from edx/jia/MA-1359
MA-1359 &  MA-1457 DiscussionAPI: return response_count for thread GET/POST
2015-10-28 10:51:32 +05:00
Nimisha Asthagiri
6fb8335b63 Add make_course_usage_key method to modulestore
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.
2015-10-27 22:27:44 -04:00
Nimisha Asthagiri
698e542f6b Merge pull request #9842 from ubc/tpa-mapping-api
Implement third party auth ID mapping API
2015-10-27 19:40:00 -04:00
Pan Luo
f69304373c Implement user mapping API
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
2015-10-27 15:19:42 -07:00
Jesse Zoldak
dba67df23f Merge pull request #10382 from jzoldak/zoldak/adjust-circle-parallelism
Adjust circleCI config for parallelism
2015-10-27 14:16:31 -04:00
Feanil Patel
d8eec000b7 Update newrelic plugin version.
Changelog: https://docs.newrelic.com/docs/release-notes/agent-release-notes/python-release-notes
2015-10-27 14:16:02 -04:00
Nimisha Asthagiri
c032fefc74 Merge pull request #10364 from edx/mobile/graph_traversals
Reusable Graph Traversals
2015-10-27 14:00:01 -04:00
Michael Frey
bb53cad0fa Merge pull request #10377 from edx/release
Release
2015-10-27 13:10:49 -04:00
Peter Pinch
cda95d7a28 Merge pull request #10251 from mitocw/fix/jf/enroll-coach-on-create-ccx
Enroll the coach in the CCX on creation
2015-10-27 12:44:15 -04:00
Jesse Zoldak
0b8e6bc0e4 Adjust circleCI config for parallelism 2015-10-27 11:57:45 -04:00
Nimisha Asthagiri
22c2e7e54c Reusable Graph Traversals 2015-10-27 10:54:28 -04:00
Michael Frey
e69bc6c4e1 Merge pull request #10332 from edx/rc/2015-10-27
Rc/2015 10 27
2015-10-27 10:41:00 -04:00
Matt Drayer
d39d0cf55b Merge pull request #10370 from edx/asadiqbal08/SOL-1312-text-update
SOL-1312 nit clean
2015-10-27 10:07:31 -04:00
Jim Abramson
edf09d84e9 Merge pull request #10350 from edx/jsa/ecom-2657
Programs: added platform support package and configuration model.
2015-10-27 09:10:23 -04:00
asadiqbal
b2497a5112 nit 2015-10-27 16:14:30 +05:00
Nimisha Asthagiri
b1ae462ab7 Merge pull request #10361 from edx/mobile/refactor-has-access
Refactor has_access for re-usability.
2015-10-26 18:15:09 -04:00
Sarina Canelake
54394cf7b2 Merge pull request #10325 from stvstnfrd/debt/wiki-image
Remove disabled wiki plugin
2015-10-26 17:48:59 -04:00
Sarina Canelake
6bbc37de9a Merge pull request #10287 from open-craft/validate-utils-gettext-extraction
Extract translatable strings from edx.utils.validate.js.
2015-10-26 17:45:21 -04:00
Arbab Nazar
cabe396a46 Merge pull request #10368 from edx/arbab/change-author-file
added name to the AUTHORS file
2015-10-26 17:38:25 -04:00
Nimisha Asthagiri
95fdbd981c Refactor has_access for re-usability. 2015-10-26 16:26:41 -04:00
Sarina Canelake
f5e4c74e7b Merge pull request #10213 from mitocw/feature/skm/add_tests#95
Adds more tests for get_student_grade_summary_data.
2015-10-26 14:47:59 -04:00
arbabnazar
c3d5016c9d added name to the AUTHORS file 2015-10-26 13:51:47 -04:00
Christina Roberts
e05fa4b313 Merge pull request #10362 from edx/christina/revert-mathjax
Revert to version 2.4 of MathJax.
2015-10-26 13:49:49 -04:00
Brian Beggs
56b3e596ab Fix for PLAT-881: StudentModule no longer uses CallStackManger 2015-10-26 13:37:32 -04:00
Clinton Blackburn
6a10861b20 Merge pull request #10346 from edx/clintonb/credit-api-update
Updated CreditCourse update endpoint
2015-10-26 13:29:00 -04:00
Nimisha Asthagiri
e726d01d46 Merge pull request #10360 from edx/mobile/start_date_reuse
Reuse DEFAULT_START_DATE
2015-10-26 12:28:21 -04:00
Jamie Folsom
a3a7ff2428 Enroll the coach in the CCX on creation
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.
2015-10-26 11:35:01 -04:00
cahrens
87f0df3501 Revert to version 2.4 of MathJax.
TNL-3693
2015-10-26 11:28:40 -04:00
Nimisha Asthagiri
cdab4266a1 Reuse DEFAULT_START_DATE definition. 2015-10-26 11:15:48 -04:00
Piotr Mitros
9edc5310e3 Merge pull request #10359 from edx/pmitros/rc-2015-10-27-ratexblock-patch
Add RateXBlock
2015-10-26 10:38:32 -04:00
Piotr Mitros
d3c6425af2 Add RateXBlock 2015-10-26 10:32:53 -04:00
Christine Lytwynec
03236cbfca Merge pull request #10116 from edx/clytwynec/custom-a11y-rules
Update bok choy to v0.4.7
2015-10-26 10:15:31 -04:00
chrisndodge
7157affadf Merge pull request #10356 from edx/cdodge/fix-orm-query
be sure to add a all() to the ORM statement otherwise the select_subc…
2015-10-26 10:08:05 -04:00
Piotr Mitros
da709bbcb6 Merge pull request #8597 from edx/pmitros/RateXBlock
XBlock for rating course content
2015-10-26 10:06:36 -04:00
Matt Drayer
a2fa59cd4b Merge pull request #10308 from edx/ziafazal/SOL-1332
SOL-1332: use a generic function to check if entrance_exam feature is enabled or not
2015-10-26 09:46:22 -04:00
Matt Drayer
487a894fd7 Merge pull request #10264 from edx/ziafazal/log-exception-in-custom-500-handling
log exception in the logs to debug issue on production or sandbox environments
2015-10-26 09:41:53 -04:00
Awais Qureshi
034f201588 Merge pull request #10136 from edx/aamir-khan/ECOM-2430-event-tracking
ECOM-2430: Added the tracking GA events on dashboard
2015-10-26 14:46:11 +05:00
jsa
1bb29289f2 Programs: added platform support package and configuration model.
ECOM-2657
2015-10-25 21:30:26 -04:00
Clinton Blackburn
98a39b922e Updated CreditCourse update endpoint
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
2015-10-24 20:13:54 -04:00
Clinton Blackburn
4091bd1506 Merge pull request #10338 from edx/clintonb/private-settings-load
Failing startup if private settings fail to load
2015-10-24 19:34:18 -04:00