- Sep 12, 2019
-
-
Kyle McCormick authored
PR #21614 made this upgrade, but it was accidentally undone by a later PR that merged an out-of-date 'make upgrade'. EDUCATOR-4635
-
Feanil Patel authored
We are currently running this plugin from a has directly off of master to get support for a newer version of DJDT. However even on master there is not yet support for python 3. We're running into this when running runserver and when collecting static assets. A quick survey of the development team at edX shows that people are no longer actively using this debug panel.(14 responders all saying no to the question "In the last year have you used the mongo portion of the django-debug-toolbar in edx-platform?") This makes sense since the module store and courseware related developement is not very active right now. Given all this, I'm removing this toolbar for now and if we need it again we can survey what's available at that time to choose the best tool.
-
Feanil Patel authored
Unfortunately snakefood is not supported in python3 so I'm removing it and the tools built on top of it for now as they are not in active use. If you're looking at this wishing it still existed, Check out https://github.com/bwohlberg/jonga or https://pypi.org/project/findimports/
-
DawoudSheraz authored
-
- Sep 10, 2019
-
-
Kyle McCormick authored
The 2.3.0 ORA-2 release did not regenerate .min.js files, so the changes did not appear on Stage or Production. EDUCATOR-4635
-
Alex Dusenbery authored
-
Kyle McCormick authored
The ora2 upgrade increases the assignment upload limit from 10MB to 20MB. Due to a request from a Master's partner who reports that the current 10MB limit is not enough for their degree programs. EDUCATOR-4635
-
- Sep 09, 2019
-
-
atesker authored
-
Brittney Exline authored
-
- Sep 05, 2019
-
-
Mushtaq Ali authored
-
- Aug 30, 2019
-
-
Brittney Exline authored
-
- Aug 29, 2019
-
-
Albert (AJ) St. Aubin authored
feature roles and permissions
-
Michael Roytman authored
-
- Aug 28, 2019
-
-
Michael Roytman authored
-
- Aug 27, 2019
-
-
atesker authored
reverting django-user-tasks to 0.1.7 to fix build
-
- Aug 23, 2019
-
-
atesker authored
-
hasnain-naveed authored
-
- Aug 22, 2019
-
-
aarif authored
-
- Aug 21, 2019
-
-
Jeremy Bowman authored
-
Christopher Pappas authored
-
atesker authored
-
- Aug 20, 2019
-
-
Chris Pappas authored
-
atesker authored
-
Christie Rice authored
-
- Aug 19, 2019
-
-
Chris Pappas authored
-
Matt Hughes authored
JIRA:PROD-553
-
Dave St.Germain authored
-
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.
-