Daniel Friedman
e7bfd2d62e
Make tabbed view accessible
...
TNL-3150
2015-09-14 14:34:05 -04:00
Eric Fischer
abb44ce61e
Fixing bad button style
...
Removing unneeded styling on confirmation button; making the
appearance and hover/focus behavior of the button match that
of the confirmation dialog in studio.
TNL-3189
2015-09-14 12:56:47 -04: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
Waheed Ahmed
0c0dff8655
Merge pull request #9731 from edx/waheed/fix-discusion-get-course
...
Fixed discussion module get_course.
2015-09-12 01:29:56 +05:00
Waheed Ahmed
18411cd480
Fixed discussion module get_course.
...
TNL-3237
2015-09-12 00:27:18 +05:00
Peter Fogg
0612e914dc
Various accessibility fixes for Teams.
...
Update teams breadcrumb aria-label, make team membership display as a
<ul>, fix contrast issues, and remove an extraneous angle bracket.
2015-09-11 15:25:30 -04:00
Bill DeRusha
4234ff5959
Merge pull request #9707 from edx/bderusha/edx-search-config
...
Add edx-search configuration to lms
2015-09-11 14:45:23 -04:00
Bill DeRusha
eec2bed0c7
Add edx-search configuration to lms
...
remove "defensive code" until we can figure out how to actually
catch the errors,
2015-09-11 13:55:39 -04:00
Peter Fogg
12c9d6b52f
Merge pull request #9714 from edx/peter-fogg/fix-slow-memberships
...
Prevent over-expansion of team memberships.
2015-09-11 13:37:50 -04:00
Daniel Friedman
87fcdb8088
Merge pull request #9723 from edx/dan-f/fix-teams-tab-spec-syntax-error
...
Fix syntax error in teams_tab_spec.js
2015-09-11 13:05:32 -04:00
Peter Fogg
48f72612c3
Prevent over-expansion of team memberships.
...
TNL-3202
2015-09-11 12:55:39 -04:00
chrisndodge
987808261d
Merge pull request #9699 from edx/cdodge/0.9-proctoring
...
update edx-proctoring to 0.9.x
2015-09-11 12:29:07 -04:00
Daniel Friedman
44fd787a98
Fix syntax error in teams_tab_spec.js
2015-09-11 11:43:20 -04:00
Matt Drayer
034a7261e8
Merge pull request #9715 from edx/ziafazal/SOL-1192
...
SOL-1192: include Null in filters while making a decision to pick right custom template
2015-09-11 11:22:47 -04:00
Chris Dodge
68ee28f8b0
update edx-proctoring to 0.9.x
2015-09-11 10:00:05 -04:00
Peter Pinch
fe1c44afaf
Merge pull request #9637 from edx/shr/bug/ccx_plat-795
...
save_cxx slow transaction
2015-09-11 09:56:51 -04:00
Diana Huang
222c3ba01e
Merge pull request #9713 from edx/diana/eventing-updates
...
Add course id contexts to teams events
2015-09-11 09:16:06 -04:00
Syed Hassan Raza
49dfee0e44
save_cxx slow transaction
2015-09-11 06:06:42 -07:00
Andy Armstrong
5f5310446f
Remove unnecessary breadcrumbs for Teams tab
...
TNL-3249
2015-09-10 21:48:44 -04:00
Diana Huang
f37ffc2f03
Add the course as part of the context for teams events.
...
TNL-3248
2015-09-10 17:24:54 -04:00
Eric Fischer
17e6453546
Merge pull request #9520 from edx/efischer/teams-instructor-toolbar
...
Teams Instructor Tools bar
2015-09-10 17:24:39 -04:00
Eric Fischer
65cbab739a
Team deleted and learner removed events
...
Now emitting `edx.team.deleted` event where relevant. Includes tests.
Also includes tests to cover learner_removed events that are fired
as part of the deletion process, as well as learner_removed events
fired from the edit membership view.
Adding these deleted events has brought about a change in the teams
API - the DELETE membership endpoint now takes an optional `admin`
query parameter to differentiate between admin removal and self
removal for analytics purposes.
Also includes some changes needed to get page viewed events working
with admin tools changes made in this PR.
2015-09-10 16:37:04 -04:00
Eric Fischer
6edadc2acc
Developer-quality css
...
Adding my humble attempts at making the tools match the wireframes
given in invision. Only done via changes in _developer.scss, the
real rules will be made by UX team elsewhere.
Includes preliminary accessibility feedback, and basic RTL.
2015-09-10 16:37:03 -04:00
cahrens
3662fbc133
Edit Membership functionality and tests
...
TNL-1913
2015-09-10 16:36:55 -04:00
Andy Armstrong
55b2ea374f
Merge pull request #9684 from edx/andya/fix-teams-i18n
...
Fix i18n for last activity date on team cards
2015-09-10 16:27:00 -04:00
clrux
f8bbbc8729
Merge pull request #9698 from edx/clrux/lms-global-sr-contrast
...
LMS: setting fore/background colors for all sr elements
2015-09-10 14:32:04 -04:00
Chris Rodriguez
e2bffc793d
LMS: setting fore/background colors for all sr elements
2015-09-10 13:40:15 -04:00
Peter Fogg
f8da90e533
Merge pull request #9667 from edx/peter-fogg/join-team-redirect
...
Fix redirecting to topics page after joining a team.
2015-09-10 12:46:29 -04:00
Peter Fogg
0c3be8e121
Delete Team functionality and tests
...
TNL-3164 TNL-3163
2015-09-10 12:42:33 -04:00
Eric Fischer
8942b31d31
Introducing instructor toolbar
...
All the non-CSS changes to get instructor toolbar working as in
wireframes, with non of the functionality or style.
2015-09-10 12:39:41 -04:00
Daniel Friedman
b03ba6f997
Merge pull request #9705 from edx/dan-f/remove-silly-debugger-statement
...
Remove debugger statement from JS spec
2015-09-10 11:58:52 -04:00
Peter Fogg
146078e2c6
Fix redirecting to topics page after joining a team.
...
TNL-3232
2015-09-10 11:55:27 -04:00
wajeeha-khalid
4d8f4bad53
Merge pull request #9648 from edx/jia/MA-1182_newPR
...
Jia/ma 1182 new PR to integrate jenkins
2015-09-10 20:54:31 +05:00
Daniel Friedman
68060d5139
Remove debugger statement from JS spec
2015-09-10 11:15:41 -04:00
Andy Armstrong
439ddfa97e
Merge pull request #9668 from edx/andya/team-search-i18n-bug
...
Improve support for Chinese characters in team search
2015-09-10 11:09:17 -04:00
Daniel Friedman
d1d44e7bd0
Merge pull request #9611 from edx/dan-f/add-team-page-viewed-events
...
Add page viewed events to teams app.
2015-09-10 10:37:59 -04:00
wajeeha-khalid
1059456d69
added GET method for Threads in Dicussion API
2015-09-10 19:23:38 +05:00
clrux
530312ab6d
Merge pull request #9676 from edx/clrux/hotfix-lms-dashboard-link-hover
...
Updating reset link colors
2015-09-10 09:17:30 -04:00
Chris Rodriguez
16ae0df38d
LMS: updating hover colors for visited links
2015-09-10 08:05:18 -04:00
Zia Fazal
4d08cfd4e2
include Null in filters
2015-09-10 15:29:32 +05:00
Daniel Friedman
3b957a7ee9
Add page viewed events to teams app.
...
TNL-3188
2015-09-09 23:04:44 -04:00
Peter Fogg
1c910cfbbb
Merge pull request #9631 from edx/peter-fogg/teams-ajax-errors
...
Respond to AJAX errors in Teams UI.
2015-09-09 18:49:39 -04:00
Andy Armstrong
6817e89f4a
Fix i18n for last activity date on team cards
2015-09-09 17:59:25 -04:00
Peter Fogg
95339311b0
Respond to AJAX errors in Teams UI.
...
TNL-3042
2015-09-09 17:04:23 -04:00
chrisndodge
34e01581c1
Merge pull request #9680 from edx/cdodge/only-show-proctoring-download-when-enabled
...
only show proctoring download button when the course has proctoring e…
2015-09-09 15:01:18 -04:00
chrisndodge
0afa0ab764
Merge pull request #9674 from edx/muhhshoaib/PHX-141-proctoring-timer-count-down-acccessibility
...
PHX-141
2015-09-09 14:28:43 -04:00
Andy Armstrong
321a0ea6a0
Fix searching with Chinese characters
...
TNL-3228
2015-09-09 14:16:05 -04:00
Clinton Blackburn
b5d6b210fd
Merge pull request #9681 from edx/release
...
Release 2015-09-09
2015-09-09 12:38:15 -04:00
Chris Dodge
5591101a18
only show proctoring download button when the course has proctoring enabled
2015-09-09 12:06:58 -04:00
Sarina Canelake
c5bca132bd
Merge pull request #9670 from edx/sarina/fix-inherited-tests
...
Fix Pylint warning for monkey_patch tests
2015-09-09 10:06:21 -04:00