Usman Khalid
e459e4d099
a11y imporvements to wiki/history.html
...
LMS-1309
2013-11-07 21:06:40 +05:00
David Baumgold
3895a3fa52
Merge pull request #1581 from antoviaque/registration-optional
...
registration-optional: Allow to hide some optional registration fields #os
2013-11-05 10:25:31 -08:00
Xavier Antoviaque
08dffa12cc
registration-optional: Allow to hide some optional registration fields
...
Allow to control which of the optional fields from the registration page
are being displayed to the user. Added the configuration variable
`REGISTRATION_OPTIONAL_FIELDS` to control which ones. The default value
shows all the fields as currently; to not display some of the fields,
set the configuration variable with only the fields you want to display:
```
REGISTRATION_OPTIONAL_FIELDS = [
'level_of_education',
'gender',
'year_of_birth',
'mailing_address',
'goals'
]
```
2013-11-05 11:50:29 +01:00
Julia Hansbrough
448f5cc41f
Response to CR
2013-11-04 20:32:47 +00:00
Julia Hansbrough
1a3f4cb8f8
Moved can_refund logic to CourseEnrollment
2013-11-04 18:48:43 +00:00
Julia Hansbrough
b0fcadad31
Moved #unenroll-modal to different template
2013-11-04 18:38:49 +00:00
Julia Hansbrough
c375666d88
Added new copy, small CR fixes
...
* Changed text for "Are you sure you want to refund"...
* Addressed a CR comment adding clarity to student view code
* Converted UTC to pytz.utc
2013-11-04 18:38:46 +00:00
Julia Hansbrough
7ab8142e82
Response to Dave & Diana's CR
2013-11-04 18:38:44 +00:00
Julia Hansbrough
bf916b6624
Fixes from Daian's CR
2013-11-04 18:38:43 +00:00
Julia Hansbrough
fcab46b138
Refactored to use signals; full test coverage
2013-11-04 18:38:42 +00:00
Julia Hansbrough
045e69f3c5
Can check verified-ness and expiration date
2013-11-04 18:37:54 +00:00
Adam
4b473b9b8e
Merge pull request #1578 from edx/adam/fix/registration-page-wording
...
"Public Display Name" -> "Public Username" on registration page [LMS-139...
2013-11-04 09:57:00 -08:00
Giulio Gratta
5c0c7ba6bb
Merge pull request #1560 from edx/giulio/a11y-user-menu
...
User menu a11y changes to allow use of spacebar, escape key and arrows to navigate
2013-11-04 08:53:46 -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
Brian Talbot
b5ec2c72f9
LMS: revises instructional copy for reverification flow
2013-11-04 10:59:50 -05:00
Adam Palay
69eebf43f4
"Public Display Name" -> "Public Username" on registration page [LMS-1393]
2013-11-04 10:49:49 -05:00
Giulio Gratta
6e988443f6
User menu a11y changes to allow use of spacebar, escape key and arrow keys or tab and shift+tab to navigate
2013-11-01 14:34:02 -07:00
Brian Talbot
6541b45566
Merge pull request #1572 from edx/talbs/fix-studio-forgotpassword
...
Studio: Fix - Forgot Password Modal
2013-11-01 13:40:40 -07:00
Brian Talbot
8048a4b25b
Studio: changes URL for password reset to direct to LMS login view
...
STUD-689
2013-11-01 16:37:08 -04:00
Greg Price
7013c997f7
Merge pull request #1553 from edx/gprice/forum-follow-a11y
...
Improve accessibility of forum follow buttons
2013-11-01 13:02:01 -07:00
Diana Huang
002972f24c
Remove dates from status messages
...
* clean up one last typo
LMS-1387
2013-11-01 15:47:04 -04:00
Sarina Canelake
9f104eb617
Merge pull request #1558 from edx/sarina/beta_email_background_history
...
Implement background email tasks on student dash
2013-11-01 08:09:30 -07:00
Sarina Canelake
fff36275db
Implement background email tasks on student dash
...
LMS-1244
2013-11-01 09:20:34 -04:00
Sarina Canelake
944c433699
Merge branch 'release'
2013-10-31 15:04:48 -04:00
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
Victor Shnayder
d939a61e93
Update error messages and copy for re-verification flow
2013-10-31 15:01:39 -04: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
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
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
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
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
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