- Dec 30, 2019
-
-
Awais Qureshi authored
Specifying a namespace in django.conf.urls.include() without providing an app_name is deprecated. Adding the app_name attribute in the included module.
-
Awais Qureshi authored
BOM-1124
-
Zainab Amir authored
etree.tostring returns bytes instead of string which when converted back to XML, to be rendered as etree element, presents stray characters. PROD-1116
-
Zaman Afzal authored
-
edX Transifex Bot authored
-
- Dec 27, 2019
-
-
Awais Qureshi authored
Direct assignment to the forward side of a many-to-many set is deprecated Fixing this issue.
-
Feanil Patel authored
Remove unused screenshots.
-
Feanil Patel authored
Don't try to typset mathjax if Hub has not loaded.
-
Jeremy Bowman authored
-
Feanil Patel authored
-
David Ormsbee authored
SE-1071 send user_logged_in signal from my_user_info
-
Feanil Patel authored
BB-1744: Remove flaky test related to MockS3Mixin [FOLLOW-UP]
-
Feanil Patel authored
We don't need this anymore.
-
edX cache uploader bot authored
-
Giovanni Cimolin da Silva authored
The MockS3Mixin prevents the correct setup of the ModuleStoreTestCase and made this test fail. Since the fix for this wasn't trivial, this test was skipped on python 3, and now is removed.
-
- Dec 26, 2019
-
-
Samuel Walladge authored
A user's last logged in value previously wasn't updated when the user logs in through the oauth2 flow from the ios mobile app. Here we must send the user_logged_in signal manually. It's implemented in the my_user_info mobile rest api endpoint because adding it to where the oauth2 flow happens is to complex, and the mobile app hits this endpoint after a successful login anyway.
-
edX cache uploader bot authored
-
Jeremy Bowman authored
-
Feanil Patel authored
In our tests there are times when Mathjax has been initialized but Hub is still undefied. In this case don't queue up typesetting.
-
Feanil Patel authored
Make a change to cause tests to run.
-
Feanil Patel authored
They were created to work with a service that no longer exists.
-
Jeremy Bowman authored
* Switch make upgrade to Python 3.5 * bok-choy fixes, constrain django-debug-toolbar * Remove flaky bok-choy test
-
David Ormsbee authored
fix uploaded image aspect ratio in tinymce
-
Feanil Patel authored
BB-1744: Bump pymongo version and fix course export issue
-
David Ormsbee authored
[BB-1506] Use a callable as the default value for CourseEnrollment.mode
-
Matej Grozdanović authored
-
- Dec 23, 2019
-
-
Awais Qureshi authored
BOM-1111
-
Alan Zarembok authored
PROD-1113: Fix retry_failed_photo_verifications.
-
edX requirements bot authored
-
Awais Qureshi authored
Updating User.is_authenticated and User.is_anonymous as properties
-
adeel khan authored
Fix html editor for adding �
-
Adeel Khan authored
This patch would fix html editor for adding � characters in html attributes whenever cursor is inside quotes. � characters are added on save. PROD-1076
-
- Dec 22, 2019
-
-
edX Transifex Bot authored
-
- Dec 20, 2019
-
-
Alan Zarembok authored
-
Feanil Patel authored
Don't encode the filename.
-
Feanil Patel authored
We fixed this for when we sand_tarballs for local but not for when we used django storages. This should fix the filename when we get the file from storages.
-
Feanil Patel authored
Only store bytes to s3 via boto2.
-
Feanil Patel authored
https://github.com/boto/boto/issues/2868 In python 3 contentfile can act like a file but return unicode strings. Boto doesn't like that and it causes issues when encoding the bytes for transfer to s3.
-
edX requirements bot authored
-
Andytr1 authored
EDUCATOR-4846 - added team config service for xblocks.
-