Jesse Shapiro
45bca67f79
Set up type conversion in third_party_auth to allow cacheDuration attribute to work
2016-09-26 10:28:39 -04:00
Awais Jibran
10f6bd1703
Celery need to serialize the arguments for a task. Here, user is not serializable,replace it with ID. ECOM-5784
2016-09-26 18:15:25 +05:00
Douglas Hall
1d1952c8d3
Added SiteMixin for tests that need to test Site specific functionality
2016-09-23 15:57:08 -04:00
Brandon DeRosier
cdf413bda2
Disambiguate queryset extensions for ConfigurationModels
...
This change disambiguates the use of `id` in the
ConfigurationModelManager queryset extensions. This is required
when specifying KEY_FIELDS where there is more than one key and
at least one of them is a ForeignKey. The table must be specified
in this case because the query extension may be appended to the
WHERE clause of queries selecting `id` fields from multiple tables
via an INNER JOIN clause.
2016-09-23 13:47:06 -04:00
Matjaz Gregoric
344c72b3e2
Use non-ascii PLATFORM_NAME in tests.
...
It should help catch unicode encoding problems earlier.
This also updates python-saml dependency to a version that includes a
patch for unicode strings.
2016-09-23 15:38:23 +02:00
Matjaz Gregoric
977e664afe
Don't fail if platform name contains non-ascii characters.
2016-09-23 15:38:23 +02:00
attiyaishaque
fe136122db
Adding celery task for sending activation email.
2016-09-23 11:43:26 +05:00
attiyaishaque
4bbeaf32ae
ECOM-5281 Add retires for email sending while registering.
2016-09-23 11:43:26 +05:00
Douglas Hall
8f6182aabf
Allow for site override of MKTG_URLS setting in index view
2016-09-22 15:58:27 -04:00
Awais Jibran
3f21b0718f
Show error message on password reset if provided passwords does not match.
2016-09-22 10:36:53 +05:00
Nimisha Asthagiri
cca19c321e
Merge pull request #13442 from edx/tnl/enrollment_queries_cache
...
Cache Enrollment state for (user, course) in request cache
2016-09-12 16:46:36 -04:00
Nimisha Asthagiri
5822919549
Cache Enrollment state for (user, course) in request cache.
2016-09-12 15:56:03 -04:00
Matjaz Gregoric
8dc84bec3a
Enable discussions on CCX courses.
...
Discussion is restricted to the CCX course (there is no sharing of
discussions with the parent course or other CCX instances).
2016-09-12 09:51:05 +02:00
Jesse Shapiro
ce2ab5b15c
Adding 'visible' field for SSO providers
2016-09-08 11:27:09 -04:00
Renzo Lucioni
948c1bd8ae
Merge pull request #13408 from edx/renzo/display-catalog-micromasters
...
Retrieve marketable MicroMasters from the catalog service
2016-09-08 09:47:20 -04:00
Renzo Lucioni
37523939f2
Retrieve marketable MicroMasters from the catalog service
...
Catalog-based MicroMasters need to be displayed in the LMS. However, the LMS currently retrieves all program data from the soon-to-be-retired programs service. Consuming program data exclusively from the catalog service is out of the question right now; it's too complex to confidently pull off in a week. This is a functional middle ground introduced by ECOM-5460. Cleaning up this debt is tracked by ECOM-4418.
2016-09-07 17:44:54 -04:00
Matt Drayer
e53721433f
Merge pull request #13413 from edx/release
...
Merge release back to master
2016-09-07 11:30:24 -04:00
Braden MacDonald
8bf9b188a5
Add optional "debug mode" w/ detailed logging for SAML IdPs
2016-09-06 15:27:45 -07:00
Clinton Blackburn
9f0598950c
Merge pull request #13400 from edx/revert-13321-clintonb/userinfo-cookie
...
Revert "Updated User Info Cookie"
2016-09-06 11:52:45 -04:00
Awais Jibran
91c1049b24
Merge pull request #13390 from edx/aj/improve-registration-activation-logging
...
Aj/improve registration activation logging
2016-09-06 13:02:18 +05:00
Awais Jibran
0bc4f4e026
Merge pull request #13357 from edx/aj/ECOM-5405-update-bulk-enroll-mgm
...
Update each enrollment in atomic transaction not all
2016-09-05 20:22:50 +05:00
Clinton Blackburn
40110b3171
Revert "Updated User Info Cookie"
2016-09-02 17:28:34 -04:00
Clinton Blackburn
0dedc6ab71
Revert "Updated User Info Cookie"
2016-09-02 17:26:00 -04:00
Ehtesham
1b960e3e17
requiring codemirror compressed with all addons included
2016-09-02 21:40:20 +05:00
Awais Jibran
98f01ebc56
Add logging to better monitor and determine root cause for email sending failures.
2016-09-02 16:10:45 +05:00
Awais Jibran
896b3cb170
Do not to run all enrollment updates in a single atomic transaction, but separate.
...
ECOM-5405
2016-09-02 10:31:50 +05:00
Peter Desjardins
e276ae2d36
Adds a context-sensitive link to learner documentation from the LMS. The base URL defaults to Open edX learner doc and can be overridden with the base URL for edx.org learner doc. Also relabels the tab for support from help to support.
2016-09-01 10:56:09 -04:00
Clinton Blackburn
33636db966
Updating user info cookie when user loads the dashboard
...
Updating this cookie here helps ensure the marketing site has the most up-to-date enrollment details.
ECOM-4895
2016-08-31 19:40:00 -04:00
Clinton Blackburn
09f7b6145f
Updated logon user info cookie
...
- Cookie now includes users' enrollment info
- Removed user email address from cookie
- Refactored functions so that we can update this cookie on other pages
- Added six to ensure new code is compatible with Python 3.x
ECOM-4896
2016-08-31 19:40:00 -04:00
Clinton Blackburn
2159b71870
Factory Cleanup
...
- Corrected import ordering
- Using a constant for the User password
ECOM-4896
2016-08-31 19:40:00 -04:00
Awais Jibran
e503ef3d03
Improve logging for email sending while registering.
2016-08-30 18:32:25 +05:00
John Eskew
43834839b1
Quality fixes and unicode strings for logs.
2016-08-25 13:43:51 -04:00
John Eskew
db25725f32
Log when OpaqueKeyField detects trailing newline to/from DB.
...
Correct the key when reading from DB into a key object.
2016-08-25 12:24:21 -04:00
Chris Rodriguez
b5efcc15f5
AC-530 fixing link-href ignores in the platform
2016-08-19 10:04:40 -04:00
Renzo Lucioni
40ca3efd6c
Merge pull request #13272 from edx/release
...
Merge release into master
2016-08-18 12:04:39 -04:00
Renzo Lucioni
de2608009f
Fix Unicode error on dashboard
...
Programs with Unicode in their name would prevent the dashboard from loading. ECOM-5293.
2016-08-17 19:21:39 -04:00
Ayub khan
1d83abc7d3
Merge pull request #13164 from edx/shr/bug/ECOM-5140-multiple-refunds-dashboard-page
...
Handle MultipleObjectsReturned exception for dashboardpage
2016-08-15 23:04:03 +05:00
Syed Hassan Raza
3c9b399314
Handle MultipleObjectsReturned exception for dashboardpage
2016-08-15 17:58:20 +05:00
Awais Jibran
72549cf366
Merge pull request #13185 from edx/aj/ECOM5081-hide-credit-btn
...
Hide credit button from audit track students
2016-08-12 11:53:40 +05:00
Awais Jibran
511de4c606
Hide credit button from audit track students
...
ECOM-5081
2016-08-11 23:20:01 +05:00
Renzo Lucioni
363f9e2cd5
Merge pull request #13170 from edx/renzo/dashboard-programs
...
Display programs of all categories on the student dashboard
2016-08-11 10:06:15 -04:00
Renzo Lucioni
9c81ba47e2
Display programs from all categories on the student dashboard
...
Removes most remaining hardcoded references to XSeries from the LMS. Part of ECOM-4638.
2016-08-11 09:00:23 -04:00
Mushtaq Ali
abb6af9789
Basic architecture of Maintenance App - SUST-19, SUST-42. Implement Force Publish Course view. SUST-46
2016-08-09 18:16:13 +05:00
Sanford Student
fc943ff539
moving milestones check to access.py and upgrading milestones version
2016-08-04 14:47:15 -04:00
Calen Pennington
bc20a37c2b
Simplify how shards are selected in CI
2016-08-03 16:23:02 -04:00
Ned Batchelder
8571ceabeb
Fix many wrong-assert-type errors
2016-08-03 12:44:41 -04:00
Ned Batchelder
eef964f5f6
Fix unused-variable errors
2016-08-03 12:44:41 -04:00
Ned Batchelder
8aae7bcee7
Fix redefined-function errors
2016-08-03 12:44:41 -04:00
Ned Batchelder
e3cd261e99
Fix 2 unnecessary-pass errors
2016-08-03 12:44:41 -04:00
Ned Batchelder
8b1978ba6c
Fix unused-import errors
2016-08-03 12:44:41 -04:00