Jamie Folsom
c9fc35d253
Enroll CCX coaches in courses as they're added as coaches.
...
Remove log statements.
Add test for CCX coach access addition.
Email CCX coaches when they're enrolled.
Remove ccx_coach from list of roles which can perform access maintenance.
Remove unused variables.
Remove unused import (unenroll_email)
Fix long line in instructor/access.py.
Address long line formatting issue.
2015-10-01 13:23:34 -04:00
Peter Fogg
c67bcaefc5
Merge pull request #9948 from edx/peter-fogg/fix-team-membership-count
...
Fix displaying wrong membership on "My Team" view.
2015-10-01 12:51:32 -04:00
Peter Fogg
ffe2aef41e
Fix displaying wrong membership on "My Team" view.
...
The heart of this fix is to change the "My Team" view to use a
collection of teams instead of memberships. The team card is
refactored to only take a team, rather than attempt to be polymorphic
over teams and team memberships. This change enabled removing a good
amount of old code. This also requires adding a `username` parameter
to the teams list endpoint which allows getting a list of all teams
for a single user, in order to allow refreshing the "My Teams" view
correctly. Currently this list is of length at most one.
TNL-3410
2015-10-01 11:56:15 -04:00
Ben Patterson
82b199b64f
Merge pull request #9908 from edx/benp/flaky-pythontest-sep2015
...
Flag test as flaky.
2015-10-01 11:23:16 -04:00
Ben Patterson
11fb4f6696
Merge pull request #9990 from edx/benp/improve-node-js-path
...
Add node_modules to the path via the jenkins-common script instead of…
2015-10-01 10:18:00 -04:00
Matt Drayer
7557620d59
Merge pull request #9967 from edx/ziafazal/SOL-1247
...
SOL-1247: use overridden course number and org
2015-10-01 10:10:13 -04:00
Matt Drayer
635e54918d
Merge pull request #9968 from edx/asadiqbal08/SOL-1225
...
SOL-1225: Pressing tab button does not takes user to next field
2015-10-01 10:02:38 -04:00
Zia Fazal
fcb3a64f1d
use overridden course number and org
...
renamed test's name
2015-10-01 18:22:09 +05:00
Muzaffar yousaf
772b0bff31
Merge pull request #9982 from edx/muzaffar/DRF-change-query-params
...
DRF uses query_params instead of QUERY_PARAMS.
2015-10-01 15:38:33 +05:00
asadiqbal
b09c20f02f
SOL-1225
2015-10-01 15:12:13 +05:00
Ahsan Ulhaq
74d668ec29
Merge pull request #9952 from edx/ahsan/ECOM-2338-Messaging-and-text-improvements
...
Messaging and text improvements dashboard
2015-10-01 13:46:54 +05:00
Ahsan Ulhaq
65b8bf8c40
Messaging and text improvements
...
ECOM-2338
2015-10-01 12:41:56 +05:00
Sarina Canelake
062e979e0e
Merge pull request #9993 from edx/add-folsom
...
Add myself to AUTHORS
2015-09-30 22:19:34 -04:00
Jamie Folsom
20bfec766f
Add myself to AUTHORS
2015-09-30 22:17:11 -04:00
Christine Lytwynec
4aceb33c70
Merge pull request #9985 from edx/clytwynec/html-fixes
...
fix typo in course_info.html
2015-09-30 16:18:18 -04:00
Ben Patterson
df821f35ee
Add node_modules to the path via the jenkins-common script instead of all-tests.
...
The jenkins-common script is the better place for this particular setup, since that
script is doing similar setup steps to prepare the environment for running
various tests/subsequent scripts. This also will resolve downstream processes,
such as our jenkins AMI builder (for jenkins-worker images).
2015-09-30 15:57:02 -04:00
Matt Drayer
220fb3df90
Merge pull request #9395 from edx/asadiqbal08/MAYN-116
...
asadiqbal08/MAYN-116 Including GTM code from microsite
2015-09-30 15:40:00 -04:00
Christine Lytwynec
90b9a73763
fix typo in course_info.html
2015-09-30 15:11:15 -04:00
asadiqbal
df83c87e60
MAYN-116 Including GTM code from microsite
2015-09-30 14:36:34 -04:00
Matt Drayer
65831c887d
Merge pull request #9806 from edx/ziafazal/SOL-1185
...
ziafazal/SOL-1185: move SOCIAL_SHARING_SETTINGS out of FEATURES
2015-09-30 14:12:33 -04:00
chrisndodge
d9a21d72fc
Merge pull request #9945 from edx/cdodge/credit-status-messaging
...
Make the message to the end user consistent across as requirement typ…
2015-09-30 12:40:59 -04:00
David Baumgold
3f6e39054e
Merge pull request #9955 from edx/partially-revert-comprehensive-theming
...
Remove the edx.org comprehensive theme
2015-09-30 12:17:22 -04:00
muzaffaryousaf
b2ebb680de
DRF uses query_params instead of QUERY_PARAMS.
...
TNL-3442
2015-09-30 20:45:40 +05:00
David Baumgold
7cd9db1216
Disable some tests for comprehensive theming
...
Depends on functionality that has been temporarily reverted
2015-09-30 11:33:41 -04:00
Muzaffar yousaf
e6068ec491
Merge pull request #9973 from edx/muzaffar/upgrade-django-filter
...
Upgrade django-filter.
2015-09-30 20:20:21 +05:00
Christine Lytwynec
d3fefa5978
Merge pull request #9866 from edx/clytwynec/update-bokchoy
...
Update bok-choy version to v0.4.5
2015-09-30 11:17:07 -04:00
David Baumgold
116ca29189
Remove the edx.org comprehensive theme
...
There's a lot of useful things in PR #8271 that provide a framework
for the comprehensive theming system. If we need to remove the edx.org
theme from the codebase, we can leave most of PR #8271 in, to make it
easier to build on top of and get this feature back in.
2015-09-30 11:04:28 -04:00
Peter Fogg
999c5d8c70
Merge pull request #9961 from edx/peter-fogg/add-ecommerce-service-user
...
Reserve ecommerce service username on edx-platform.
2015-09-30 10:45:48 -04:00
Christine Lytwynec
9387b60746
skip test_can_delete_unused_content_group due to flakiness
2015-09-30 10:12:54 -04:00
Christine Lytwynec
b84f35349a
update bok-choy version to v0.4.5
2015-09-30 10:12:54 -04:00
David Baumgold
1fe37195b3
Merge pull request #9900 from edx/i18n-course-browse-copy
...
i18n course browse copy
2015-09-30 09:48:21 -04:00
Sarina Canelake
b64130a644
Merge pull request #9972 from edx/sarina/upgrade-transifex
...
Update transifex-client requirement to latest release version
2015-09-30 09:44:58 -04:00
muzaffaryousaf
77cdf85c61
Upgrade django-filter.
...
TNL-3445
2015-09-30 18:25:32 +05:00
Sarina Canelake
be59984d06
Update transifex-client requirement to latest release version
2015-09-30 08:53:50 -04:00
Awais Qureshi
c486f857ca
Merge pull request #9881 from edx/awais786/ECOM-1988-upgrade-msg-with-credit-mode
...
Hide upgrade message on student dashboard for credit enrollments
2015-09-30 12:51:38 +05:00
Chris Dodge
799571b213
Make the message to the end user consistent across as requirement types, except for grade requirements
2015-09-29 22:24:59 -04:00
Peter Fogg
448f4d51e6
Reserve ecommerce service username on edx-platform.
2015-09-29 17:29:55 -04:00
Clinton Blackburn
84e56ed8cb
Merge pull request #9956 from edx/clintonb/receipt-fix
...
Fixed receipt page bug
2015-09-29 17:20:12 -04:00
Clinton Blackburn
6f22fc07f6
Fixed receipt page bug
...
Variable name was broken by a commit in #9868 .
ECOM-2431
2015-09-29 17:19:26 -04:00
Ned Batchelder
7b435e603b
Merge pull request #9953 from edx/ned/drf-data-change
...
DRF 3.1 now uses request.data instead of request.DATA
2015-09-29 16:21:20 -04:00
Ned Batchelder
5d94ec9133
Merge pull request #9921 from edx/ned/summarize-test-results
...
A script to summarize nosetests.xml files
2015-09-29 15:46:18 -04:00
Ned Batchelder
817347f7d3
Merge pull request #9939 from edx/ned/fix-broken-mocks
...
Added autospec=True to mocks being used incorrectly.
2015-09-29 15:44:56 -04:00
Ned Batchelder
8ec2de9359
DRF 3.1 now uses request.data instead of request.DATA
2015-09-29 15:25:55 -04:00
Cliff Dyer
e21ddabe4f
Merge pull request #9951 from edx/cdyer/add-me-to-authors
...
Added myself to the AUTHORS file
2015-09-29 15:11:01 -04:00
J. Cliff Dyer
678a71993b
Added myself to the AUTHORS file
2015-09-29 18:06:10 +00:00
frances botsford
be0b70bd06
Merge pull request #9910 from edx/frances/invalid-cert-styles
...
Styles and content adjustments for invalid cert view
2015-09-29 12:23:25 -04:00
Awais
0ca586f65b
If enrollment mode is credit then upgrade message should not appear.
...
Fixing certificates for credit mode.
ECOM-1988
2015-09-29 20:56:32 +05:00
David Baumgold
c781d035bf
Merge pull request #9913 from edx/doc-remove-repetition
...
Don't repeat the word 'standard'
2015-09-29 11:50:50 -04:00
Adam
b2f1855e53
Merge pull request #9943 from edx/revert-9760-mushtaq/tnl3252-fix-mathjax-rendering
...
Revert "Fix Mathjax rendering bug"
2015-09-29 11:37:58 -04:00
Frances Botsford
28d09a7233
styles and content adjustments for invalid cert view
2015-09-29 11:30:48 -04:00