- Jun 18, 2020
-
-
Binod Pant authored
all versions updates were minor and no visible downgrades
-
Daniel Francis authored
Fixing 56 GuessedAtParserWarnings, in commit edx#24098 Background: BeautifulSoup automatically picks the fastest parser available. By default, it picks the "lxml" parser. Per the [BeautifulSoup](https://www.crummy.com/software/BeautifulSoup/bs4/doc/#installing-a-parser) documentation: > Beautiful Soup supports the HTML parser included in Python’s standard library, but it also supports a number of third-party Python parsers. One is the lxml parser. Depending on your setup, you might install lxml with one of these commands. > Another alternative is the pure-Python html5lib parser, which parses HTML the way a web browser does. Context: We changed two statements, one in lms and another in openedx. Both statements fire up BeautifulSoup. Now we explicitly ask for "lxml," following the recommendation on BeautifulSoup's documentation: > If you can, I recommend you install and use lxml for speed. If you’re using a very old ...
-
Nathan Sprenkle authored
* Hide private team-sets from users not on a team * Modify add team count to factor in team visibility * Fix bug that broke search w/in private team-sets
-
Michael Roytman authored
update version of edx-proctoring library
-
Nick authored
Fix Dates Banner Translations
-
Robert Raposa authored
If setting ENABLE_WAFFLE_FLAG_METRIC is True, a custom metric will be added with the values of all WaffleFlag and CourseWaffleFlags seen during the transaction. Metric flag values could be False, True, or Both. The value Both would mean that the flag had both a True and False value at different times through the transaction. This is most likely due to having a check_before_waffle_callback, as is the case with CourseWaffleFlag. Example metric value: "{'another.course.flag': 'False', 'some.flag': 'False', 'some.course.flag': 'Both'}" Warning: NewRelic does not recommend large custom metric values due to the potential performance impact on the agent, so you may just want to enable when researching usage of a particular flag. Metric values longer than 255 are truncated. TODO: A how_to can be added later if we find this useful, including helpful querying tips. ARCHBOM-132
-
Nicholas D'Alfonso authored
- replace unicode apostrophes with single quotes in dates banner. - change language in button from 'Reset my deadlines' to 'Shift due dates'
-
Jansen Kantor authored
* use external_user_key in teams csv download
-
Michael Terry authored
AA-137: Support courseware celebrations
-
atesker authored
-
atesker authored
-
atesker authored
-
Michael Roytman authored
-
Adam Butterworth authored
[BD-10] Remove unused course sock URL.
-
Adam Butterworth authored
[BD-10] [DEPR-68][DEPR-84] Remove pattern library of learner_dashboard/programs.py
-
Adam Butterworth authored
[BD-10] [DEPR-79] Remove pattern library of mobile/course-dates-fragment.html
-
Adam Butterworth authored
[BD-10] [DEPR-70] Remove waffle flag edx_discussions.use_bootstrap.
-
Adam Butterworth authored
[BD-10] [DEPR-78][DEPR-82] Remove pattern library of latest-update-fragment.html and welcome-message-fragment.html
-
Adam Butterworth authored
-
Aura Milena Alba authored
-
Awais Qureshi authored
[BD-6] Fix python 3.8 compatibility
-
edx-pipeline-bot authored
Mergeback PR from private to public.
-
Ali Akbar authored
Sustaining xsslint security fixes
-
- Jun 17, 2020
-
-
edX Transifex Bot authored
-
Luis Moreno authored
-
morenol authored
[BD-10] [DEPR-83]
-
M. Zulqarnain authored
-
Ahtisham Shahid authored
Removed confirm email after SSO
-
- Jun 16, 2020
-
-
Michael Terry authored
- Add a new CourseEnrollmentCelebration model, which ties a course enrollment to some booleans about progress celebrations - Add serialization of the new model to the existing courseware_api app's existing course info view - Add new API in courseware_api to update a celebration model
-
ericfab179 authored
Use transifex client from PyPi since required change was merged recently.
-
Alex Wang authored
MST-234
-
Ahtisham Shahid authored
-
Saad Yousaf authored
[PROD-1230] - syncing certificates on course update on credential side.
-
SaadYousaf authored
-
- Jun 15, 2020
-
-
Farhanah Sheets authored
Revert "BOM-1703 : Ora2 Upgrade"
-
Farhanah Sheets authored
This reverts commit f3161468.
-
Matt Tuchfarber authored
Revert "Add demographics prompt to edx.org theme"
-
Carla Duarte authored
AA-181: Updating Outline Tab API to include Course Blocks
-
Nick authored
AA-133 mfe dates banner
-
Matt Tuchfarber authored
-