Valera Rozuvan
99ae63777e
Removed unnecessary tabindex = 0 from <a /> - they get it by default.
2013-08-14 11:51:15 +03:00
Valera Rozuvan
05539b1bbe
Removed unnecessary tabindex -1 from Video template.
2013-08-14 10:51:45 +03:00
Adam Palay
172d415929
add dummy FEEDBACK_SUBMISSION_EMAIL for debugging
2013-08-13 16:13:42 -04:00
Adam Palay
307d27db9a
fix syntax error in help_modal
2013-08-13 16:13:42 -04:00
Adam Palay
4fc8aaab02
if mktg, redirects faq to mktg. else, to '/help'
2013-08-13 16:13:42 -04:00
Miles Steele
5410e43694
Merge pull request #660 from edx/feature/msteele/enable-dev
...
Enable instructor dashboard in lms/envs/dev
2013-08-13 12:23:34 -07:00
Adam
8951ab7a66
Merge pull request #650 from edx/fix/adam/i18n-templates
...
Fix/adam/i18n templates
2013-08-13 08:39:46 -07:00
Adam Palay
5a7b72667e
replace html strings wtih tokens in templates
2013-08-13 11:19:58 -04:00
Miles Steele
47ae2f6429
enable instructor dashboard in lms/envs/dev
2013-08-13 11:05:20 -04:00
Adam Palay
f9ab433e26
add settings.PLATFORM_NAME to password_reset_confirm context
2013-08-12 17:58:31 -04:00
Adam Palay
18a979bb4d
put wiki templates back into Django templating
2013-08-12 16:42:07 -04:00
Adam Palay
13d54c0dd7
fix password reset templates
2013-08-12 15:57:27 -04:00
Adam Palay
431eb8f4e7
remove 'preview' from urls in enrollment emails sent while previewing a course
2013-08-12 14:28:15 -04:00
Adam
0db8ad28dc
Merge pull request #640 from edx/adam/i18n-bug-fixes
...
instructor dash fixes
2013-08-12 11:16:22 -07:00
Lyla Fischer
e817fb4ca1
Merge pull request #637 from edx/vaxxxa/videoalpha_to_video
...
Migration videoalpha module to one main video module
2013-08-12 10:56:12 -07:00
Miles Steele
e6d44f5ae7
Merge pull request #626 from edx/feature/msteele/instrdash
...
Enable beta dashboard, add copy, add i18n
2013-08-12 10:38:26 -07:00
Miles Steele
43afb9a940
fix i18n
2013-08-12 13:21:46 -04:00
Adam Palay
b2b574ffb6
instructor dash fixes
2013-08-12 11:36:26 -04:00
Miles Steele
b1074ff1ac
add i18n
2013-08-12 11:25:26 -04:00
Anton Stupak
74f3595d54
Add acceptance tests for checking rendering.
2013-08-12 14:32:15 +03:00
Peter Fogg
e20acee4c4
Working on Videoalpha test fix.
...
Fixed all common and LMS tests.
The tests were failing because XMLDescriptor adds in some attributes
to _model_data, such as `xml_attributes`, that aren't necessary. The
solution is to handle all XML parsing in VideoDescriptor. There's
still one test failing in CMS, which has to do with metadata being
saved. I'm still working out how to update it in such a way that it
doesn't fail, but still tests something meaningful.
2013-08-12 14:32:15 +03:00
Anton Stupak
d846462ce9
Migrate acceptance tests: old Video -> new Video.
2013-08-12 14:32:07 +03:00
Vasyl Nakvasiuk
b33b5c7bd4
Python: videoalpha -> video.
2013-08-12 14:31:48 +03:00
Anton Stupak
dad9f26a99
Make VideoAlpha out of Alpha.
2013-08-12 14:31:48 +03:00
Vasyl Nakvasiuk
28b0ba5e10
Migrate video tests to videoalpha tests, remove video tests.
2013-08-12 14:31:47 +03:00
Giulio Gratta
464141c72a
changing http:// to // on intro video urls to prevent browsers from blocking video embeds
2013-08-09 14:13:41 -07:00
Miles Steele
e9aca13636
enable beta dashboard
2013-08-09 14:22:56 -04:00
Miles Steele
f6fc1aeed9
hide empty management list selector, add explanation text
2013-08-09 14:22:56 -04:00
Miles Steele
58c6b9bb61
add privilege copy
2013-08-09 14:22:55 -04:00
Miles Steele
8f8d70aeae
fix enroll multiple button, fix module_error report
2013-08-09 13:45:27 -04:00
Adam
abd17a2472
Merge pull request #623 from edx/adam/unicode-encode-error
...
make template string unicode
2013-08-09 10:35:32 -07:00
Miles Steele
25d45b8578
Merge pull request #574 from edx/feature/msteele/instrdash
...
Add cronjob analytics to instructor dashbaord
2013-08-09 10:26:50 -07:00
Adam Palay
893f05976d
make template string unicode
2013-08-09 12:25:14 -04:00
Valera Rozuvan
1efea116f6
Removed unnecessary leading and trailing spaces from heading in template.
2013-08-09 10:26:18 +03:00
Valera Rozuvan
4c7250a000
Improved strings in template.
...
Only relevant part of string will go through the Python internationalization function.
2013-08-09 09:22:57 +03:00
Valera Rozuvan
f08394ac2c
Volume and speeds dialogs are fully extended.
...
When the controls receive focus not via mouse click or mouse hover, their appropriate
slider and selection menu are fully extended and shown to the user.
2013-08-09 09:22:57 +03:00
Valera Rozuvan
bc503c88c6
Making it possible to tab to captions.
...
When a VideoAlpha is present on the page, if the user tries to tab through out the entire page, eventually he will land on the VideoAlpha controls. The tab index order has been set up so that all control receive focus eventually in the order from left to right. When a control receives focus, it is hilighted. The last tab focuses the captions dialog. When the captions dialog has focus, the Up and Down arrows can scroll it up and down.
2013-08-09 09:22:56 +03:00
JonahStanley
5a579921f2
Fixed stylistic things and no longer skipped tests in firefox
2013-08-08 13:24:28 -04:00
JonahStanley
38c2997fcf
Added a comment on the features that will not work on firefox
2013-08-08 13:24:27 -04:00
JonahStanley
7056c80319
Fixed most of the lms tests to work on firefox
2013-08-08 13:24:25 -04:00
Miles Steele
fab16f37da
fix display name for profile distributions
2013-08-08 13:16:49 -04:00
Miles Steele
7fe9f70ab3
fix test mocking
2013-08-08 13:16:49 -04:00
Miles Steele
a15c2d7381
change to .text() extraction of template, fix SafeWaiter error handling
2013-08-08 13:16:48 -04:00
Miles Steele
e0760d95ab
add onExit handler, fix task polling, cleanup
2013-08-08 13:16:48 -04:00
Miles Steele
4afde4dd79
add proxied analytics graphs, refactor analytics
2013-08-08 13:16:48 -04:00
Miles Steele
fb8c84a516
add analytics proxy endpoint
2013-08-08 13:16:47 -04:00
Miles Steele
35ffb1b347
add spacing to student admin section
2013-08-08 13:16:47 -04:00
Jay Zoldak
006b90af9f
Modify cms acceptance tests to use auto_auth workflow.
2013-08-08 12:08:25 -04:00
Jay Zoldak
8414ef022f
Modify lms acceptance test to use auto_auth.
2013-08-08 12:08:25 -04:00
Jay Zoldak
e78edf8ef9
Rename MITX_SETTING AUTOMATIC_AUTH_FOR_LOAD_TESTING -> AUTOMATIC_AUTH_FOR_TESTING because it will be used for acceptance testing also.
2013-08-08 12:08:25 -04:00