- Jun 11, 2020
-
-
edX Transifex Bot authored
-
Kyle McCormick authored
* Disable changing special exam type after release date Do some client-side validation to make sure that exams that *are* or *ever were* special may not be changed to a special exam type (other than the current one) after release date. MST-258 Co-authored-by:
Zach Hancock <zhancock@edx.org>
-
Binod Pant authored
-
Awais Qureshi authored
Revert "Updating the comment."
-
Awais Qureshi authored
-
- Jun 10, 2020
-
-
Stu Young authored
-
Braden MacDonald authored
-
edX Transifex Bot authored
-
Calen Pennington authored
Allow reset for visible missed dates
-
Calen Pennington authored
Only actually reset user schedule if they have missed deadlines and not missed any gated content deadlines
-
Calen Pennington authored
-
Daniel Francis authored
Fixing RemovedInDjango30Warnings **Background:** The `django.shortcuts` method `render_to_response` became deprecated in [Django 1.3](https://docs.djangoproject.com/en/3.0/releases/1.3/), when `render` was introduced. Per the documentation: > render() is the same as a call to render_to_response() with a context_instance argument that forces the use of a RequestContext. Both return an `HttpResponse` object. **Context:** We changed two statements: An import line and the call to the method, adding explicit parameter names to improve readability. **Before:** ``` from django.shortcuts import get_object_or_404, render_to_response ... return render_to_response("teams/teams.html", context) ``` **After** ``` from django.shortcuts import get_object_or_404, render ... return render( request=request, template_name="teams/teams.html", context=context ) ```
-
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.
-
Awais Qureshi authored
Updating the comment.
-
Robert Raposa authored
* conservative move to process_request * added temp_view_func_compare metric to be extra conservative ARCHBOM-1263
-
Nathan Sprenkle authored
-
Awais Qureshi authored
-
Awais Qureshi authored
rename djang-babel to enmarker
-
adeelehsan authored
Specify bio field error message for user
-
adeel khan authored
Improving user locked out logic.
-
adeelehsan authored
Currently user message is generic. Specifying for bio field so that it make more sense to user. PROD-1582
-
Waheed Ahmed authored
PROD-1506
-
- Jun 09, 2020
-
-
Diana Huang authored
Remove shoppingcart references from verify_student and instructor.
-
bom authored
-
Diana Huang authored
-
Diana Huang authored
-
Diana Huang authored
-
Diana Huang authored
-
Awais Qureshi authored
rename djang-babel to enmarker upgrade the reqs
-
Michael Terry authored
PROD-1633: fix highlights error case
-
Michael Terry authored
When calculating course highlights, if we didn't manage to get a course module, we were previously throwing an exception. Handle that more gracefully.
-
M. Zulqarnain authored
BOM-1691 : Update openedx-calc and chem packages
-
Robert Raposa authored
- move ownership mapping code to separate module - simplify `__module__` mocking. ARCHBOM-1263
-
Zulqarnain authored
-
Robert Raposa authored
- add clean script to help list unmapped Django apps. - use clean script to source new app mappings. - update generate script to include 3rd-party app ownership. ARCHBOM-1247
-
Feanil Patel authored
Feanil/update sandbox reqs 2
-
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
-
adeel khan authored
Fix key error.
-
- Jun 08, 2020
-
-
David Ormsbee authored
Merge pull request #24172 from edx/revert-23265-guruprasad/BB-112-fix-randomized-content-block-order Revert "[BB-112] Fix the unpredictable order randomization issue with randomized content blocks"
-