- Mar 16, 2020
-
-
Matt Tuchfarber authored
-
- Mar 13, 2020
-
-
Matt Tuchfarber authored
- Add ADR describing Plugin Contexts - Remove app-specific constants from framework-level code - Add dashboard constants to student app with README
-
- Mar 11, 2020
-
-
Matt Tuchfarber authored
-
- Mar 09, 2020
-
-
Matt Tuchfarber authored
-
- Mar 06, 2020
-
-
Matt Tuchfarber authored
Instead of requiring views like the dashboard to know about plugins so they can include their data in the context, this allows plugins to define a mapping between a view and a function where the function returns a dictionary of new context for the view. Each view would have to purposefully enable this additional context before it could be used. This will allow new content to be added to the pages without updating the core with a combination of a plugin to add new context, and a theme override of that page to use the new context.
-
- Mar 03, 2020
-
-
David Ormsbee authored
Allow Block Structures Collect to work in Studio
-
Calen Pennington authored
Upgrade edx-when
-
Diana Huang authored
-
edX cache uploader bot authored
-
Troy Sankey authored
Merge pull request #23236 from edx/pwnage101/deng-18-rename_site_configuration_siteconfiguration_values_2.2 Add migration to populate site_values in SiteConfigurationHistory
-
David Ormsbee authored
Block Structures were meant to be gathered using the LMS process, as it's meant to be an optimized store for the LMS to use. But there's an argument to be made for at least the Collect side of the Collect + Transform could be a Studio concern, because it explicitly needs to avoid user-awareness. In either event, collect() was broken on devstack before this commit because Studio's runtime does not permit handler_url invocation on "thirdparty" XBlocks. Since VideoBlock is not really third-party (and it's questionable whether there's any benefit to making the distinction these days), I'm just making this change to allow Studio to run collect() without error in the Studio process. This will fix devstack, which does not properly route these collect() calls to the LMS process (because celery runs in-proc by default).
-
Manjinder Singh authored
* Revert "Ran make migration on third_party_auth (#23253)" This reverts commit 49be65cc. * Removing provider.util import * Removing further provider things * Adding hash tests
-
Awais Jibran authored
Fix due date extension view.
-
Awais Jibran authored
Run `make upgrade` on edx-platform to update python packages. PROD-1333
-
Feanil Patel authored
Revert "Ran make migration on third_party_auth"
-
Manjinder Singh authored
This reverts commit 49be65cc.
-
Adam Butterworth authored
TNL-7094 Remove auto focusing of InlineDiscussion views on load. Removing this unneeded focus management eliminates scroll issues when discussions are contain in an iframe in a parent page.
-
Ahtisham Shahid authored
created logs to track edx-lti.org errors
-
- Mar 02, 2020
-
-
Dave St.Germain authored
Add verified mode to the courseware API
-
Feanil Patel authored
Feanil/add shortuuid
-
Manjinder Singh authored
* Ran make migration on third_party_auth and removing skip comment from test_migrations_are_in_sync
-
Cory Lee authored
-
Feanil Patel authored
-
Feanil Patel authored
-
Feanil Patel authored
-
Alex Dusenbery authored
Remove the auth_source kwarg in connect_to_mongodb, since we're now relying on authsource (no underscore) and the pymongo Database init does not expect and will not tolerate an auth_source kwarg.
-
Fred Smith authored
fix very long horizontal scroll for RTL layout
-
Albert (AJ) St. Aubin authored
Create MB External ID on creation of a CourseEntitlement in MB Program
-
Albert (AJ) St. Aubin authored
-
Diana Huang authored
Remove DOP libraries from INSTALLED_APPS.
-
Luis Moreno authored
-
Diana Huang authored
-
Troy Sankey authored
Right now the ORM is very unhappy about the JSONField `site_values` in SiteConfigurationHistory containing non-JSON (empty strings). We cannot even write a data migration using the ORM to populate the field because that causes a JSONDeserializationError. Therefore, we must bypass the ORM and populate the values with raw SQL. DENG-18
-
Feanil Patel authored
Feanil/remove unused bokchoy pages
-
Diana Huang authored
Remove DOP apps from INSTALLED_APPS. Remove DOP libraries from requirements.
-
Feanil Patel authored
-
Feanil Patel authored
These were all un-used on master.
-
Manjinder Singh authored
the patched toggle was removed from edx-drf-extensions recently
-
Cory Lee authored
DENG-17 Dropping the FK on schedulesexperience->schedule to apply change to schedule as a gh-ost migration (#23242)
-
Feanil Patel authored
Feanil/remove unvaluable bokchoy tests
-