- 27 Nov, 2017 6 commits
-
-
Fixes to common/openedx tests that reference apps CMS doesn't use
Brian Mesick committed -
Tag LMS Unit 1 tests that fail in Django 1.11
Brian Mesick committed -
Tag LMS Unit 2 tests that fail in Django 1.11
Brian Mesick committed -
VAL version bump
Mushtaq Ali committed -
Mushtaq Ali committed
-
Fix header logo link to MKTG root.
raeeschachar committed
-
- 24 Nov, 2017 1 commit
-
-
In courseware, banner Logo links to Dashboard, footer logo links to home page. LEARNER-2881
raeeschachar committed
-
- 23 Nov, 2017 8 commits
-
-
LEARNER-2653 Update django-wiki version
Ayub khan committed -
Updated pull Translations
Ayub khan committed -
ayub-khan committed
-
Merge pull request #16620 from edx/ahsan/LEARNER-3298-Learner-certificates-should-not-be-findable-before-available-date Learner certificates should not be findable before the available date
Ahsan Ul Haq committed -
ayub-khan committed
-
LEARNER-3298
Ahsan Ulhaq committed -
Introduce LMS_INTERNAL_ROOT_URL.
Matjaz Gregoric committed -
The LMS and edx-enterprise currently communicate via REST APIs, even though they are all running within the same service. Currently API URLs are constructed using LMS_ROOT_URL, but that is problematic on some systems where the external LMS_ROOT_URL is not accessible from the private network, or routing internal requests via the external URL is not desireable. This patch introduces a new setting variable LMS_INTERNAL_ROOT_URL which defaults to the value of LMS_ROOT_URL for backwards compatibility. The LMS and edx-enterprise will use LMS_INTERNAL_ROOT_URL to construct API URLs instead of LMS_ROOT_URL.
Matjaz Gregoric committed
-
- 22 Nov, 2017 16 commits
-
-
Pin sorl-thumbnail to 12.3
Brian Beggs committed -
bmedx committed
-
bmedx committed
-
bmedx committed
-
Brian Beggs committed
-
Fix linting errors from https://github.com/edx/edx-platform/pull/16615
Calen Pennington committed -
Merge release back to master
edx-pipeline-bot committed -
Jeremy Bowman committed
-
Fix a number of unused-import pylint violations
Ned Batchelder committed -
Change template's deprecated '=' comparison to '=='.
John Eskew committed -
Ned Batchelder committed
-
Better handling of data for OData API exception handling
Matt Drayer committed -
Matt Drayer committed
-
Cale/schedules admin improvements
Calen Pennington committed -
Ned Batchelder committed
-
- 21 Nov, 2017 9 commits
-
-
Calen Pennington committed
-
Calen Pennington committed
-
Fix Django 1.11 startup
Brian Mesick committed -
Calen Pennington committed
-
Calen Pennington committed
-
Calen Pennington committed
-
New management command for setting up a test environment. The command creates a ScheduleConfig and schedules if they don't exist (the schedule starts three days before the time the command is run). If a schedule already exists, the command updates the schedule's start time and upgrade deadline. The values set by the command will allow send_recurring_nudge to send three-day nudges.
sandroroux committed -
John Eskew committed
-
No unicode in "from" value on Bulk Emails
Eric Fischer committed
-