Diana Huang
df20a1028d
Wire up new statuses onto the dashboard.
...
LMS-1133
2013-10-29 15:21:14 -04:00
Diana Huang
b2a755de24
Add hooks for other statuses onto the dashboard
2013-10-29 15:21:14 -04:00
Brian Talbot
74f0e88568
LMS: revises UI states for verification status in dashboard view
2013-10-29 15:21:13 -04:00
Brian Talbot
c64542e10a
LMS: revises re-verification instruction UI and help text
2013-10-29 15:21:13 -04:00
Brian Talbot
0d01179ffc
LMS: revises semantics and styling for dashboard messages
2013-10-29 15:17:56 -04:00
Brian Talbot
153694b75f
LMS: removing non production-friendly messages
2013-10-29 15:15:10 -04:00
Brian Talbot
280c463209
LMS: adds in styling and base UI for reverification flow
2013-10-29 15:15:10 -04:00
Diana Huang
ee52e0232e
Put in a dummy verification status into the dashboard.
2013-10-29 15:13:45 -04:00
Diana Huang
dd46eb47ab
Add barebones reverification flow.
2013-10-29 14:57:23 -04:00
Calen Pennington
ac8eeb681f
Make sequence module use ajax_url properly
2013-10-29 10:36:22 -04:00
Diana Huang
92c94b5317
Merge pull request #1483 from edx/diana/certs-upgrade-path
...
Verified Certificate Upsell
2013-10-28 14:28:50 -07:00
Diana Huang
a9da48ac0a
Update upsell copy.
...
LMS-1127
2013-10-28 16:49:07 -04:00
Brian Talbot
c7b3e5dc04
LMS: adds verifiied track visuals to upgrade UI on dashboard
2013-10-28 15:00:29 -04:00
Brian Talbot
e78654f99d
LMS: revises verified track upgrade UI on dashboard
2013-10-28 14:59:15 -04:00
Brian Talbot
e9a2787bb3
LMS: adds conditional content/instructions for registration upgrade flow
2013-10-28 14:58:14 -04:00
Diana Huang
35ebdfdca4
Better handling of the expiration date.
...
LMS-1127
2013-10-28 14:39:46 -04:00
Greg Price
54ad411078
Remove unused code
2013-10-28 11:58:43 -04:00
Ned Batchelder
d319159dbf
Cheatsheet modal is accessible.
...
Use the leanModal stuff to show the cheatsheet dialog in the wiki.
LMS-1303
2013-10-25 17:40:08 -04:00
Diana Huang
23762a1569
Move more logic into the views
...
Also includes some tests
Story: LMS-1127
2013-10-25 15:29:44 -04:00
Brian Talbot
0050ed0ba7
LMS: adds in UI and styling for verified track upgrade to dashboard view
2013-10-25 15:27:47 -04:00
Brian Talbot
a76a61a7e5
LMS: revises styling/placement of message for verified status on dashboard
2013-10-25 15:25:30 -04:00
Brian Talbot
618d307d1f
LMS: preps track selection view for upgrade cases
2013-10-25 15:23:51 -04:00
Diana Huang
4efe4ecd11
Add acceptance tests.
2013-10-25 15:21:42 -04:00
Diana Huang
115ccf87de
Add in new hooks for the dashboard into the upgrade path.
2013-10-25 15:21:42 -04:00
Diana Huang
e13dd094af
Add an upgrade parameter to the verification views.
2013-10-25 15:21:42 -04:00
Brian Talbot
de12777555
simplifying semantic and stylistic properties of skip nav UI
2013-10-24 17:12:40 -04:00
Brian Talbot
5b63b176da
revises semantics and Sass used for skip navigation
2013-10-24 17:12:19 -04:00
Diana Huang
d34c4a66c7
Add skip links to both CMS and LMS
...
* add HTML for links
* hide links when they are not focused
* when focused, show link (as recommended)
* move accessibility tools to common
LMS-1311
2013-10-24 17:10:33 -04:00
Giulio Gratta
5a46177a5e
A11Y changes: better :focus styling, increased contrast, and added image alt texts
...
- Doubled up :hover and :focus styling to improve a11y
- Increase contrast of certain UI elements for improved a11y
- Added some image alt text for a11y
- Changed video caption styling to blue and made them underline on hover and added a skip link before video for screenreaders.
Fixes Bugs:
- LMS-1336
2013-10-24 12:47:19 -07:00
Adam
4257f71453
Merge pull request #1473 from edx/adam/fix/a11y-modal-management
...
makes ajustments to modals on page load
2013-10-24 07:13:55 -07:00
Sarina Canelake
aabe8fc6b4
UX explaining inst dash email subject length (128 characters)
2013-10-23 23:18:24 -04:00
Adam Palay
dec40c7d56
makes ajustments to modals on page load
2013-10-23 16:36:14 -04:00
Diana Huang
813c8c4cec
Merge pull request #1426 from edx/diana/django-wiki-colors
...
Better indication of what mode is active in the wiki.
2013-10-23 06:13:50 -07:00
Usman Khalid
91fbc6610e
dashboard.html: Made strings translatable
2013-10-23 14:52:13 +05:00
Diana Huang
52ed7b277d
Add i18n hooks.
...
LMS-1306
2013-10-22 16:32:10 -04:00
Diana Huang
0752375e46
Indicate active status more clearly for people
...
with vision impairments
* bold text when active
* add in some extra text for screen readers
LMS-1306
2013-10-22 14:21:35 -04:00
Adam
1f7bb112bf
Merge pull request #1401 from edx/adam/a11y-modal-management
...
optimize keyboard focus management on dashboard's modals
2013-10-22 11:17:10 -07:00
Brian Talbot
bd0522d5a4
Merge pull request #1450 from edx/talbs/lms-fix-passwordreset
...
LMS: FIX - Resolves path to CSS assets on password reset views (resolves LMS-1357)
2013-10-22 10:56:14 -07:00
Julia Hansbrough
9123186050
Fixed indentation
2013-10-22 17:39:48 +00:00
Brian Talbot
c476614f21
LMS: adds correct css/style assets back to password reset and confirm views
2013-10-22 13:29:20 -04:00
Adam Palay
83b11a881c
optimize keyboard focus management on dashboard's modals
...
add license to a11y_tools.js
add tests, some reorganization of js tests
skip "toBeFocused" tests for now
2013-10-22 13:26:18 -04:00
Julia Hansbrough
eb4081115d
Fixed a bug where legacy instructor dash's email editor failed to load
2013-10-22 14:27:40 +00:00
David Baumgold
3688f221e3
password reset pages use Django templates, not Mako
2013-10-21 14:52:41 -04:00
Calen Pennington
12cc4a19c0
Merge pull request #1224 from cpennington/lms-xblock-js-execution
...
Add an XBlock javascript runtime, and use it to run XModules
2013-10-21 05:53:36 -07:00
jmclaus
1810022d73
Caption functionality announced when tabbing to list
2013-10-20 21:56:12 +02:00
Calen Pennington
ce6fbae693
Add an XBlock javascript runtime, and use it to run XModules
...
[LMS-57]
2013-10-18 16:31:32 -04:00
brianhw
f831a0adcb
Merge pull request #1406 from edx/post-release-2013-10-17-master
...
Post release 2013 10 17 master
2013-10-18 11:16:24 -07:00
Giulio Gratta
19d3e31d97
Merge pull request #1332 from edx/giulio/register-page
...
Change various text items to be more clear for users, as well as some grammar
2013-10-18 11:02:00 -07:00
Brian Wilson
aa172272f3
Update master with hotfixes from release-2013-10-17.
2013-10-18 11:50:42 -04:00
Jason Bau
e5cda013a2
Merge pull request #1357 from edx/jbau/shoppingcart-user-middleware
...
Jbau/shoppingcart user middleware
2013-10-17 15:41:11 -07:00