- May 13, 2020
-
-
edX requirements bot authored
* Updating Python Requirements * Constrain django-cookies-samesite until dep bug fixed * Fix PEP 8 problems revealed by pycodestyle upgrade Co-authored-by:
Tim McCormack <tmccormack@edx.org> Co-authored-by:
Jeremy Bowman <jbowman@edx.org>
-
Carla Duarte authored
Dates Intro Messaging
-
Jeff LaJoie authored
Adds more logging to course updates task
-
Ned Batchelder authored
Check contentlibrary permissions only if user is logged in
-
Carla Duarte authored
Added a banner to introduce learners to the Dates Tab. The banner is hidden when the learner has missed deadlines. Refactored naming conventions in the dates sass file to better reflect the function of our banners. AA-156
-
atesker authored
-
Nick authored
AA-157 dates page missed deadlines
-
Jeff LaJoie authored
-
adeelehsan authored
Fixed xss lint violations
-
adeelehsan authored
PROD-1579
-
- May 12, 2020
-
-
morenol authored
Add python 3.8 and django30 to tox.ini and remove django111, django20, and django21 tox environments
-
Brittney Exline authored
ENT-2788 Upgrading edx-enterprise
-
Jeremy Bowman authored
Remove all references to the shoppingcart app from the course about page. Also removed one test of shoppingcart functionality from the student app.
-
Brittney Exline authored
-
Olivia Ruiz-Knott authored
MICROBA-311 Add US State field to UserProfile
-
Olivia Ruiz-Knott authored
Add list of states and field to UserProfile model; add migration; add state field to relevant serializers and to ACCOUNT_VISIBILITY_CONFIGURATION. Removes state data if country is changed to something other than United States.
-
Nicholas D'Alfonso authored
- add banner to dates page when deadlines are missed
-
Carla Duarte authored
Remove Shorten Welcome Message flag
-
Diane Kaplan authored
Add financial assistance link in course tools where available, so this will be more visible to learners
-
Zainab Amir authored
-
Jeff LaJoie authored
Fixes serialization of course key for celery in course updates command
-
Jeff LaJoie authored
AA-163: Fixes duplicate dates tab issue
-
Jeff LaJoie authored
-
Jeff LaJoie authored
-
Awais Jibran authored
Course Content boilerplate blurb (and link to discussions)
-
Zainab Amir authored
* Have separate column for transcript and encode status * Display error message sent from VEM PROD-1432
-
jinder1s authored
PROD-1475
-
- May 11, 2020
-
-
Calen Pennington authored
Fix case collision course keys
-
Calen Pennington authored
-
Ned Batchelder authored
SE-1839 Allow overriding SEARCH_FILTER_GENERATOR
-
Ned Batchelder authored
Enable auto start for HLS if autoadvance is set
-
Ned Batchelder authored
[BB-1637] Pass the referer from the client to the YouTube API
-
Tim McCormack authored
Rather than fetching the Site for every provider in a loop, just look at the ID of the site. Added regression test, showing N `django_site` requests before and 0 after.
-
edX requirements bot authored
-
edX cache uploader bot authored
-
mariajgrimaldi authored
This PR contributes to the elimination of deprecation warnings, specifically the one mentioned above and reported in the Warnings Report: https://build.testeng.edx.org/job/edx-platform-python-pipeline-master/warning_5freport_5fall_2ehtml/ . Changed collection.find(filter).count() to collection.count_documents(filter) in the following file: common/lib/xmodule/xmodule/modulestore/tests/test_split_modulestore.py And collection.find(filter).limit(1).count() to collection.count_documents(filter, limit=1) in the following file: common/lib/xmodule/xmodule/modulestore/mongo/draft.py The method count_documents is part of the collection, not the cursor (find returns a cursor), according to StackOverflow (https://stackoverflow.com/questions/56303331/warning-message-in-pymongo-count-is-deprecated). Because of that after changing count, I removed the calling to the find method and use the filter parameter in count_documents. Also, I removed limit because count_documents accepts limit parameter. This warning occurs due to deprecation: https://pymongo.readthedocs.io/en/3.9.0/api/pymongo/collection.html#pymongo.collection.Collection.count_documents
-
Syed Muhammad Dawoud Sheraz Ali authored
update cielo api settings
-
- May 10, 2020
-
-
Farhanah Sheets authored
Revert "Add financial assistance link in course tools"
-
Farhanah Sheets authored
This reverts commit cbb4cfb9.
-
- May 08, 2020
-
-
Adam Stankiewicz authored
upgrade edx-enterprise to 3.2.10
-