Greg Price
e360f1d54f
Merge pull request #950 from edx/gprice/dialog-role
...
Add ARIA dialog role to Markdown editor dialogs
2013-09-13 10:42:58 -07:00
James Tauber
c6dfd97eeb
Merge pull request #902 from antoviaque/accessibility
...
Help Modal - Accessibility Fixes
2013-09-13 08:21:47 -07:00
Diana Huang
90951a7bdb
Merge branch 'release'
...
Conflicts:
CHANGELOG.rst
common/lib/xmodule/xmodule/js/fixtures/lti.html
common/lib/xmodule/xmodule/js/spec/lti/constructor.js
common/lib/xmodule/xmodule/js/src/lti/lti.js
common/lib/xmodule/xmodule/lti_module.py
lms/djangoapps/courseware/features/certificates.py
lms/djangoapps/courseware/mock_lti_server/mock_lti_server.py
lms/djangoapps/courseware/tests/test_lti.py
lms/djangoapps/shoppingcart/models.py
lms/envs/aws.py
2013-09-12 16:03:39 -04:00
Greg Price
67053feec1
Add ARIA dialog role to Markdown editor dialogs
2013-09-12 10:47:47 -04:00
Diana Huang
8839a2053e
Wait until the flash object is loaded before looking for a camera.
2013-09-12 09:09:35 -04:00
David Ormsbee
8278357c74
Hook up interface to Software Secure for identity validation.
2013-09-11 23:59:37 -04:00
David Ormsbee
f9067cbe4d
Merge pull request #940 from edx/ormsbee/flash_detect_camera
...
Detect cameras and flash
2013-09-11 18:58:57 -07:00
Diana Huang
7ab5ae925d
Add in the ability to detect webcams and flash. Show error messages.
2013-09-11 18:39:18 -04:00
David Ormsbee
e498ad522a
Add hasCamera() method to flash camera detection
2013-09-11 18:39:17 -04:00
Renzo Lucioni
9fd4f69e76
Instrument verified cert flow
2013-09-11 16:51:46 -04:00
Greg Price
9faa55d336
Merge pull request #921 from edx/gprice/forum-nav-accessibility
...
Improve forums nav accessibility
2013-09-11 11:47:56 -07:00
Brian Talbot
253f8e2d15
Verification: revises UI header copy
2013-09-10 16:51:21 -04:00
David Ormsbee
e8a48d6144
Update JS to reflect new link IDs to unbreak the top nav status indicator.
2013-09-10 16:41:29 -04:00
Greg Price
f20333ef4e
Remove some cruft from forums SASS
2013-09-10 14:46:54 -04:00
Greg Price
6ecbba7230
Improve accessibility of forums navigation elements
...
The home icon and discussion topic drop-down icon now have text that is
visible only to screen readers. The visual change between the icon and the
topic name with down-arrow is now achieved with the CSS visible property
instead of the opacity property, so only one at a time will be visible to
screen readers as well as visually.
2013-09-10 14:21:17 -04:00
David Ormsbee
dea1878efe
Require that permission be given for Flash camera before we process snapshots.
2013-09-10 14:17:58 -04:00
David Ormsbee
ba1f17e54b
Merge pull request #913 from edx/ormsbee/certs_small_ux
...
Small UI fixes
2013-09-10 10:34:32 -07:00
David Ormsbee
740e5bace7
Prevent being able to click on disabled button in IE.
...
Enable display of course org, num in receipt page.
2013-09-10 13:32:52 -04:00
Brian Talbot
d066692bce
Verification: revising textarea reset formatting and increasing close modal control size
2013-09-10 13:03:25 -04:00
Frances Botsford
18b4b0b03f
modal functionality for edit name on vcerts
2013-09-10 13:03:09 -04:00
Frances Botsford
5c7443be38
cleanup copy on reqs, photo, and choose pages
2013-09-10 09:13:00 -04:00
Xavier Antoviaque
23eab5c5bd
accessibility: Replace close modal button <div> by <a> link (LMS-582)
...
The close button for the modal dialog was marked up as a paragraph,
containing a graphical text character, inside two div elements, with an
associated click event. This made the button unusable for keyboard
users.
Replaced <divs> with a link element (<a role="button"), adapted the CSS
accordingly, and updated the existing <a> modal close buttons.
2013-09-09 16:43:44 -03:00
David Ormsbee
34d0fe1554
Merge pull request #890 from edx/ormsbee/verifyuser3
...
User verification / validated certificates feature
2013-09-09 11:30:09 -07:00
Brian Talbot
422c6282e4
LMS: adds in pseudo-state styling for disabled buttons/links (by attribute or standard class names)
2013-09-09 11:43:55 -04:00
David Ormsbee
48f867bd6b
Merge branch 'master' into ormsbee/verifyuser3
...
Conflicts:
lms/envs/common.py
2013-09-09 10:18:25 -04:00
Brian Talbot
79a9c8677a
Verification: revises presentation of customized certificate receipt ciew
2013-09-06 17:23:43 -04:00
Brian Talbot
0c552141f2
LMS: revises right justification space of verified indicator on Student Dashboard
2013-09-06 12:12:58 -04:00
Frances Botsford
af2424daf1
adjustments to choose and contribution for vcerts
2013-09-06 10:23:46 -04:00
Diana Huang
20d72ea703
Clean up views and start work on edit name modal.
2013-09-05 15:20:48 -04:00
Brian Talbot
f4bdd73839
Verification: adds in verified/enrollment status into dashboard course listings
2013-09-05 14:29:11 -04:00
Brian Talbot
f686990b02
LMS: adds in additional abstract border-variables with logical scale
2013-09-05 14:29:10 -04:00
Brian Talbot
f2e55a3d6a
Verification: abstracting out specific color-based Sass variables to be *somewhat* friendly to theming
2013-09-05 14:29:10 -04:00
David Ormsbee
22480b821a
Fix reset button for photo capture
2013-09-05 14:15:13 -04:00
Frances Botsford
a8989f2fe6
adjusting go to course button for vcert receipt
2013-09-05 12:40:37 -04:00
Frances Botsford
304a329b08
initial receipt html and styling for vcert
2013-09-05 12:24:03 -04:00
Brian Talbot
9c96fcf4cd
edx.org: ensures that the iframe-based register button has a transparent background
2013-09-05 10:00:34 -04:00
Brian Talbot
70cdc9a705
edx.org: addresses vertical scrollbar on course register button when placed in iframe
2013-09-05 08:49:02 -04:00
Brian Talbot
5c8e7337a8
edx.org: revises course register button background for all cases (verified, riught column, and bottom of page)
2013-09-04 16:06:44 -04:00
Brian Talbot
d4e849d2b2
edx.org: adds custom styling for register button in case of verified option/content displayed
2013-09-04 15:30:10 -04:00
Brian Talbot
732ac1783f
edx.org: adds background to register button's html body element for visual blending in course detail view
2013-09-04 14:40:53 -04:00
Frances Botsford
db57118f7d
i18n and updated secondary action buttons on the photo page
2013-09-04 14:35:48 -04:00
Jason Bau
ec989e4999
Address review comments for lms_link_to_cms
...
* Uses override_settings to provide test variable
* Move location of cms link to upper right
* PEP8 / Pylink
2013-09-04 11:29:22 -07:00
Frances Botsford
b2ddea7a80
updated copy for vcert flow
2013-09-04 13:46:38 -04:00
Diana Huang
18a497e150
Fix merge conflict in sass
2013-09-04 11:22:52 -04:00
David Ormsbee
e7c07d4e43
Merge remote-tracking branch 'origin/ormsbee/verifyuser3' into ormsbee/verifyuser3
2013-09-04 10:59:18 -04:00
David Ormsbee
78acd083be
Merge branch 'master' into ormsbee/verifyuser3
...
Conflicts:
common/djangoapps/course_modes/models.py
lms/djangoapps/shoppingcart/models.py
lms/djangoapps/shoppingcart/processors/CyberSource.py
lms/djangoapps/shoppingcart/processors/tests/test_CyberSource.py
lms/djangoapps/shoppingcart/tests/test_models.py
lms/djangoapps/shoppingcart/tests/test_views.py
lms/djangoapps/shoppingcart/urls.py
lms/djangoapps/shoppingcart/views.py
lms/envs/common.py
lms/envs/dev.py
lms/static/sass/base/_variables.scss
2013-09-04 10:58:30 -04:00
Diana Huang
f4c1a8f27b
Update the carousel with which step the user is on
2013-09-04 09:21:07 -04:00
Brian Talbot
b75398b0df
Verification: moves common page elements/copy into central templates w/ supportive styling
2013-09-03 17:17:13 -04:00
Brian Talbot
70ba52b4fa
Verification: syncing all submit button-type styling (including newly used element on verified view)
2013-09-03 16:37:34 -04:00
Brian Talbot
dc850370b2
Verification: resolves layout issue with progress nav in diff screen widths
2013-09-03 16:33:25 -04:00