Greg Price
cec58f885b
Remove forum user profile moderator toggle button
...
This button has been broken for at least a year, so the code has
suffered from bit rot and should be reimplmemented if the feature is
necessary in the short term (which is unlikely since it has been broken
for so long).
2013-12-09 10:23:21 -05:00
polesye
0dbb7603fb
BLD-533: Improve calculator's tooltip accessibility.
2013-12-02 09:56:24 +02:00
Jay Zoldak
a56b9457a0
Rebase to re-prepare PR
2013-11-26 17:04:19 -05:00
Jay Zoldak
341875bb18
Remove code related to Pearson Testing Centers
2013-11-26 17:04:19 -05:00
Jason Bau
f94565d699
Merge pull request #1685 from edx/jbau/shopping-cart/report
...
CSV Reporting of Shopping Cart Purchases, with tests
2013-11-26 11:45:59 -08:00
Brian Talbot
d2a2aaa716
LMS: adds in collapse/expand UI for dashboard view upsell
2013-11-25 16:40:32 -05:00
Ned Batchelder
cccd61ebf3
Make remaining dialogs in wiki accessible.
...
All the dialogs in the wiki are now accessible to screen readers.
Also, the "Switch to selected version" button did the odd thing of
reloading the page with the new version selected, but inside a dialog.
That is now fixed.
The merge dialog has a warning that looks kind of funky still, but you
can read it, unlike the previous code.
LMS-1337
2013-11-25 16:05:05 -05:00
Ned Batchelder
9a106a32d5
Merged master to rc/2013-11-21
2013-11-25 14:56:09 -05:00
Sarina Canelake
e2423386cb
UX for Data Download tab on instructor dash
...
Restrict grade report generation to 'is_superuser' users (can be overridden with
feature flag ALLOW_COURSE_STAFF_GRADE_DOWNLOADS); all staff users can download
generated files.
LMS-58
2013-11-22 10:06:22 -05:00
polesye
b7438bc9a4
BLD-400: Update the calculator hints tooltip.
2013-11-22 12:18:52 +02:00
Greg Price
89924c5e61
Alert users when forum AJAX requests fail
...
AJAX requests on forums pages occasionally fail (usually when a request
to the comments service times out), but the user is not made aware of
the failure. This manifests as either the system not appearing to store
state (e.g. if an attempt to flag a post fails) or something taking
forever to load. Now, a modal will pop up to alert the user that a
request has failed and instruct them to reload the page.
In the longer term, we should fix each user gesture that results in an
AJAX call to gracefully handle a failure by resetting the state of the
world appropriately and aleritng the user.
JIRA: FOR-37
2013-11-19 09:55:49 -05:00
Jason Bau
c8a98051dd
CSV Reporting of Shopping Cart Purchases, with tests
...
squashing to one commit to make cherry-picking by feature possible
2013-11-18 14:45:41 -08:00
David Adams
ed980f2189
Port of invitation/enroll/unenroll email functionality
...
into beta dashboard.
Also includes new functionality, in both legacy and beta
dashboard, to include appropriate email text for a
Shibboleth course.
2013-11-15 10:10:04 -08:00
Diana Huang
0018568799
Merge pull request #1555 from edx/diana/certs-reverification-path
...
Verified Certificate Reverification Path
2013-11-04 08:31:56 -08:00
Sarina Canelake
fff36275db
Implement background email tasks on student dash
...
LMS-1244
2013-11-01 09:20:34 -04:00
Sarina Canelake
57a57e8af7
Move PIT code into util.coffee
...
Add testing coverage
LMS-1242
Add "Edit This Course In Studio" link for studio courses
LMS-1291
2013-10-30 13:43:39 -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
280c463209
LMS: adds in styling and base UI for reverification flow
2013-10-29 15:15:10 -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
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
Brian Talbot
17f3970fc8
LMS: resolves styling issues for button UI in verification flows
2013-10-26 23:09:09 -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
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
91dce9ca7b
LMS: preps track selection view for upgrade cases
2013-10-25 15:23:51 -04:00
Brian Talbot
618d307d1f
LMS: preps track selection view for upgrade cases
2013-10-25 15:23:51 -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
Sarina Canelake
aabe8fc6b4
UX explaining inst dash email subject length (128 characters)
2013-10-23 23:18:24 -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
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
Brian Wilson
aa172272f3
Update master with hotfixes from release-2013-10-17.
2013-10-18 11:50:42 -04:00
Brian Talbot
25b24bef2b
LMS: revises IE banner logic to show for IE9 as well
2013-10-17 13:38:02 -04:00
Brian Talbot
73f2cdf670
LMS: syncs up IE warning banner UI with new IE detection technique
2013-10-17 13:38:02 -04:00
Brian Talbot
309d7d99ad
LMS: removes overkill/turbo :invalid pseudo class style for form inputs
2013-10-17 13:38:02 -04:00
Brian Talbot
5de21ae541
adds/relocates shared vendor css (and assets) to static directories
2013-10-16 16:45:32 -04:00
Brian Talbot
96cd85d824
LMS: converts close modal controls to use HTML <button> element
2013-10-16 16:14:29 -04:00
frances botsford
ce83924fc0
Merge pull request #1361 from edx/frances/fix/lms-verification-layout-tweaks
...
some layout tweaks to the verification choose your track page
2013-10-16 10:52:40 -07:00
Frances Botsford
8c224a2aad
fixes on review and some corrections to verification sass
2013-10-16 13:51:38 -04:00
brianhw
97e01be147
Merge pull request #1359 from edx/brian/bulk-email-rc
...
Bulk Email improvements for release
2013-10-16 10:26:28 -07:00
Brian Wilson
67a8ee1184
Revert remnants of disable-button, and how html editor is invoked.
2013-10-16 13:01:57 -04:00
Julia Hansbrough
8a30e9ba8f
Legacy email tests, removed duplicate code, updated comments, fixed CSS
2013-10-16 13:01:57 -04:00
Julia Hansbrough
fd54b060d8
added self to authors style, changed GET to POST
2013-10-16 13:01:57 -04:00
Julia Hansbrough
c7d4270ad4
API tests, email tests, working notifications
2013-10-16 13:01:57 -04:00
Julia Hansbrough
d8a857dba2
Changed GET to POST and xmodule HTML editor call, section CSS
2013-10-16 13:01:52 -04:00