- Jun 06, 2018
-
-
edX Transifex Bot authored
-
Eric Fischer authored
Upgrade edx-ora2 to 2.1.17
-
Brian Mesick authored
Remove unused pytest markers for Django 1.11 upgrade
-
Michael Youngstrom authored
Remove temp django upgrade logic
-
Eric Fischer authored
-
Tyler Hallada authored
PLAT-1524: Add on_delete kwarg to ForeignKey & OneToOneFields
-
Michael Youngstrom authored
-
bmedx authored
-
Bill DeRusha authored
Update copy for password compliance message to be more clear.
-
Waheed Ahmed authored
Fix PDF cert gereration/regeneration and URLs.
-
- Jun 05, 2018
-
-
Tyler Hallada authored
Django 2.0 will make this field required for `ForeignKey` and `OneToOneFields`. In previous versions the option defaulted to `models.CASCADE` when not specified. This change should make the deprecation warnings in the current Django version go away. The migrations where also modified, but the changes should not cause a change in the database schema since `models.CASCADE` was already the old default.
-
Bill DeRusha authored
-
Brian Beggs authored
OAuth2 API to call XBlock handlers
-
Eric Fischer authored
s/django.core.urlresolvers/django.urls/g
-
Chandrakant Gopalan authored
-
Eric Fischer authored
Django 1.10 deprecation fix for Hackathon XIX Addresses PLAT-1397
-
- Jun 04, 2018
-
-
Jeremy Bowman authored
TE-2543 Add tox env for Python 3.5
-
Jeremy Bowman authored
-
Tyler Hallada authored
Allow scrolling after insert/edit image in Studio
-
Tyler Hallada authored
The scroll lock class `modal-open` is removed from the body when the EditImageModal is closed using the "Close" or "X" button, but not when the "Insert Image" button is clicked. The submit button handler now calls the `closeImageModal` handler too so that the `modal-open` class is removed after inserting or editing an image.
-
Cole Rogers authored
Removed GDPR flags and usages WIP
-
Cole Rogers authored
Removed student entrance test
-
Cole Rogers authored
-
Cole Rogers authored
-
Asad Iqbal authored
[ENT-692] Change the log level from Warning to Info
-
Zia Fazal authored
Add custom HTML to Course About page sidebar
-
- Jun 01, 2018
-
-
Marco Morales authored
Centers all login-register forms
-
Michael Youngstrom authored
Merge pull request #18301 from edx/testeng/bokchoy_auto_cache_update_265b7b3e8e281d3a61011363327d949cbcd150d4 Bokchoy db cache update
-
Farhanah Sheets authored
Upgrade studio-frontend to latest v1.10.5
-
Troy Sankey authored
use anonymous user ID when calling the edxnotes retirement endpoint
-
edx-cache-uploader-bot authored
-
Giulio Gratta authored
This allows course staff to add arbitrary HTML to the sidebar on the About page. A waffle switch has been added in the course_experience app to allow enabling and disabling of this feature.
-
Farhanah Sheets authored
-
Troy Sankey authored
-
Michael Terry authored
Allow our utility function to filter out course certs when asking Credentials for a list of certificates. This way once we start handing back course certs, the LMS won't be surprised by assumptions about what the credentials service will give back.
-
Troy Sankey authored
Notes retirement endpoint should require trailing slash
-
Troy Sankey authored
This is because we already require trailing slashes on most of the rest of the retirement endpoints, which are called via slumber which appends the trailing slash by default.
-
Diana Huang authored
LEARNER-5039: Add new notification email.
-
Uman Shahzad authored
[ENT-979] Bump edX Enterprise to 0.69.0.
-
- May 31, 2018
-
-
Diana Huang authored
-