- Jul 29, 2021
-
-
Leangseu Kim authored
-
- Jul 28, 2021
-
-
leangseu-edx authored
This reverts commit f380dffe.
-
stv authored
to delegate access to BTR maintainers on Named Release branches.
-
Julia Eskew authored
for Chrome version 92. This token is added to the courseware iFrame, which enables the iFrame to retain the ability to summon modals & alerts - or open new windows via JS. This token has a limited lifespan - it currently expires around Dec 14, 2021. TNL-8559
-
Leangseu Kim authored
-
taliaedX authored
chore: update edx-enterprise to 3.27.9
-
David Ormsbee authored
We control rollout of the Learning Sequences REST API with the USE_FOR_OUTLINES (learning_sequences.use_for_outlines) course waffle flag. But sometimes we're going to want to be able to take a look at production data output of this API before explicitly turning the API on (and switching over to it) for the Courseware MFE. To do this, we're going to make the availability base itself purely on the waffle flag and course type (Old Mongo courses are not supported), and allow people to "peek" at what the API would have given if it was rolled out by passing an explicit "force_on=1" querystring param. This is work to support the rollout of TNL-8330.
-
Talia Rhodes authored
-
sofiayoon authored
fix: ORA problems' due dates are not set when in a mix of non-ORA problems
-
Awais Qureshi authored
chore: Django3 has removed python_2_unicode_compatible.
-
Awais Qureshi authored
chore: Django3 has removed python_2_unicode_compatible.
-
edX cache uploader bot authored
-
Mehak Nasir authored
fix: description updates for pages and resources
- Jul 27, 2021
-
-
Carla Duarte authored
fix: progress tab serializer enforce float for num_total
-
Carla Duarte authored
-
Sofia Yoon authored
-
Awais Qureshi authored
Execute the codemodes.
-
Awais Qureshi authored
Execute the codemodes.
-
Thomas Tracy authored
* [fix] Certificate availability date cleanup This task will clean out the misconfigured certificate available date. When courses Change their certificates_display_behavior, the certificate_available_date was not updating properly. This is command is meant to be ran one time to clean up any courses that were not supposed to have certificate_available_date
-
Mehak Nasir authored
-
sofiayoon authored
feat: AA-885 show offsets in studio self paced course outline for a subsection
-
Michael Terry authored
chore: remove unused serialized field
-
Michael Terry authored
-
Awais Qureshi authored
chore: Django3 has removed python_2_unicode_compatible.
-
Awais Qureshi authored
chore: Django3 has removed python_2_unicode_compatible.
-
Awais Qureshi authored
Execute the codemodes.
-
- Jul 26, 2021
-
-
Sofia Yoon authored
feat: AA-883 basic prototype for custom pacing pls in studio refactor: merge with basic prototype for self paced courses from AA-844 feat: add due date estimate message in self paced courses studio modal refactor: merge with main that has up to date self paced custom pls editor and tests fix: only display projected date if start date exists fix: tests to check grading date in outline fix: only one warning message show at a time fix: do not show projected date when it is before the start date
-
Awais Qureshi authored
Execute the codemodes.
-
Michael Terry authored
feat: add note field to course waffle overrides
-
Awais Qureshi authored
Execute the codemodes.
-
Thomas Tracy authored
* [fix] Fix certificate available date sync We were syncing the course available date to every course in credentials. Since credentials doesn't understand "self-paced" courses, or course end behaviors, some certificates were time gated incorrectly. This check make sure to check if the course is not self-paced, and has a CDB of 'end' before syncing the CA date.
-
Michael Terry authored
It's often very useful to note the reason we override a waffle. Who asked for it and why - is it temporary until a feature is completed or a complete opt-out of the feature itself, etc. Now there's a text field to leave such comments for your future self, much like waffle flags themselves.
-
Diana Huang authored
We are planning on limiting session cookies for LMS, which will mean that under the old cookie domain, MFEs and other IDAs would not have access to the language preference of a user. This moves language preference cookies to use a different setting, which means that this cookie can be shared.
-
Michael Terry authored
feat: send course access error along to course home MFE
-
Andrew Shultz authored
chore: update edx-proctoring to 3.22.0
-
taliaedX authored
chore: update edx-enterprise
-
Talia Rhodes authored
-
Andy Shultz authored
This completes the removal of unused fields in exam attempt, so the migration test skip is no longer necessary.
-
Jansen Kantor authored
-