Waheed Ahmed
bb26fa0cd0
Fixed assigning forum roles from beta dashboard membership.
...
LMS-2346
2014-03-20 11:38:43 +05:00
Dave St.Germain
da79ae2b4d
Merge pull request #2946 from edx/dcs/a11y-focus-hover
...
Fixes LMS-2352 by unifying :hover and :focus styles.
2014-03-19 14:39:54 -04:00
Valera Rozuvan
2e8fe6a41c
Move loading of YouTube API to video module.
...
The availability of the YouTube API will be stored in student's settings.
The YouTube API is loaded asynchronously now, so no need to pass a
parameter to the front-end telling it if YouTube API should not be loaded
because of it's unavailability.
Removing loading of YouTube API from Studio RequireJS config. Now loading
of YouTube API is handled by Video module.
BLD-531.
2014-03-19 19:30:45 +02:00
Waheed Ahmed
5fccc46bfb
Fixed "ugettext" is imported as "_u" in lagacy dash.
...
LMS-2307
2014-03-19 18:19:15 +05:00
polesye
59ca4774fb
Fix flaky acceptance test.
2014-03-19 11:11:17 +02:00
Jay Zoldak
4fc71c1d64
Merge pull request #2977 from edx/zoldak/kill-perfstats
...
Kill the perfstats module, which is unused
2014-03-18 16:55:48 -04:00
Sarina Canelake
8f24a5fd5e
Batch add/remove beta testers on beta dash
...
LMS-1287
2014-03-18 16:08:59 -04:00
Adam Palay
d7c9491f23
Bulk beta tester add/remove on instructor dashboard
...
LMS-1287
2014-03-18 16:08:58 -04:00
Jay Zoldak
1de5e565c3
Kill the perfstats module, which is unused
2014-03-18 15:47:36 -04:00
Jim Abramson
32fd073760
Merge pull request #2957 from edx/jsa/forum-user-sync
...
Ensure account creation succeeds before creating comments service user
2014-03-18 14:07:44 -04:00
Greg Price
88b0a0a4c1
Merge pull request #2960 from edx/gprice/FOR-499
...
Do not allow students to pin/unpin forum threads
2014-03-18 14:03:56 -04:00
jsa
b20c8f9248
Ensure account creation succeeds before creating comments service user
...
Also improves handling in cases where account creation did succeed, but
comments service user creation did not.
Depends on commit 88abdd8a0b20bc9816f487b25abdea1953f5661d in https://github.com/edx/cs_comments_service
JIRA: FOR-522
2014-03-18 13:24:30 -04:00
Adam Palay
d6522cd123
refactor static tab tests
2014-03-18 10:43:57 -04:00
David Baumgold
6e0a455cd7
Merge pull request #2730 from ionis-education-group/fix-static-urls
...
Fix URLs for static resources
2014-03-17 17:00:30 -04:00
Calen Pennington
a5498bcbd7
Make progress page work with pure xblocks
...
[LMS-2349]
2014-03-17 10:45:14 -04:00
Calen Pennington
290fd03566
Add tests that verify progress page with pure XBlocks
...
This is known to be broken.
[LMS-2349]
2014-03-17 10:44:37 -04:00
Alexander Kryklia
13ef23c308
Merge pull request #2786 from edx/alex/fix_download_html5_subs
...
Fix donwload subs for non youtube videos and non-en language.
2014-03-17 12:48:27 +02:00
Waheed Ahmed
741881b360
Internationalization fixed for error msg on staff grading page.
...
LMS-2195
2014-03-17 12:38:20 +05:00
Sarina Canelake
da6fdc332b
Update translations (autogenerated message)
2014-03-15 15:40:08 -04:00
Alexander Kryklia
dd20e84c84
Fix donwload subs for non youtube videos and non-en language.
...
Check for status in test.
Add test for track url.
Fix test to use cookie.
Use download_track in feature file.
Add new tests for get_transcript.
Add html5 test.
Add content check.
Add tests for available_translations dispatch.
Disable flaky cms test.
Add w/o english transcript tests.
Add to changelog.
2014-03-14 18:30:42 +02:00
Dave St.Germain
dbd4e73b04
Fixes LMS-2352 by unifying :hover and :focus styles.
2014-03-14 11:49:00 -04:00
Carlos Andrés Rocha
e5c042aa4f
Improve dump_course_ids test for unicode course_ids
2014-03-14 10:21:31 -04:00
frances botsford
c87a1138a3
Merge pull request #2923 from lduarte1991/master
...
CSS changes regarding TinyMCE in annotation tool & accessibility issues
2014-03-13 12:55:55 -04:00
Sarina Canelake
7d2f9b88e3
Merge pull request #2857 from edx/adam/new-data-download
...
Update data download dash for parity (LMS-1203)
2014-03-13 10:58:50 -04:00
Sarina Canelake
52c38a9192
Merge pull request #2927 from edx/adam/allow_usernames_or_email
...
make widget accept usernames or emails (LMS-1438)
2014-03-13 10:57:23 -04:00
Dave St.Germain
2261aa81ed
Merge pull request #2929 from edx/dcs/add-cssjs-to-codemirror
...
Fixes STUD-1434 by including the CodeMirror css mode in codemirror-compressed.js
2014-03-13 10:42:03 -04:00
Carlos Andrés Rocha
67ab115169
Merge pull request #2920 from rocha/make-course-export-related-command-unicode-aware
...
Support unicode in course ids when dumping all courses
2014-03-13 10:30:08 -04:00
Dave St.Germain
da72cd355d
Fixes STUD-1434 by including the CodeMirror css mode in
...
codemirror-compressed.js
2014-03-13 10:12:25 -04:00
Sarina Canelake
6ca099d5b6
Acceptance tests for beta instructor dash
...
LMS-1203
2014-03-13 07:49:40 -04:00
Adam Palay
4874f21f6f
Inst Dash membership widget accepts usernames
...
In addition to email addresses. LMS-1438
2014-03-13 07:44:07 -04:00
Adam Palay
74714c4ed7
Update data download dash for parity (LMS-1203)
2014-03-13 06:47:40 -04:00
Carlos Andrés Rocha
9ecf2c00c0
Support unicode in course ids when dumping all courses
...
Fixes: AN-657
2014-03-12 18:02:05 -04:00
Greg Price
f56de914d5
Do not allow students to pin/unpin forum threads
...
The wrong permission was being checked for pinning/unpinning, so a
sufficiently clever student could pin and unpin threads.
JIRA: FOR-499
2014-03-12 17:58:31 -04:00
lduarte1991
e52e544fb6
As per request #2898 , changed the css for annotator tool to affect tinymc only when in annotator-wrapper.
...
Also removed the outline:none for accessibility requirements and
removed two redundant css files from lms.
2014-03-12 17:09:20 -04:00
Andy Armstrong
6d2cd987dc
Merge release-2014-03-12 back to master.
...
https://edx-wiki.atlassian.net/wiki/display/ENG/Release+Page%3A+2014-03-12
2014-03-12 16:07:00 -04:00
Giulio Gratta
e555a2d9f9
Merge pull request #2851 from edx/giulio/high-a11y-issues-mar2014
...
High priority a11y issues march 2014
2014-03-12 09:28:02 -07:00
Sarina Canelake
f2cfb493a6
Merge pull request #2911 from edx/sarina/new-languages
...
Add new languages
2014-03-12 11:42:00 -04:00
Sarina Canelake
a24d8f2b89
Add new languages
2014-03-12 11:08:02 -04:00
Giulio Gratta
1cd5a80d1e
replace unicode 'X' with font-awesome 'remove'
2014-03-11 12:48:58 -07:00
Greg Price
834692b2e3
Add missing import
...
JIRA: FOR-523
2014-03-11 14:51:08 -04:00
Dave St.Germain
5e4c25dd82
Merge pull request #2894 from edx/dcs/a11y-restore-outline
...
Remove outline:none to assist keyboard navigation
2014-03-11 14:33:37 -04:00
Dave St.Germain
6d9ca6008c
Remove outline:none
2014-03-11 14:33:04 -04:00
Anton Stupak
d64049c4c3
Merge pull request #2901 from edx/anton/fix-video-in-flash-mode
...
Video: Fix issues related to videos that have separate YouTube IDs for the different video speeds.
2014-03-11 20:32:12 +02:00
polesye
40c1090ca8
Upload files explicitly in tests.
2014-03-11 20:21:15 +02:00
polesye
ddf41ce9c5
BLD-915: Fix issues with different videoIDs.
2014-03-11 20:21:06 +02:00
Giulio Gratta
0b3a67d287
focus management and js syntax fix
2014-03-11 11:10:27 -07:00
Giulio Gratta
2ae18c005f
change 'modal' wording to something more general and less jargony
2014-03-11 11:05:42 -07:00
Usman Khalid
e117957e2a
Fixed module urls creation in legacy instructor dashboard.
...
LMS-2327
2014-03-11 13:40:00 -04:00
frances botsford
28382316aa
Merge pull request #2867 from edx/frances/feature/lms-inst-dash-cleanup
...
cleanup of instructor dash membership
2014-03-11 13:38:36 -04:00
Frances Botsford
fd1014457d
cleanup of instructor dash membership
2014-03-11 13:05:30 -04:00