chrisndodge
4b37d788eb
Merge pull request #9977 from edx/cdodge/flaky-test
...
Mark test_can_add_remove_allowance Bokchoy test as flaky for now
2015-10-01 22:07:20 -04:00
Cliff Dyer
b85ea12a15
Merge pull request #9958 from edx/cdyer/MA-1280-restful-conventions
...
Make the profile_image api more restful.
2015-10-01 17:13:33 -04:00
Clinton Blackburn
d1f4d3a67b
Merge pull request #9997 from edx/clintonb/credit-grade-length
...
Limited grades to seven characters
2015-10-01 16:55:35 -04:00
Sarina Canelake
972196fe3f
Merge pull request #9978 from mitocw/fix/gs/min_count_keyerror
...
Fixed KeyError in CCX
2015-10-01 15:43:28 -04:00
Sarina Canelake
cdd59b5a10
Merge pull request #9950 from lduarte1991/lti-allow-fullscreen
...
Allow fullscreen within lti
2015-10-01 15:42:15 -04:00
David Baumgold
ed7d8577e7
Merge branch 'release-2015-10-01-resolve-merge-conflicts'
2015-10-01 15:29:46 -04:00
David Baumgold
69bc10235e
Merge remote-tracking branch 'remotes/origin/release' into release-2015-10-01-resolve-merge-conflicts
2015-10-01 15:28:55 -04:00
Clinton Blackburn
8f1ff11b47
Limited grades to seven characters
...
ECOM-2433
2015-10-01 15:10:48 -04:00
J. Cliff Dyer
e200015cfc
Make the profile_image api more restful. MA-1280
...
Deprecate the views at /api/profile_images/v1/{username}/upload and
/api/profile_images/v1/{username}/remove and replace them with GET and
POST methods at /api/user/v1/accounts/{username}/image
2015-10-01 18:39:24 +00:00
Mushtaq Ali
42c02c8036
Merge pull request #9809 from edx/mushtaq/force-publish-command
...
'force_publish' command for publishing a course forcefully by making …
2015-10-01 22:42:54 +05:00
Adam
54ede57c15
Merge pull request #9946 from edx/rc/2015-10-01
...
Weekly release for 2015-10-01
2015-10-01 13:19:48 -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
George Schneeloch
3284b7e449
Added myself to AUTHORS
2015-10-01 11:29:46 -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
George Schneeloch
c6c92230c5
Fixed min_count KeyError
2015-10-01 10:56:13 -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
Mushtaq Ali
11741f118f
'force_publish' command for publishing a course forcefully by making the published branch point to the same structure as the draft branch. add force_publish functionality to split courses.
2015-10-01 15:46:37 +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
Syed Hassan Raza
42662426c3
Revert "prevent delete public oprhans"
...
This reverts commit 3849a8fa81 .
2015-09-30 13:40:22 -07: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
chrisndodge
cc15a9ada8
Merge pull request #9975 from edx/cdodge/bump-proctoring
...
update reference to edx-proctoring to account for requested iconograp…
2015-09-30 12:38:31 -04:00
David Baumgold
459f2e0705
Disable some tests for comprehensive theming
...
Depends on functionality that has been temporarily reverted
2015-09-30 12:18:09 -04:00
David Baumgold
aa8ecca536
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 12:18:01 -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
Chris Dodge
ac79909ba5
Mark test_can_add_remove_allowance Bokchoy test as flaky for now
2015-09-30 10:21:50 -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
Chris Dodge
bf26b09265
update reference to edx-proctoring to account for requested iconography changes from UX team. Also update test to conform with changes
2015-09-30 10:10:23 -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