Saleem Latif
05a72486f3
date format "Monday at 3pm UTC" added for courses starting with-in 5 days
2015-09-23 12:17:08 +05:00
Jim Abramson
358f8056dd
Merge pull request #9345 from open-craft/smarnach/enrollment-api
...
Allow staff users to request a list of courses a student is enrolled in via the Enrollment API.
2015-09-22 13:22:50 -04:00
Usman Khalid
158bdf4d09
Use django.contrib.staticfiles instead of django-staticfiles.
...
TNL-3137
2015-09-22 20:39:44 +05:00
Usman Khalid
1e799eb508
Upgrade to django-pipeline v.1.5.3.
...
TNL-3137
2015-09-22 20:39:43 +05:00
Bill DeRusha
ccc43cfe98
Add mailchimp list fields and config for new users
2015-09-22 10:24:24 -04:00
Clinton Blackburn
8cd297ec08
Merge pull request #9816 from edx/clintonb/admin-updates
...
Additional Admin Updates
2015-09-21 15:34:02 -04:00
David Baumgold
03aeae4bd7
Merge pull request #8271 from edx/sass-theming
...
Comprehensive Theming
2015-09-21 10:55:18 -04:00
muhammad-ammar
6a5ce5d544
Upgrade factory_boy
...
TNL-3179
2015-09-18 18:02:38 +05:00
Kevin Falcone
81abdbe81b
Merge pull request #9819 from edx/release
...
Release
2015-09-17 21:30:48 -04:00
Clinton Blackburn
f7a7cce881
Using a better admin interface for UserProfiles
...
This interface should actually be useful as it doesn't attempt to load all users on the edit page.
ECOM-2172
2015-09-17 15:51:16 -04:00
Clinton Blackburn
d0a4284893
Corrected read-only field display for CourseEnrollment admin
...
Read-only fields are read-only for existing models. These values can be set when creating new models.
ECOM-2172
2015-09-17 15:49:15 -04:00
Ned Batchelder
200adfaa06
A test for optional_include_mako
2015-09-17 15:40:34 -04:00
Ned Batchelder
e1c898ff40
Remove unneeded .write() method
2015-09-17 15:40:34 -04:00
Ned Batchelder
5d64f9a80b
Minor changes, responding to pull request comments
2015-09-17 15:39:03 -04:00
David Baumgold
6ebf2515f4
Comprehensive theming
...
This is a squash of 38 commits ending with
5b080f979d692804452400ac5bed9b17c50b001e
2015-09-17 15:39:03 -04:00
Dennis Jen
305f88f646
Merge pull request #9488 from edx/dsjen/courses-via-overview
...
Optimize OpenID Course Claims for users.
2015-09-17 13:35:49 -04:00
Dennis Jen
844edac443
Optimize OpenID Course Claims for users.
...
- Course overviews will cache courses upon publish.
- Added management command to warm up cache.
- OAuth2 handler returns courses via course overviews.
2015-09-17 11:29:28 -04:00
Clinton Blackburn
12a4e85d94
Fixed payment page bug
...
Using SKU to choose course mode when creating an order.
ECOM-2172
2015-09-16 21:36:19 -04:00
Clinton Blackburn
70866104bf
Merge pull request #9790 from edx/clintonb/enrollment-admin
...
Built a better course enrollment admin
2015-09-16 17:28:34 -04:00
John Eskew
7c0663f25e
Merge remote-tracking branch 'origin/release' into jeskew/resolve_issues_with_release
2015-09-16 15:58:08 -04:00
Clinton Blackburn
7625c6eec3
Built a better course enrollment admin
2015-09-16 14:28:58 -04:00
Max Rothman
628eb86654
Merge pull request #9558 from edx/max/set-superuser
...
Add management command for granting superuser access
2015-09-16 10:59:37 -04:00
Sven Marnach
6ce7a60cf7
Clarify docstring of the enrollment list endpoint of the Enrollment API.
2015-09-15 16:35:46 +02:00
Chris Dodge
410d692090
fix error where users who received a no-id-professional certificate did not get a link on his/her dashboard to download the PDF
2015-09-14 11:49:35 -04:00
Aamir
b61f6bde2c
Merge pull request #9581 from edx/aamir-khan/ECOM-2150-ga-client-missing-in-request
...
ECOM-2150: Added the ga client fetching as a customer header in middl…
2015-09-14 12:25:09 +05:00
aamir-khan
0a434e4388
ECOM-2150: Added the ga client fetching as a customer header in middleware
2015-09-11 17:28:41 -04:00
Max Rothman
5923675c35
Add management command for granting superuser access
2015-09-11 15:43:21 -04:00
Braden MacDonald
4be8aa5d5d
Initial implementation of API for listing a user's third party auth providers
2015-09-10 16:44:50 -07:00
Tasawer
02d4606e57
Fixing IntegrityError happened on concurrent requests for course enrollment
...
ECOM-1730
2015-09-10 10:51:14 +00:00
Sarina Canelake
3a05726eaf
Fix Pylint warning for monkey_patch tests
2015-09-09 09:13:29 -04:00
aamir-khan
282b9449a4
ECOM-2150: Added the ga client fetching as a customer header in middleware
2015-09-09 14:50:12 +05:00
Brian Beggs
b7006533a2
updating lettuce to work with Django 1.4 - 1.8
2015-09-08 15:42:11 -04:00
Diana Huang
0b78ffdf83
Merge pull request #9632 from edx/diana/teams-changed-event
...
Add events for tracking when teams are edited.
2015-09-08 15:21:49 -04:00
zubair-arbi
d2a4790855
use the standard syntax to load JavaScript dependencies on logistration js files
...
ECOM-2044
2015-09-07 18:19:56 +05:00
Diana Huang
8c1bf2cd3a
Add events for tracking when teams are edited.
...
TNL-3190
2015-09-04 15:27:40 -04:00
Calen Pennington
7c62d09eba
Merge pull request #8930 from ubc/wmono/lti-sso
...
Feature: LTI third-party-auth providers
2015-09-04 10:40:55 -04:00
William Ono
4d1194800e
Support LTI third-party-auth providers
...
PR #8930
2015-09-03 22:53:45 -07:00
Calen Pennington
821cc59415
Merge master into release-2015-09-02, leaving conflicts
2015-09-03 16:36:56 -04:00
Sven Marnach
4377981486
Optimise getting list of courses from Enrollment API for global staff.
2015-09-02 22:21:58 +02:00
Afzal Wali Naushahi
f80720d09e
Merge pull request #9541 from edx/afzaledx/extending_auto_auth_for_verified_users
...
Added the ability to change the enrollment mode in the auto_auth API
2015-09-02 23:27:36 +05:00
Afzal Wali
257aaaee83
Added the ability to change the enrollment mode in the auto_auth API (used for bokchoy and load tests).
...
Modified some tests to use the modified API.
Quality
Quality
Updated the comment.
Quality
2015-09-02 19:05:34 +05:00
Adam Palay
f099a7e911
fix issue where video player renders twice (TNL-3064)
2015-09-01 15:11:31 -04:00
Tasawer
cd69ca2b23
Removed unused url endpoints + fixed broken tests
...
ECOM-1017
2015-08-31 12:50:08 +00:00
Sven Marnach
dd0218416b
Allow staff users to request a list of courses a student is enrolled in.
...
The list only includes those courses the requesting user has staff access for.
2015-08-28 21:58:22 +02:00
Matt Drayer
a8cc585021
Merge pull request #9498 from edx/ziafazal/MAYN-86
...
MAYN-86: Use microsite platform_name and email_from_address if available
2015-08-28 10:37:28 -04:00
Zia Fazal
f6ec9360e3
Use microsite platform_name and email_from_address if available
...
fixed broken test
fixes for broken tests
2015-08-28 15:24:26 +05:00
Braden MacDonald
586c237543
Fix for Twitter compatibility
2015-08-27 11:19:39 -07:00
Peter Fogg
5d26938158
Merge pull request #9366 from edx/peter-fogg/team-signals
...
Add signals for user's discussion activity.
2015-08-27 14:07:29 -04:00
Christina Roberts
df76994ea5
Merge pull request #9415 from edx/christina/insensitive-check
...
Do a case insensitive check for conflicts to improve performance.
2015-08-27 12:57:29 -04:00
cahrens
41ac90fa7a
Use team name prefix and UUID for team_id.
...
TNL-3107
2015-08-27 11:22:35 -04:00