Commit Graph

10211 Commits

Author SHA1 Message Date
Diana Huang
17610edf77 Code cleanup due to review comments
* make `user_status` more intelligent
* remove some logic from the templates
* rename `parse_error_msg` to `parsed_error_msg`
* fix up and add more tests

LMS-1387
2013-10-31 15:01:39 -04:00
Diana Huang
5389d6b7cf Remove DAYS_GOOD_FOR from being a class variable.
LMS-1387
2013-10-31 15:01:39 -04:00
Victor Shnayder
d939a61e93 Update error messages and copy for re-verification flow 2013-10-31 15:01:39 -04:00
Diana Huang
d41a974558 Merge pull request #1556 from edx/diana/wiki-skip-links
Add skip link to django template pages.
2013-10-31 10:17:51 -07:00
Julia Hansbrough
70b7ac41c0 Merge pull request #1493 from edx/flowerhack/fix/wiki-textarea-trap
Fixing accessibility bug where users could not tab through on wiki
2013-10-31 10:02:29 -07:00
Julia Hansbrough
d3845970fa Removing alt-tab and alt-shift-tab 2013-10-31 16:54:48 +00:00
brianhw
a445009825 Merge pull request #1551 from edx/brian/add-email-datadog
Add datadog stats for duplicate subtask and subtask update errors.
2013-10-31 09:48:44 -07:00
Diana Huang
d8862927e1 Add skip link to django template pages.
Bug: LMS-1387
2013-10-31 11:03:03 -04:00
Greg Price
b6f5348181 Improve accessibility of forum follow buttons
They now include screen reader-friendly text, have the ARIA checkbox
role, activate on keypress (for space or enter), and occur in the DOM
after the header information (title, etc.)
2013-10-31 11:00:28 -04:00
Sarina Canelake
51ab852c69 Package the instructor dash javascript separately
LMS-1418
2013-10-30 20:41:38 -04:00
Sarina Canelake
c89c85c70f Merge pull request #1541 from cpennington/hotfix-conditional-course-id-access
Provide access to the course_id directly on XModules/Descriptors
2013-10-30 15:46:32 -07:00
Brian Wilson
782a07e0ea Add datadog stats for duplicate subtask and subtask update errors. 2013-10-30 17:09:40 -04:00
Adam Palay
4ed6ee64d3 fix typo in registration email [LMS-1419] 2013-10-30 14:59:13 -04:00
Sarina Canelake
b86e912905 Make event handlers fire properly
Respond to review comments

LMS-1242
2013-10-30 13:43:39 -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
Sarina Canelake
123e18109d Reorganize Course Info dash section
LMS-1242
2013-10-30 13:43:39 -04:00
Sarina Canelake
9330ef65a8 Enable Pending Tasks section on new dash
Add Pending Tasks section to the following tabs:
* Course Info
* Student Email
* Data Download
* Email

LMS-1242
2013-10-30 13:43:39 -04:00
Calen Pennington
32af903f85 Provide access to the course_id directly on XModules/Descriptors
Fixes [BLD-456] and [LMS-1392], but making sure that we're always asking
XModules about their course_id (since the ModuleSystem has access to
that data).
2013-10-30 11:23:11 -04:00
Greg Price
87e0ddf398 Fix a typo that caused an error to be raised 2013-10-30 11:18:27 -04:00
Sarina Canelake
9cea6ab599 Copy changes to Inst Dash email 2013-10-30 10:03:29 -04:00
Diana Huang
42a63310b8 Update upsell copy.
LMS-1127
2013-10-30 09:26:32 -04:00
Diana Huang
9c362eacd4 Fix acceptance tests
LMS-1127
2013-10-30 09:26:32 -04:00
Brian Talbot
d68b2ced8a LMS: adds verifiied track visuals to upgrade UI on dashboard 2013-10-30 09:26:32 -04:00
Brian Talbot
6038639565 LMS: revises verified track upgrade UI on dashboard 2013-10-30 09:26:32 -04:00
Brian Talbot
8442f6e093 LMS: adds conditional content/instructions for registration upgrade flow 2013-10-30 09:26:32 -04:00
Diana Huang
e50397002f Better handling of the expiration date.
LMS-1127
2013-10-30 09:26:32 -04:00
Brian Talbot
ae6ec92672 LMS: resolves styling issues for button UI in verification flows 2013-10-30 09:26:32 -04:00
Diana Huang
c13d965f8e Fix up acceptance tests for upsell.
LMS-1127
2013-10-30 09:26:32 -04:00
Diana Huang
aae13c584b Move more logic into the views
Also includes some tests

Story: LMS-1127
2013-10-30 09:26:32 -04:00
Brian Talbot
baa73f0a1e LMS: adds in UI and styling for verified track upgrade to dashboard view 2013-10-30 09:26:32 -04:00
Brian Talbot
7a1a69b96a LMS: revises styling/placement of message for verified status on dashboard 2013-10-30 09:26:32 -04:00
Diana Huang
607deb0114 Add new acceptance test for complete upgrade flow 2013-10-30 09:26:32 -04:00
Brian Talbot
c1ab324d33 LMS: preps track selection view for upgrade cases 2013-10-30 09:26:32 -04:00
Brian Talbot
c42bff6528 LMS: preps track selection view for upgrade cases 2013-10-30 09:26:31 -04:00
Diana Huang
349573dcdc Add acceptance tests. 2013-10-30 09:26:31 -04:00
Diana Huang
56f6711252 Add in new hooks for the dashboard into the upgrade path. 2013-10-30 09:26:31 -04:00
Diana Huang
ebd63b6188 Add an upgrade parameter to the verification views. 2013-10-30 09:26:31 -04:00
Diana Huang
97b076cb84 Hide certificates section if enrolled as audit.
LMS-1133
2013-10-30 09:24:00 -04:00
Julia Hansbrough
5a93bb793a Removing unnecessary commands 2013-10-29 21:51:40 +00:00
Julia Hansbrough
99321fc4d5 Fixed alt-tab, alt-shift-tab, shift-tab 2013-10-29 21:48:31 +00:00
Don Mitchell
80c83f0b88 Merge pull request #1508 from edx/dhm/expect_json
Change expect_json to put parsed json in new attr
2013-10-29 14:02:32 -07:00
Don Mitchell
45453fae61 Change expect_json to put parsed json in new attr 2013-10-29 16:13:58 -04:00
Diana Huang
78bbaa02b8 Add in human-readable text for error messages.
LMS-1133
2013-10-29 15:21:14 -04:00
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