Brian Mesick
af43d08b22
Revert "Upgrade django-ratelimit-backend to 1.1.1"
2017-07-06 16:18:02 -04:00
Mushtaq Ali
e8fee2e09a
Add backend video image validations - EDUCATOR-45
2017-07-06 12:35:05 +05:00
Aamish Baloch
7b91095398
Merge pull request #15467 from edx/aamishbaloch/YONK-691
...
YONK-691: Configurable profile image sizes
2017-07-06 12:09:16 +05:00
Brian Mesick
bc485ea580
Merge pull request #15469 from edx/bmedx/django_1.11_upgrade_ratelimit_backend_PLAT-1482
...
Upgrade django-ratelimit-backend to 1.1.1
2017-07-05 16:54:49 -04:00
bmedx
705a68b212
Upgrade django-ratelimit-backend to 1.1.1
2017-07-05 10:14:59 -04:00
Aamish Baloch
ac45850d15
YONK-691: Configurable profile image sizes
2017-07-05 18:50:01 +05:00
Andy Armstrong
3cd985da20
Implement a skeleton page with Bootstrap
...
LEARNER-1174
2017-07-04 15:55:06 -04:00
Afzal Wali
383208c4c8
multitenant Program cache.
...
Fetched Programs and Program details from Course Discovery service for all sites and stored the uuids in cache with site-specfic keys.
Learner-1146
2017-07-04 14:20:55 +05:00
Diana Huang
378b1f86c6
Replace urls in plan html updates.
2017-07-03 15:03:29 -04:00
Robert Raposa
a864b450a8
Merge pull request #15436 from edx/robrap/rename-xss-linter
...
Rename xss linter.
2017-06-30 16:22:38 -04:00
Jesse Shapiro
e408feffb8
Merge pull request #15400 from open-craft/haikuginger/enterprise_audit_enrollment
...
[ENT-457] Create EnterpriseCourseEnrollment when enrolling via Track Selection page
2017-06-30 13:22:17 -04:00
Robert Raposa
b370fe2314
Part II: Rename xss linter.
2017-06-30 13:20:23 -04:00
Jesse Shapiro
d940bbfd09
Create EnterpriseCourseEnrollment when enrolling via Track Selection page
2017-06-30 12:39:14 -04:00
Robert Raposa
a087ce4854
Merge pull request #15416 from edx/robrap/LEARNER-1604-waffle-default
...
LEARNER-1604: Change default and refactor old unified_course_view flag.
2017-06-29 15:37:38 -04:00
Gregory Martin
b9425c5b5c
Implement signal/handler for learner passing grades
2017-06-29 14:16:06 -04:00
John Eskew
947e814216
Remove deprecated django.utils.importlib.
2017-06-29 12:08:21 -04:00
Robert Raposa
2e80c1e66b
Refactor, enhance, and adjust unified_course_view flag.
...
This includes several general enhancement in addition
to the fixes for unified_course_view:
1. Add support for default when no waffle flag defined.
2. Add support for table_blacklist to assertNumQueries.
3. Rename flag to 'course_experience.course_outline_page'.
4. Change flag default to True when it is not defined.
2017-06-29 11:04:35 -04:00
Joel Barciauskas
89c4705234
Merge pull request #14847 from edx/jbarciauskas/refactor-heartbeat-extensible
...
Refactor heartbeat endpoint for extensibility
2017-06-28 15:59:26 -04:00
Michael Frey
6f60d3b905
Merge pull request #15417 from edx/mjfrey/catch-exception
...
catch InvalidKeyError
2017-06-27 15:58:51 -04:00
Bill DeRusha
f920493b6a
Merge pull request #14729 from OmarIthawi/omar/username-unicode
...
Add optional support for Unicode usernames
2017-06-27 12:11:52 -04:00
Joel Barciauskas
7895875559
Refactor the heartbeat djangoapp to be a bit more extensible
...
We may want to add additional heartbeat checks, particularly depending
on the context (e.g. different environments). This is meant to be a
start at enabling a more plug-in style heartbeat check that provides
more detailed diagnostics if desired.
2017-06-27 11:45:37 -04:00
Calen Pennington
29acb6c733
Merge pull request #15413 from cpennington/ret/fix-sock-pricing
...
Use the right helper function for finding course upgrade price for th…
2017-06-27 10:45:43 -04:00
Michael Frey
f92d02feae
catch InvalidKeyError
2017-06-27 09:49:19 -04:00
Omar Al-Ithawi
1b46c3e646
Add optional support for Unicode usernames
...
Refactoring: Use format with named variables
2017-06-27 14:18:49 +03:00
Harry Rein
e6c94400d1
Merge pull request #15406 from edx/HarryRein/LEARNER-1534-no-updates-bug
...
Only display updates course tool when updates exist.
2017-06-26 17:27:00 -04:00
Calen Pennington
849f24ab13
Use the right helper function for finding course upgrade price for the sock
2017-06-26 16:24:45 -04:00
Ivan Ivic
6e45f00041
Created new embargo check api
...
LEARNER-1523
LEARNER-1524
2017-06-26 15:02:04 -04:00
Harry Rein
a34081c24b
Assuring that courses without updates cannot see the updates link from the home page and that the update message does not throw an error upon loading from a direct URL without any updates. Added test to assure this behavior and fixed up welcome message tests.
2017-06-26 14:47:27 -04:00
Sven Marnach
3460adc824
Merge pull request #14831 from open-craft/smarnach/immutable-emails
...
Add feature flag to disable email address changes.
2017-06-26 16:49:52 +02:00
Harry Rein
a7e4a87b66
Fixing quality issue with recent merge.
2017-06-23 15:27:33 -04:00
Harry Rein
e0ff40c0fc
Merge pull request #15372 from edx/andya/pluggable-course-tools
...
Introduce a course_tool plugin entry point and convert Updates, Bookmarks and Reviews into entry points.
2017-06-23 15:13:51 -04:00
Calen Pennington
60982e5a59
Merge pull request #15387 from cpennington/ret/optimizely-sock
...
Put the verification-sock html on the page all the time so that we can easily experiment on it with optimizely
2017-06-23 15:13:15 -04:00
Andy Armstrong
2842533eb4
Introduce a course_tool plugin entry point and migrate the updates, bookmarks and reviews tools into plugins.
2017-06-23 15:11:28 -04:00
Douglas Hall
6ff027ab01
Merge pull request #15395 from open-craft/haikuginger/case-insensitive-country-code
...
Allow lower- and mixed-case country default values on registration form
2017-06-23 13:47:09 -04:00
Calen Pennington
6dc5cb498e
Put the verification-sock html on the page all the time so that we can easily experiment on it with optimizely
2017-06-23 13:14:03 -04:00
Harry Rein
aea407b13e
Merge pull request #15355 from edx/HarryRein/LEARNER-1485-course-reviews-tool
...
LEARNER-1485: Adding a reviews page and link from the course tool bar
2017-06-23 13:09:13 -04:00
Marko Jevtic
75531b2fef
[LEARNER-437] Reflect discount on the Program About Page (WL)
2017-06-23 17:34:06 +02:00
Jesse Shapiro
5d363df5f5
Allow lower- and mixed-case country default values
2017-06-23 11:29:11 -04:00
Harry Rein
82daaa5ad3
Adding a reviews page to the course and updating the reviews module on the course about page. Removed the existing coursetalk implementation and put it in a fragment, removed the tests as well. Added configuration settings to specify the reviews template as well as the reviews provider. This is all protected by a waffle flag.
2017-06-23 11:27:48 -04:00
Marko Jevtic
d48100d386
[LEARNER-1367] Move Program Marketing page from private themes repo to edx platform repo
...
[LEARNER-311] Enable a purchase button on the Program page - platform (WL)
2017-06-23 16:27:37 +02:00
Diana Huang
3d09290c14
Add a dismiss button to welcome message.
...
Store user's preference indefinitely.
2017-06-22 18:26:50 -04:00
Alex Dusenbery
f7f6ac15ca
Have TestWelcomeMessageView runs succeed deterministically when test order is shuffled.
2017-06-21 15:00:29 -04:00
Sven Marnach
f127a29d62
Add feature flag to disable email address changes.
2017-06-21 15:15:52 +02:00
Afzal Wali Naushahi
2b4fb4fd95
Merge pull request #15180 from edx/clintonb/multi-tenant-catalog-integration
...
Updated CatalogIntegration to use a site-specific URL
2017-06-21 15:31:53 +05:00
Afzal Wali
8173182c86
Taking the url change behind the waffle switch. Required for the Learner-1146
...
Learner-1111
2017-06-21 14:02:14 +05:00
Uman Shahzad
8b65ca17c5
Migrate to latest, split python-social-auth.
...
PSA was monolothic, now split, with new features, like
a DB-backed partial pipeline. FB OAuth2 version also upped.
Partial pipelines don't get cleared except when necessary.
They persist for special cases like change of browser while
still mid-pipeline (i.e. email validation step).
Refactor, cleanup, and update of a lot of small things as well.
PLEASE NOTE the new `social_auth_partial` table.
2017-06-20 22:05:36 +05:00
Clinton Blackburn
f318661df5
Updated CatalogIntegration to use a site-specific URL
...
The internal_api_url field has been deprecated. All usages have been updated with calls to the method get_internal_api_url().
LEARNER-1111
2017-06-20 18:38:56 +05:00
Douglas Hall
dc3a423389
Merge pull request #15293 from edx/saleem-latif/ENT-367
...
ENT-367: Show Enterprise Logistration for coupon users
2017-06-19 21:42:35 -04:00
Uman Shahzad
d5c85331c5
Automatically populate additional fields for SSO scenarios.
...
When authenticating using an SAML IdP, gather additional user
data besides what is standard. Requires admin to input JSON
in settings to recognize the additional user data.
2017-06-18 22:18:43 +00:00
cahrens
31d99e8d2d
ED-549 Assign learner to a cohort before registration.
2017-06-16 10:23:13 +00:00