- Oct 27, 2020
-
-
Matt Tuchfarber authored
Add Executive Education course mode
-
Matt Tuchfarber authored
-
Robert Raposa authored
Deprecate COURSE_OUTLINE_PAGE_FLAG and UNIFIED_COURSE_TAB_FLAG
-
Régis Behmo authored
These flags are deprecated in favor or the DISABLE_* equivalent. This allows us to get rid of the DefaultTrueWaffleNamespace class.
-
- Oct 26, 2020
-
-
David Ormsbee authored
Use AppConfig in instuctor_task app to ensure tasks are discovered
-
Kyle McCormick authored
This fixes an issue where instructor_task Celery tasks were not being auto-discovered, thus leaving them unregistered and unable to be completed by our Celery workers. TNL-7652
-
Kellie Selinka authored
bump edx-enterprise version number
-
Kellie Selinka authored
-
David Ormsbee authored
This was originally intended as a placeholder to remind us to optimize the data model for sequence metadata API calls (say by adding those fields to the CourseOverview model itself). Logging a quarter million messages a day is overkill for this purpose, and we will be doing another pass at the performance of this code in the coming weeks/months.
-
adeel khan authored
Adds forgot password functionality for secondary email.
-
- Oct 25, 2020
- Oct 24, 2020
-
-
Adeel Khan authored
VAN-18
-
- Oct 23, 2020
-
-
Albert (AJ) St. Aubin authored
[MICROBA-676]
-
Dillon Dumesnil authored
AA-256: Revert "AA-51: Adds in 'Up next' banner to course home"
-
Kellie Selinka authored
bump edx-enterprise version so admin catalog refresh button gets depl…
-
Dillon Dumesnil authored
AA-379: Update the Self-paced Studio text to account for Personalized…
-
Dillon Dumesnil authored
-
Dillon Dumesnil authored
-
Kellie Selinka authored
-
Mike OConnell authored
Previous rollback introduced this error while resolving merge conflicts. Line declaring the local variable was accidentally omitted. ENT-3494
-
Nimisha Asthagiri authored
ADR for Sysadmin Dashboard deprecation and removal
-
Fox Piacenti authored
Add ability to filter library blocks by type. Prevent changing types with unpublished changes. (#25368) Adds the ability to filter v2 library blocks by block type. Also prevents switching the library type when there are unpublished changes/deletes, as this may cause consistency errors.
-
Carla Duarte authored
AA-405: UI fixes for courseware
-
Carla Duarte authored
-
Mike OConnell authored
Rolling back previous changes after unexpected behavior when testing in stage. ENT-3494
-
Zainab Amir authored
update logistration MFE feature flag to not be used in conjunction with Accounts MFE toggle. VAN-11
-
Mike OConnell authored
* Added logging statements around DSC Added logging statements to help diagnose failures in presenting Data Sharing Consent views to learners who have not consented to data sharing, but their enterprise requires it ENT-3494 * Yet more logging statements around DSC Added more logging statements to help diagnose failures in presenting Data Sharing Consent views to learners who have not consented to data sharing, but their enterprise requires it. These new logs provide further detail into the call to the enterprise API to check for consent. This changelist slightly changes the logic to determine if a consent check is needed. The changes involve breaking out the conditions of the iterated checks on the learner details to allow for more granular logging. ENT-3494
-
- Oct 22, 2020
-
-
Régis Behmo authored
This will be necessary to migrate waffle_utils classes to edx-toggles.
-
Peter Pinch authored
-
Feanil Patel authored
This reverts commit 581b2005.
-
Jansen Kantor authored
-
Feanil Patel authored
OeX_ES-44: Update edx-search elasticsearch. * removes redundant doc_types from the lms/cms, replaces courseware index with doc_types to two indices * code polishing * Use a new config variable for ES7 deployment. (#2226) Co-authored-by:
Golub-Sergey <1.golub.sergey.1@gmail.com> Co-authored-by:
Diana Huang <diana.k.huang@gmail.com>
-
edX requirements bot authored
-
- Oct 21, 2020
-
-
Kellie Selinka authored
bump edx-enterprise package number
-
Kellie Selinka authored
-
Ahtisham Shahid authored
Fixed height issue in Problem grade report new UI
-
irfanuddinahmad authored
ENT-3512: Updated requirements for edx-enterprise
-
David Ormsbee authored
If the library content block is already in the course, then don't refresh the children when we re-import it. This lets us address TNL-7507 (Randomized Content Block Settings Lost in Course Import) while still avoiding AA-310, where the IDs of the children for an existing library_content block might be altered, losing student user state. When importing, we only copy the default values from content in a library the first time that library_content block is created. Future imports ignore what's in the library so as not to disrupt course state. You can still update to the library via the Studio UI for updating to the latest version of a library for this block.
-
irfanuddinahmad authored
-