- Jun 22, 2021
-
-
HammadAhmadWaqas authored
-
Diane Kaplan authored
-
Ali Akbar authored
fix: mishandled xss change
-
edX requirements bot authored
-
- Jun 21, 2021
-
-
edx-pipeline-bot authored
Mergeback PR from private to public.
-
Ali-D-Akbar authored
-
Tim McCormack authored
dummy commit to security
-
Kristin Aoki authored
This PR changes the preview URL redirect from Studio. Before when a user clicked on the course preview button to check unpublished changes, the preview in the New Experience would show the most recently published version of the course. The unpublished changes that the user was hoping to view are no present. At the moment users have been publishing the content to check it then having to republish the old version if they did not like the changes. As a short-term fix, this PR redirects to the Legacy experience where the preview option previously worked. Now the user can see the unpublished changes. A long-term fix is still being explored. This change will impact the Course Author.
-
Syed Muhammad Dawoud Sheraz Ali authored
Merge pull request #27950 from bitmakerla/alfredchavez/redirect-to-contact-page-if-zendesk-url-not-defined feat: redirect to 'contact' page if zendesk url is not defined
-
Colin-Fredericks authored
-
Manjinder Singh authored
* docs: Adding readme for auth_exchange app
-
sofiayoon authored
refactor: delete reference to old course home microfrontend flag
-
Sofia Yoon authored
-
Alfred Chavez authored
-
sofiayoon authored
feat: AA-797 switch course home flag to opt out
-
- Jun 18, 2021
-
-
irfanuddinahmad authored
chore: ENT-4611 Updated edx-enterprise
-
irfanuddinahmad authored
-
Ali Akbar authored
feat: Add a create enrollment endpoint for support tools
-
- Jun 17, 2021
-
-
Christie Rice authored
MICROBA-1294
-
Justin Lapierre authored
[SE-4304] Allow custom upload directory and filename for grade and calculated profile reports
-
David Ormsbee authored
A common usage pattern is to make an exam that is restricted to a particular enrollment track. Since there is no UI in Studio to do this at the sequence/subsection level, course authors instead restrict every unit in the sequence to that track (e.g. "verified"). The legacy courseware experience could handle this, but the Course Blocks API does not. It is likely that we'll want to permit toggling this at the sequence level, but regardless of whether we do that going forward, we still have to deal with this kind of content data in existing courses. An entirely empty sequence is useless, and currently breaks the Courseware MFE browsing experience. This commit introduces the first part of that fix, invoking the new Learning Sequences API to remove sequences that the user shouldn't be allowed to know about. The plan is to switch over the entire course outline from the Course Blocks API to the Learning Sequences API, and this is the first small step in that direction. This also creates CourseWaffleFlag learning_sequences.use_for_outlines to control the gradual rollout of this feature. This will start as a very limited rollout to address courses that show this specific bug (TNL-8377). New learning_sequences public API call: public_api_available
-
Ali-D-Akbar authored
-
Ahtisham Shahid authored
fix: fixed data researcher permissions on instructor dashboard
-
edX cache uploader bot authored
-
jawad khan authored
* fix: fixed atmoic block error in course_status_info We are getting "An error occurred in the current transaction. You cant execute queries until the end of the atomic block." error in get course status info on both versions i.e. 0.5 and 1. I was unable to reproduce it locally. But by looking in django documentation and some other online helps I concluded that it might be because of some db intefrity error that we didnt handle properly and now the cursor is broken for this transaction. Therefore i am making it non atomic transaction. Since its a get request we can make transactions run independentantly. LEARNER-8267
-
- Jun 16, 2021
-
-
stvn authored
commits ======= - fix: handle opening verticals in new tabs with the "View In Studio" button
-
Jansen Kantor authored
-
Josh McLaughlin authored
There are two distinct ways to store a city for users in edx-platform: one directly in UserProfile.city, and another in UserProfile.meta. Depending on configuration, both fields can be used. Though the UserProfile.meta['city'] field is not set unless specifically configured, so we choose this over the UserProfile.city field when generating the student features report. Additional details and discussion available on edx/edx-platform#23171
-
Dillon Dumesnil authored
Revert "feat: AA-773: Add in logic to mark special exams as complete"
-
Christie Rice authored
-
Kristin Aoki authored
This PR changes the default function of HTML anchor tags that focus on another element on a different page in the course. Previously the anchor tags that were set to scroll on a different page would open up the page but remain at the top of the page. As a result, users would have to manually scroll to the correct part of the page if that information is known or they will read the entire page. Now when the anchor tag is used to focus on a different page, the link of the new page is checked for a hash and sends the location of the hash to the parent page to scroll to the correct location. This change will impact the Learner in the New Experience view.
-
Brian Beggs authored
-
Dillon Dumesnil authored
-
Christie Rice authored
MICROBA-982
-
Ned Batchelder authored
-
Sofia Yoon authored
feat: AA-797 switch course home flag to opt out by replacing it with a course home use legacy frontend flag
-
AsadAzam authored
-
edX cache uploader bot authored
-