- Jul 02, 2020
-
-
edX cache uploader bot authored
-
- Jul 01, 2020
-
-
Dillon Dumesnil authored
This change will prevent Library Content from being marked as complete on view and the corresponding version bump to edx-completion contains code that will start looking at the children of the library content for completeness.
-
- Jun 29, 2020
-
-
Michael Terry authored
- Looks at masquerading config for dates, outline, metadata, and celebration APIs in course_home_api / courseware_api. - Consolidates and cleans up places we check whether masquerading gives us full access to a course.
-
edX cache uploader bot authored
-
- Jun 26, 2020
-
-
Danial Malik authored
* Replace track calls with eventtracking in task_track and server_track * Making events compatible with events emitted via track app * Fixed broken tests and quality violation * Removed useless changes in shim. using in to have and keys in event context Co-authored-by:
zia.fazal@arbisoft.com <zia.fazal@arbisoft.com>
-
- Jun 25, 2020
-
-
Matt Tuchfarber authored
- Add bootstrap utility function to lms-base-v1 CSS - Moved coaching sass to edx.org theme - Banner feature flag and MB program gated - Fixes previous issue of changes specificity in button selector by resetting the style inside the component's class
-
- Jun 24, 2020
-
-
Zachary Hancock authored
-
Luis Moreno authored
-
Eric Herrera authored
-
Luis Moreno authored
-
morenol authored
the new keyword async is causing errors when we run this with python 3.8. https://docs.python.org/3/whatsnew/3.7.html I tried in the first place, to change the definition of that value in the place where the context is defined, but it seems that it is taken from https://github.com/jazzband/django-pipeline, This solves many problems for lms and cms tests that were making the jenkins workers get timeout. That template have not seen changed since 2012, so I had to do additional changes in the templates in order to pass the xsslint checks: mako-missing-default mako-invalid-html-filter I am not sure about the remove of the safe filter. But I didn't found information about the 'safe' filter. It is probably that the now default 'h' filter is enough.
-
Dillon Dumesnil authored
Due dates will only display for graded subsections. If the assignment has already been completed, there will be a pill to indicate that. If the assignment is past due, there will be a pill. If it is upcoming, there are no pills
-
Diana Huang authored
dashboard.
-
M. Zulqarnain authored
As of Python 3.7, a backslash-character pair that is not a valid escape sequence now generates an error, earlier it was a deprecation warning.
-
Waheed Ahmed authored
PROD-1753
-
- Jun 23, 2020
-
-
Awais Qureshi authored
DeprecationWarning `callable is None` raised since 3.5 throwing TypeError. Fixed the assertion.
-
edX cache uploader bot authored
-
Nicholas D'Alfonso authored
- set up util function to use Amazon SES for sending calendar sync emails. - remove old sailthru code which we originally implemented for this functionality - include ADR on our decision to use SES instead of Sailthru.
-
Luis Moreno authored
-
Aarif authored
-
- Jun 22, 2020
-
-
Matthew Piatetsky authored
Otherwise, these learners could start the timer and then be unable to take the exam once they have access to the content REV-774
-
leomartinez2019 authored
- Change cgi.escape to html.escape - Add quote=False to html.escape - Use function HTML() to address python-wrap-html warning
-
edX cache uploader bot authored
-
- Jun 21, 2020
-
-
Eric Herrera authored
Change some tests dict order to fix assertion after python 3.7 change of preserving insertion order in dicts.
-
- Jun 19, 2020
-
-
Michael Roytman authored
-
edX cache uploader bot authored
-
- Jun 18, 2020
-
-
Aura Milena Alba authored
-
- Jun 17, 2020
-
-
edX Transifex Bot authored
-
Luis Moreno authored
-
- 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
-
- Jun 15, 2020
-
-
Matt Tuchfarber authored
-
Samuel Walladge authored
- yt_video_metadata returned a generic non-json-api-friendly 500 error when called on a non-youtube video - load_metadata_from_youtube was crashing when called from the xblock yt_video_metadata endpoint. It passes a webob request, which has a different api for retrieving the http referer.
-
- Jun 12, 2020
-
-
Matt Tuchfarber authored
- Add bootstrap utility function to lms-base-v1 CSS - Moved coaching sass to edx.org theme - Banner feature flag and MB program gated
-
- Jun 10, 2020
-
-
edX Transifex Bot authored
-
Calen Pennington authored
Only actually reset user schedule if they have missed deadlines and not missed any gated content deadlines
-
Jeremy Bowman authored
Removed the FakePaymentPage page object which used shoppingcart app functionality, as well as everything that depended on it. I checked the e2e test repo also, and it doesn't seem to need any of the removed code.
-
- Jun 09, 2020
-
-
Adeel Khan authored
This patch improves on the user locked out logic by providing a helping message near locked out. This would help reduce retries by giving user the option to use password reset flow to fix the issue. PROD-1505
-
- Jun 08, 2020
-
-
David Ormsbee authored
-
edX cache uploader bot authored
-