Commit Graph

12163 Commits

Author SHA1 Message Date
Muhammad Shoaib
3bbd021a73 MAYN-122
added the scrolling for the registration_code_generation modal dialog box.
2015-09-03 18:12:51 +05:00
Frances Botsford
0145ae7b6e adjust teams search styles and add search clear 2015-09-02 12:26:08 -04:00
Andy Armstrong
4be74937df Add searching to the teams view
TNL-1935
2015-09-02 12:26:07 -04:00
Ben Patterson
9fd1d9079f Merge pull request #9569 from edx/benp/TE-572-disable
TE-572 disable flaky test.
2015-09-02 11:27:21 -04:00
Matt Drayer
49158fe0c9 Merge pull request #9535 from edx/ziafazal/MAYN-119
MAYN-119: Hide shopping Cart menu
2015-09-02 10:05:47 -04:00
David Ormsbee
127467f20a Merge pull request #9023 from mcgachey/lti-collated-grades
[LTI Provider] Grade passback for non-leaf blocks.
2015-09-02 07:34:10 -04:00
Zia Fazal
4b4ca54674 Hide shopping Cart menu
Shopping Cart menu should not be visible in case of while label site.

added tests
2015-09-02 14:55:34 +05:00
Braden MacDonald
2438b27b9c Merge pull request #9330 from open-craft/fix-offline-gradecalc
Fix Offline Grade Calculation
2015-09-01 19:41:22 -07:00
Ben Patterson
29e1c49d6a TE-572 disable flaky test.
This test has become unreliable. More info can be found in the JIRA ticket.
2015-09-01 18:12:25 -04:00
Peter Fogg
67a6dd08bc Remove unnecessary bindAll calls. 2015-09-01 13:56:20 -04:00
Christina Roberts
9f86f18841 Merge pull request #9503 from edx/christina/composite-index
Team API Performance Improvements
2015-09-01 10:30:47 -04:00
Ned Batchelder
af609f103f Merge pull request #9494 from edx/ned/move-recommender-tests
Move recommender XBlock tests to openedx/tests/external
2015-09-01 10:20:24 -04:00
Davorin Šego
1d229a3293 Merge pull request #9540 from edx/dsego/SOL-1065
Use AjaxHelpers instead of Sinon fake server
2015-09-01 15:53:18 +02:00
Davorin Sego
a0a0078d1f Use AjaxHelpers instead of Sinon fake server 2015-09-01 14:59:21 +02:00
Muhammad Ammar
f2b3ec5766 Merge pull request #9513 from edx/ammar/tnl3125-i18n-and-rtl-fixes
i18n and rtl fixes
2015-09-01 16:50:33 +05:00
muhammad-ammar
4840b46716 i18n and rtl fixes
TNL-3125
2015-09-01 12:16:41 +05:00
tasawernawaz
c217d986de Merge pull request #9516 from edx/tasawer/dev-story/ecom-1017-removing-experimental-logistration-endpoints-updated
Removed unused url endpoints
2015-09-01 11:50:52 +05:00
frances botsford
072a66e196 Merge pull request #9468 from edx/frances/teams-padding-responsive-followup
updated responsive body class to .is-view-in-course
2015-08-31 21:52:01 -04:00
Ned Batchelder
f925a4af9c Move recommender XBlock tests to openedx/tests/xblock_integration
I want to make clear that these tests rely on XBlocks in other repos,
and that ideally in time we would move these tests into the XBlock repo.
2015-08-31 17:14:47 -04:00
David Ormsbee
40f833164c Merge pull request #9509 from edx/ormsbee/faster_tests_shoppingcart
Shift some shoppingcart tests to use SharedModuleStoreTestCase.
2015-08-31 16:07:58 -04:00
Sarina Canelake
25169ccc4d Merge pull request #9147 from open-craft/OC-791-answer-export
Move problem responses export from legacy instructor dash to new instructor dash
2015-08-31 15:12:55 -04:00
Frances Botsford
44d3cb444f updated responsive body class to .is-view-in-course 2015-08-31 14:41:46 -04:00
asadiqbal
c1162864aa SOL-1158 2015-08-31 21:17:40 +05:00
Tasawer
cd69ca2b23 Removed unused url endpoints + fixed broken tests
ECOM-1017
2015-08-31 12:50:08 +00:00
Peter Fogg
9e7c93d931 Merge pull request #9504 from edx/peter-fogg/sort-team-page
Allow sorting of teams in a topic
2015-08-28 16:25:57 -04:00
Peter Fogg
2c774fd271 Allow sorting of teams in a topic.
TNL-1937
2015-08-28 15:46:07 -04:00
David Ormsbee
1e430a76ca Merge pull request #9495 from edx/ormsbee/faster_tests_course_struct
Convert course_structure_api tests to SharedModuleStoreTestCase.
2015-08-28 15:06:16 -04:00
David Ormsbee
f696c98f82 Merge pull request #9510 from edx/ormsbee/faster_tests_disc_api_serializers
Use SharedModuleStoreTestCase in Discussion API serializer tests.
2015-08-28 13:39:15 -04:00
clrux
5b545c2b0d Revert "Course navigation menu accessibility issue" 2015-08-28 13:28:08 -04:00
clrux
52a8bc50cb Merge pull request #9367 from edx/clrux/ac-76-course-nav
Course navigation menu accessibility issue
2015-08-28 13:27:44 -04:00
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
cahrens
9992ba66df Name teams in a more meaningful way 2015-08-28 12:42:50 -04:00
Peter Fogg
17253ead24 Cache team_size on CourseTeam model and remove is_active field.
TNL-3112 TNL-3154
2015-08-28 12:29:42 -04:00
cahrens
583b265934 Add course_id and topic_id composite index. 2015-08-28 12:16:39 -04:00
cahrens
cd4916b68a MySQL order_by is case insensitive.
Tests run with SQLlite though, which is case sensitive.
2015-08-28 12:16:38 -04:00
David Ormsbee
e9378881e8 Use SharedModuleStoreTestCase in Discussion API serializer tests. 2015-08-28 11:43:48 -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
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
Chris Rodriguez
ab569feba5 Removing focus outline from menus 2015-08-28 09:56:40 -04:00
Chris Rodriguez
60e6d80c19 PR feedback for styles 2015-08-28 09:03:31 -04:00
Chris Rodriguez
c20075e8a6 Changing all #accordion for .accordion 2015-08-28 07:50:34 -04:00
Chris Rodriguez
917947d809 Markup and style tweaks to address test reqs 2015-08-28 07:50:34 -04:00
Chris Rodriguez
c0bfdf5e5d Removing instances of old mechanism; tests 2015-08-28 07:50:33 -04:00
Chris Rodriguez
c9b775bda2 wip test fixes 2015-08-28 07:50:33 -04:00
Chris Rodriguez
07ca51c3f5 Accordion HTML cleanup, removing old markup 2015-08-28 07:50:33 -04:00
Chris Rodriguez
04ff637016 PR feedback on JS 2015-08-28 07:50:33 -04:00
Chris Rodriguez
1d07b278b5 Test fixes 2015-08-28 07:50:32 -04:00