- Apr 18, 2019
-
-
Christie Rice authored
-
Ned Batchelder authored
No need to maintain AUTHORS
-
Zainab Amir authored
Edit verification expiry email template
-
Zainab Amir authored
The changes adds line breaks in email template LEARNER-5408
-
Zainab Amir authored
Fix Flaky test in TestSendVerificationExpiryEmail
-
Zainab Amir authored
datetime.now(UTC) gives unexpected results. Using "now()" function from django.utils.timezone tends to be a much more reliable way to get a time zone aware timestamp for the current time. PROD-190
-
- Apr 17, 2019
-
-
Christie Rice authored
-
Matt Drayer authored
Bump to edx-enterprise v1.4.7
-
Matthew Piatetsky authored
[REVMI-149] remove experiment code
-
Ned Batchelder authored
Context managers need to clean up properly
-
Matt Drayer authored
-
Michael Youngstrom authored
Upgrade axe-core (via bok-choy) to 3.2.2
-
Ned Batchelder authored
An @contextmanager will raise an exception from its yield statement if an exception happens in the with-block that uses it. If the context manager needs to do clean up, it should do it even if an exception is raised, so it needs to be done in a finally clause.
-
Christie Rice authored
-
Michael Youngstrom authored
-
Michael Roytman authored
remove enroll CTA on course homepage for logged out users visiting a …
-
Ned Batchelder authored
-
Matthew Piatetsky authored
-
Waheed Ahmed authored
Update third party auth login page message.
-
Waheed Ahmed authored
LEARNER-5258
-
- Apr 16, 2019
-
-
Jeremy Bowman authored
-
Calen Pennington authored
Don't check the schedule upgrade_deadline before sending Access Expir…
-
Michael Roytman authored
-
Matt Hughes authored
Move pin for vendor proctoring module
-
Feanil Patel authored
Move from a github dep to a PyPI dependency.
-
Calen Pennington authored
-
Calen Pennington authored
Don't check the schedule upgrade_deadline before sending Access Expir…
-
Michael Youngstrom authored
Python Requirements Update
-
Michael Youngstrom authored
Merge pull request #20239 from edx/testeng/bokchoy_auto_cache_update_3afe4a55ceaffa7fd17cf705645d1ec1196e5491 Bokchoy Testing DB Cache update
-
Feanil Patel authored
The pinned version is the one tagged with a release that is also on PyPI. https://github.com/jazzband/django-pipeline/tree/1.5.3 Use PyPI instead since that will be faster.
-
edX requirements bot authored
-
Feanil Patel authored
Remove monitoring files.
-
Matt Drayer authored
edx-enterprise version bump to 1.4.5
-
edX cache uploader bot authored
-
Richard I Reilly authored
Add ProgramEnrollment app and model for masters
-
Matt Hughes authored
This has the effect of preventing Open edX installations from having details which should be in configuration (because they're edx.org-specific) end up in their applications.
-
Matt Drayer authored
-
Matthew Piatetsky authored
Change enabled_for_enrollment/enabled_for_course to return false if a course has no verified mode or a user is not enrolled in the audit mode
-
- Apr 15, 2019
-
-
Feanil Patel authored
We used these when we were hooked up to gemnasium but we haven't been working with that for a little while.
-
Waheed Ahmed authored
Escape login error messages.
-