- Aug 19, 2019
-
-
Chris Pappas authored
-
Matt Hughes authored
JIRA:PROD-553
-
Feanil Patel authored
-
Dave St.Germain authored
-
Waheed Ahmed authored
PROD-533
-
- Aug 16, 2019
-
-
Matt Hughes authored
JIRA:EDUCATOR-4537
-
Brittney Exline authored
-
Ayub authored
* Update Financial Assistance logic Use the zendesk proxy app instead of the unsupported zendesk library. * Move to pre-fetching the group IDs. Rather than making extra requests to zendesk to list all groups and find a specific group ID. Just make a pre-filled list of group IDs for the groups we care about. When a group name is passed in, it is checked against this list and the ticket is created in the correct group so the right people can respond to it.
-
Matt Hughes authored
-
Dave St.Germain authored
-
- Aug 15, 2019
-
-
Chris Pappas authored
Fix for test that broke related to DRF;
-
- Aug 13, 2019
-
-
Matt Hughes authored
JIRA:EDUCATOR-4541
-
- Aug 12, 2019
-
-
Feanil Patel authored
* Convert to using ExitStack instead of nested. nested is not available in Python3. * Use ExitStack from contextlib2. ExitStack has not been backported to the Python 2.7 standard library and contextlib.nested is no longer available in Python 3.5. We need to be able to use something in both 2 and 3 as we transition so we'll pull in contextlib2 which has backports of the full python3 contextlib.
-
Dave St.Germain authored
EDUCATOR-4554 This fixes a bug where extended due dates were visible in the outline but not reflected on the courseware pages, resulting in problems not being submittable past the due date. In order for edx-when to work on courseware pages, it has to be more careful about field inheritance, which version 0.2 achieves.
-
- Aug 09, 2019
-
-
arbisoft authored
Update the version.
-
Feanil Patel authored
-
- Aug 08, 2019
-
-
root authored
-
Ayub authored
-
Waheed Ahmed authored
Getting 500 error on stage after upgrading to latest version of newrelice.
-
- Aug 07, 2019
-
-
Feanil Patel authored
-
- Aug 06, 2019
-
-
Nimisha Asthagiri authored
-
- Aug 05, 2019
-
-
Dave St.Germain authored
-
Ayub khan authored
-Removed Submit-feedback View -Removed related tests -Removed help_modal.html -Removed help_modal.html test -Removed zendesk from requirements -Updated requirements
-
aarif authored
added the updated dependency for oauth2 added the commit hash instead of branch minor fix changes made by make upgrade
-
- Aug 02, 2019
-
-
Feanil Patel authored
-
Hammad Ahmad Waqas authored
-
- Aug 01, 2019
-
-
Nimisha Asthagiri authored
The old Notes Django app is the only caller of this no longer supported library. I have verified that this old app is no longer functional and is already slated to be removed as part of DEPR-18. So this commit simply removes the call to firebase-token-generator and leaves removal of the Notes app to DEPR-18.
-
- Jul 31, 2019
-
-
Feanil Patel authored
-
Calen Pennington authored
-
DawoudSheraz authored
-
- Jul 30, 2019
-
-
Calen Pennington authored
This reverts commit 5e8f90ca.
-
arbisoft authored
Upgrade the django-wiki version.
-
- Jul 29, 2019
-
-
Feanil Patel authored
Both python 3 related but different reasons. numpy dropped python 3 support and faulthandler was pulled into python in python 3.3
-
Calen Pennington authored
-
- Jul 26, 2019
-
-
Calen Pennington authored
-
- Jul 25, 2019
-
-
muhammad-ammar authored
-
Douglas Hall authored
-
arbisoft authored
Upgrade the django-wiki version.
-
- Jul 24, 2019
-
-
Feanil Patel authored
Push notifications was only ever setup to connect to Parse.com a service that has been discontinued. Since we haven't replaced the functionality for a few years now, remove this dead code. In cms/templates/js/course_info_update.underscore we're allowing content to not be escaped because this is by design according to the tests. Long term there should be a better fix for this but for now this is intended behavior.
-
Muhammad Ammar authored
-