David Baumgold
389df17320
Merge pull request #1748 from puntxo/patch-1
...
Update course_navigation.html #os
2013-11-26 07:28:04 -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
Diana Huang
7a56e00d53
Merge pull request #1604 from edx/jarv/verified-certs
...
Jarv/verified certs
2013-11-25 07:37:13 -08: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
David Ormsbee
e0aa8cf78a
Grade report celery task and direct file push to S3 from the new instructor dashboard.
...
Hook up display of grade files ready for download to new instructor dashboard.
LMS-58
2013-11-22 10:06:10 -05:00
polesye
b7438bc9a4
BLD-400: Update the calculator hints tooltip.
2013-11-22 12:18:52 +02:00
puntxo
7606810c30
Update course_navigation.html
...
The tab names are not being translated
2013-11-22 10:10:06 +01:00
Diana Huang
1656876699
If student has not passed verification, issue an honor code cert.
...
Also, display a message on their dashboard.
2013-11-19 17:12:49 -05:00
David Baumgold
957f318485
Merge pull request #1594 from neurolit/csrf_accessibility
...
LMS: add CSRF token to register form
2013-11-18 12:41:02 -08:00
Giulio Gratta
122e0d4a7d
Stop video skipping links from showing up when not needed and address the issue of skip links for multiple videos.
...
Fixes BLD-521
2013-11-18 08:12:06 -08:00
dcadams
ddd9e0e451
Merge pull request #1643 from edx/dcadams/fix_invitation_emails
...
Email port to beta dash and new option for shibboleth courses
2013-11-15 13:49:36 -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
polesye
153bc25d8c
BLD-502: Add improvements to Video player.
2013-11-15 18:12:51 +02:00
Giulio Gratta
943dd9704e
Three more A11Y fixes (medium priority ones).
...
- Make email field in forgot password modal aria-required = true
- Added Transcript skip links to both before and after the transcript
- Add language code to main.html so that screenreaders know what language/region to speak for
2013-11-13 10:22:12 -08:00
Diana Huang
32bc26c678
Merge pull request #1618 from edx/diana/certs-dashboard-update
...
Certificates Dashboard Updates
2013-11-13 07:16:15 -08:00
Diana Huang
aa8348a7ed
Add in a new hook for people who are embargoed in the verified cert track.
...
LMS-1477
2013-11-12 10:25:04 -05:00
Brian Talbot
b2c12cfe04
LMS: revises certificate download copy
2013-11-08 10:54:46 -05:00
Waheed Ahmed
de8b378dd9
Merge pull request #1610 from waheedahmed/wah/bugfix/lms1265-import-jquery
...
import jquery in reset password template
2013-11-08 07:54:41 -08:00
Diana Huang
ded97b59da
Add a new status for verified certificates.
...
LMS-1477
2013-11-07 17:41:11 -05:00
Diana Huang
05e1b99388
Refactor out certificate logic from the course listing.
...
LMS-1477
2013-11-07 16:47:29 -05:00
Usman Khalid
e459e4d099
a11y imporvements to wiki/history.html
...
LMS-1309
2013-11-07 21:06:40 +05:00
Waheed Ahmed
ebc9f742fb
import jquery in reset password template
...
LMS-1265
2013-11-07 20:16:48 +05:00
Neurolit
731ac40b9f
LMS: add CSRF token to register form
2013-11-06 01:38:44 +01: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