- Jan 13, 2020
-
-
edX requirements bot authored
-
edX cache uploader bot authored
-
Awais Jibran authored
Bump Studio-Frontend
-
Awais Jibran authored
-
Usama Sadiq authored
Updated LtiBackend.authenticate() method
-
- Jan 12, 2020
-
-
Alex Dusenbery authored
-
edX Transifex Bot authored
-
Ned Batchelder authored
Delete extra parentheses which prevented a message from being extracted
-
Mahyar Damavand authored
-
- Jan 10, 2020
-
-
Jeff Chaves authored
bumping enterprise version to 2.0.45
-
Awais Qureshi authored
Bom-1146
-
David Ormsbee authored
Improve handling of 'children' field in Blockstore XBlock runtime
-
Aarif authored
Updated the Mako Loader to remove deprecated methods
-
edX cache uploader bot authored
-
Awais Qureshi authored
In mobile-api model PLATFORM_CLASSES tuple of list and make migrations generate new migration due to different order.
-
usama sadiq authored
Added a positional `request` arugment in the function header.
-
Usama Sadiq authored
Updated ExceptionViews handles
-
usama sadiq authored
Added additional 'exception' parameter to function headers. Disabled pylint warnings for missing docstring and unused arguments.
-
Usama Sadiq authored
Django-mptt package upgrade to 0.10.0
-
Zia Fazal authored
ENT-2524: Unmarked name field of content gating partition for translation
-
usamasadiq authored
-
Awais Qureshi authored
Bom-1146
-
Awais Qureshi authored
Due to some recent schema changes this test is failing. Temporarily skipping it. Fix it in other PR.
-
- Jan 09, 2020
-
-
mraarif authored
-
Stu Young authored
add django simple history to student.ManualEnrollmentAudit
-
David Ormsbee authored
Revert "Request cache context processor output."
-
David Ormsbee authored
This reverts commit ad5cc3d5. This was causing middleware errors while processing 404s.
-
Matthew Piatetsky authored
add coupon code to discount banner
-
Guruprasad Lakshmi Narayanan authored
Updates the existing command, after renaming it, to allow: * Specifying the site ID instead of the domain. * Updating the existing site configuration parameters. * Enabling and disabling the SiteConfiguration instance.
-
Waheed Ahmed authored
PROD-1124
-
zia.fazal@arbisoft.com authored
Unmarked name field of content gating partition. edX mobile apps expect it in english. If value of name field of content gating partition is not `Feature-based Enrollments` string literal mobile apps ignore gating restriction and try to pull content of the block which cause 404 errors for all those blocks which are gated. ENT-2524
-
- Jan 08, 2020
-
-
Braden MacDonald authored
I needed this change because I found a bug: 1. Create a block with children in a content library 2. Delete that content library 3. Create a new identical block with children in a new content library. 4. If the OLX is identical to the original block, this new block will not load in the LMS. The reason for the bug is that the .children field contains usage keys (which encode the library, for example), but the values were being stored in BlockstoreFieldData which caches really aggressively and caches based on the hash of the OLX. Since the OLX is identical, it assumes the .children values should be identical as well. The fix was to move children to a children-specific field data store, and only store the part of the child data that is encoded by the OLX (the <xblock-include> data) in BlockstoreFieldData. This is a better match for the way the caching works and cleaned up a hacky part of the runtime (at least it's slightly less hacky now).
-
Matthew Piatetsky authored
-
Mahyar Damavand authored
-
Andytr1 authored
EDUCATOR-4828
-
edX cache uploader bot authored
-
edX requirements bot authored
-
Aarif authored
Updated the django-waffle to support django 2.2
-
edX cache uploader bot authored
-
Zia Fazal authored
Ignore `ResourceWarning`
-