Commit Graph

32428 Commits

Author SHA1 Message Date
chrisndodge
69ddbc0dc4 Merge pull request #9370 from edx/cdodge/add-course-id-to-survey-answers
add the ability to persist the course_key where the user answered the…
2015-08-28 13:03:58 -04:00
Andy Armstrong
a8284058e6 Merge pull request #9517 from edx/andya/disable-flaky-forum-test
Disable team discussion Jasmine tests
2015-08-28 11:41:15 -04:00
Ned Batchelder
741f06864a Merge pull request #9502 from edx/ned/import-path-differently
Change imports from path to use the stablest name.
2015-08-28 11:12:10 -04:00
David Ormsbee
1f64506c31 Merge pull request #9507 from edx/ormsbee/faster_tests_comment_client
Convert CohortedTestCase to use SharedModuleStoreTestCase.
2015-08-28 10:59:09 -04:00
Andy Armstrong
b74a1b9825 Disable team discussion Jasmine tests
This is a temporary solution until we can fix TNL-3007
2015-08-28 10:46:41 -04: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
raeeschachar
39c7e30d4d Merge pull request #9514 from edx/raees-chrome-bok-choy-test-about-me-field
Fixed test_about_me_field failing on chrome bok choy
2015-08-28 19:37:13 +05:00
Bill DeRusha
9eafe4dfe6 Merge pull request #9489 from edx/bderusha/teams-mock-callback
Improve teams test run times by skipping signals
2015-08-28 10:09:17 -04:00
Muzaffar yousaf
f37371e3f0 Merge pull request #9512 from edx/muzaffar/tnl2964-breadcrumbs
Adjust create new team page breadcrumbs.
2015-08-28 17:47:21 +05:00
raeeschachar
a908f287f8 Fixed test_about_me_field failing on chrome bok choy 2015-08-28 16:18:06 +05:00
muzaffaryousaf
b45ffa11cc Changing the createNew teams-tab.js method to use the viewWithHeader.
TNL-2964
2015-08-28 15:59:21 +05:00
Muzaffar yousaf
28fddda407 Merge pull request #9376 from edx/muzaffar/tnl1914-team-edit-page
Edit team page for Instructors only.
2015-08-28 15:31:46 +05:00
Tim Krones
f9756eb436 Merge pull request #9483 from open-craft/OC-791-course-timeline-improved
Instructor dashboard: Improve course timeline info
2015-08-28 12:30:27 +02: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
Syed Hasan raza
0448925f6b Merge pull request #9354 from edx/shr/bug/MA-824-fix-transcript-for-html5
fetch transcript for html5 if 404
2015-08-28 00:58:55 -07:00
muzaffaryousaf
f788caa6cc Edit team page for Instructor only.
TNL-1914
2015-08-28 12:47:15 +05:00
David Ormsbee
9bac3579c0 Convert CohortedTestCase to use SharedModuleStoreTestCase.
Some low hanging fruit optimization of forums tests.
2015-08-27 20:37:48 -04:00
Sarina Canelake
406c9bc556 Merge pull request #9464 from mirjamsk/mirjamsk/TNL-3096
Adresses TNL-3096
2015-08-27 19:36:43 -04:00
Matt Drayer
5140be7d5d Merge pull request #9479 from edx/asadiqbal08/SOL-1152
asadiqbal08/SOL-1152- Getting error on editing the certificate in deactivated mode.
2015-08-27 16:40:16 -04:00
Will Daly
325dbe0077 Merge pull request #9466 from edx/will/upgrade-django-model-utils
Upgrading django-model-utils to 2.3.1
2015-08-27 13:09:27 -07:00
Bill DeRusha
24a41dc59e Improve teams test run times by skipping signals
TNL-3126

add **kwargs to skip_signal method
2015-08-27 16:08:54 -04:00
Braden MacDonald
ba1b84210d Merge pull request #9313 from open-craft/twitter-tpa
Fix for Twitter compatibility
2015-08-27 12:21:29 -07: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
Muzaffar yousaf
3eaf29fabe Merge pull request #9343 from edx/muzaffar/tnl1930-teams-accessibility
Muzaffar/tnl1930 teams accessibility
2015-08-27 22:50:36 +05:00
Utkarsh
d881067f84 Merge pull request #8835 from edx/utkjad/injecting_callstackmanager
[PLAT -758] Making Call Stack Manager work in StudentModule and StudentModuleHistory, add @trackit, @wrapt dependency, and refine conditions
2015-08-27 13:42:15 -04:00
Ned Batchelder
ff67dff633 Since the path import changes solved pylint issues, decrease the limit. 2015-08-27 13:39:14 -04:00
muzaffaryousaf
76f3ca8655 Accessibility fixes for team profile page.
TNL-1930
2015-08-27 22:02:29 +05:00
Ned Batchelder
2a0259095d Change imports from path to use the stablest name.
The old line:

    from path import path

produced pylint errors because of the baroque way that path.py defined
"path".  We tried to get them to change how they defined it, but they
deleted the name instead: https://github.com/jaraco/path.py/issues/102

(Jason then changed his mind, but this is a better way to use path.py,
it avoids the pylint error at least.)
2015-08-27 12:59:25 -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
mirjamsk
336982e42b Adresses TNL-3096
Add acceptance test for TNL-3096

Adress comments on pull request

Fix test failing and img issue

Modify tests
2015-08-27 15:50:33 +00:00
cahrens
41ac90fa7a Use team name prefix and UUID for team_id.
TNL-3107
2015-08-27 11:22:35 -04:00
Syed Hassan Raza
a2bca09c86 fetch transcript for html5 with youtubeId if 404 2015-08-27 08:04:57 -07:00
Will Daly
3c400783dd Merge pull request #9467 from edx/will/upgrade-django-mptt
Upgrade django-mptt to 0.7.4
2015-08-27 07:45:22 -07:00
Ned Batchelder
b6626620fd Merge pull request #9477 from edx/ned/clarify-advanced-component-types
Add a comment explaining what ADVANCED_COMPONENT_TYPES should be.
2015-08-27 10:31:56 -04:00
Jesse Zoldak
15ce2e10c6 Merge pull request #9484 from edx/zoldak/coverage-371
Updated coverage to 3.7.1
2015-08-27 10:18:27 -04:00
Waheed Ahmed
6b81f72d0e Merge pull request #9462 from edx/waheed/plat808-added-course-id-in-exception
Added course in exception message for InvalidTabsException.
2015-08-27 17:52:04 +05:00
raeeschachar
03520e663d Merge pull request #9417 from edx/raees-chrome-bok-choy-tests
Fixed test_new_textbook_uplaod test that was failing on Chrome
2015-08-27 17:33:50 +05:00
raeeschachar
646bd9397f Merge pull request #9444 from edx/raees-chrome-bok-choy-test-cohort-enable-disable
Fixed Chrome test cohort enabled disabled in Cohort Configuration Test
2015-08-27 17:32:46 +05:00
Muhammad Ammar
d38da773ea Merge pull request #9265 from edx/ammar/use-studio-confirmation-dialog-in-lms
Confirm when leaving team
2015-08-27 17:26:07 +05:00
Ned Batchelder
65a317951c Add a comment explaining what ADVANCED_COMPONENT_TYPES should be.
While I'm in there, also fix the comment for ADVANCED_PROBLEM_TYPES.
2015-08-27 07:38:19 -04:00
Waheed Ahmed
7646433995 Added course in exception message for InvalidTabsException. 2015-08-27 13:07:43 +05:00
tasawernawaz
d8f484acc1 Merge pull request #9459 from edx/tasawer/dev-story/ecom-1017-removing-experimental-logistration-endpoints
Remove experimental logistration endpoints
2015-08-27 12:26:16 +05:00
raeeschachar
7cf3895cc4 Fixed Chrome test cohort enabled disabled in Cohort Configuration Test 2015-08-27 12:06:03 +05:00
asadiqbal
9f34720d56 SOL-1152 2015-08-27 11:27:43 +05:00
Tasawer
07148c6350 Removing experimental logistration endpoints
ECOM-1017
2015-08-27 06:21:47 +00:00
Matt Drayer
40b5663bbe Merge pull request #9474 from edx/asadiqbal08/SOL-1128
asadiqbal08/SOL-1128-Certificates: Studio Setup Copy and UI changes
2015-08-27 00:11:11 -04:00
utkjad
387303d364 Injecting call stack manager in CSM/CSMH,introducting @trackit,@wrapt, and refining implementation[PLAT-758] 2015-08-26 22:29:43 +00:00
David Ormsbee
a3599425e1 Merge pull request #9487 from edx/release-2015-08-26-conflict
Merging 2015-08-26 release conflict branch to master
2015-08-26 17:59:11 -04:00
David Ormsbee
7543e05baa PEP8 fix. 2015-08-26 15:08:38 -04:00