- Mar 02, 2019
-
-
Usama Sadiq authored
Progress Page update
-
- Mar 01, 2019
-
-
David Ormsbee authored
Update edx-platform dependencies.
-
Cory Lee authored
Reverting because workers are not functioning because they do not source the application environment. Will fix this separately and then try again.
-
David Ormsbee authored
Extra constraints needed to be added for pytest-randomly and tornado, both of which have dropped Python 2 support.
-
Douglas Hall authored
Add list endpoint to course certificate API.
-
Douglas Hall authored
-
Audrey authored
Modifying entitlement unenrollment survey, see REVEM-151
-
Cory Lee authored
Use single yaml config instead of two json configs
-
Christie Rice authored
REVEM-198 Add waffle flag around get programs call. Also get real program info from the cache instead of returning mock data.
-
Cory Lee authored
-
Audrey Kao authored
-
Michael Youngstrom authored
Change git checkout on xdist workers
-
Usama authored
Updated progress page certificate view for unverified users.
-
- Feb 28, 2019
-
-
Audrey Kao authored
-
David Ormsbee authored
Merge pull request #19903 from edx/revert-19635-giovanni/bb-728-add-problem-response-report-api-upstream Revert "[BB-728] Add problem response report API"
-
Michael Youngstrom authored
-
Ned Batchelder authored
Set the default language of the courses through config files
-
David Ormsbee authored
-
Michael Youngstrom authored
Move jenkins context to env var in pipelines
-
Audrey Kao authored
-
Christie Rice authored
-
Michael Youngstrom authored
-
Luis Moreno authored
-
Waheed Ahmed authored
Added log for credit providers fetched from cache.
-
Waheed Ahmed authored
LEARNER-6643
-
David Ormsbee authored
OSPR-2818 - Add Contact Us form customization options (BB-548)
-
- Feb 27, 2019
-
-
David Ormsbee authored
SE-800 Wraps the email header in a block so it can be themed
-
Audrey Kao authored
-
Ned Batchelder authored
Handle out-of-memory exception on Sysadmin Courses
-
stv authored
We've been running into OoM issues with this functionality while executing on one of our smaller application servers. - Sometimes this manifests by preventing the entire page from loading (exception during the GET). - At others, it occurs using the `Delete course from site` functionality by breaking during the POST handler. This case is particularly frustrating because the course actually is deleted, but looks like it may not have been. Internally, this is because the 500 error occurs _after_ the course has been successfully deleted, though this is opaque to the end-user. While this doesn't address the underlying memory issue, it does at least allow the app to recover gracefully.
-
Farhanah Sheets authored
Revert PR 19881 - "Improve 403 error handling"
-
Farhanah Sheets authored
-
David Ormsbee authored
Convert (Email Change Confirmation) message to edx-ACE
-
emma-green authored
fix course program cache
-
adeelehsan authored
Added logs
-
Shadi Naif authored
Basically, this was done by: 1. Adding new class type in [common/djangoapps/student/message_types.py] 2. Adding new files for the ace template in a new directory named [common/templates/student/edx_ace/emailchangeconfirmation] 3. Removing old template files [confirm_email_change.txt] and [email_change_subject.txt] from the directories: [lms/templates/emails] and [common/test/test_sites/test_site/templates/emails] 4. Converting the [confirm_email_change] code to use [ace.send()]
-
Uzair Rasheed authored
Improve 403 error handling
-
adeelehsan authored
adding logs to investigate cache. learner-6943
-
- Feb 26, 2019
-
-
Emma Green authored
-