- 21 Nov, 2017 1 commit
-
-
Jeremy Bowman committed
-
- 20 Nov, 2017 12 commits
-
-
Avoid a django breaking change: set_language response code
Troy Sankey committed -
In Django 1.10+, the set_language view (/i18n/setlang) will respond to Ajax requests which do not contain a "next" parameter with status 204 No Content instead of 304. This commit adds the "next" parameter to the request in order to ensure that upgrading to Django 1.10+ will not cause the set_language view to change behavior. PLAT-1353
Troy Sankey committed -
Lower thresholds.
Robert Raposa committed -
Fix the systems parsing code for pylint.
John Eskew committed -
Move suggested_prices to CharField for Django 1.11 compat
Brian Mesick committed -
Fix lang mapping for zh_HANS
Brian Mesick committed -
Don't get the site object unless the message is going to be sent
Sofiya Semenova committed -
Robert Raposa committed
-
Follow up to #16473
Eric Fischer committed -
ensure landing page for scheduled emails is not a redirect
Gabe Mulley committed -
Gabe Mulley committed
-
WL-1257 | Removed the hard-coded "edX" related strings from nudges em…
Hasnain Naveed committed
-
- 18 Nov, 2017 2 commits
-
-
Add lower pylint error threshold to guard against unsuccessful runs. Increase upper pylint threshold. Add tests for pylint option parsing.
John Eskew committed -
Add highlights_enabled_for_messaging course field
Nimisha Asthagiri committed
-
- 17 Nov, 2017 15 commits
-
-
Add a proper get_queryset() method to remove _default_manager access.
John Eskew committed -
Remove restrictions on schedule updates when course start dates change
Gabe Mulley committed -
be able to configure default video cdn url
Fred Smith committed -
Sofiya Semenova committed
-
Nimisha Asthagiri committed
-
Nimisha Asthagiri committed
-
Gabe Mulley committed
-
Merge release back to master
Anthony Mangano committed -
Scope base build to footer only.
Harry Rein committed -
ed-1590 Templates for email forum notifications
Sofiya Semenova committed -
Gabe Mulley committed
-
Gabe Mulley committed
-
Addition of user filter parameter to the Entitlement API
Albert (AJ) St. Aubin committed -
Hasnain committed
-
Remove the now-unused custom model manager for coupons.
John Eskew committed
-
- 16 Nov, 2017 10 commits
-
-
CommaSeparatedIntegerField is deprecated, this is the replacement. I have confirmed there is no SQL generated for this migration since it is already a CharField behind the scenes.
bmedx committed -
Update translations
Ayub khan committed -
bmedx committed
-
Sofiya Semenova committed
-
Fred Smith committed
-
[LEARNER-3274]
Albert St. Aubin committed -
Add request limits to LMS/CMS Django settings.
John Eskew committed -
This rule needs an !important in order to override the inline style
Eric Fischer committed -
Harry Rein committed
-
Alex Dusenbery committed
-