Rabia Iftikhar
6c13717dc3
Merge pull request #19613 from edx/ri/EDUCATOR-3914-fix-enroll-now-text-contrast-ratio-lms
...
EDUCATOR-3914 fix enroll now text contrast ratio on LMS
2019-01-22 18:44:28 +05:00
Matt Hughes
30fe021ac9
Fix styling for proctoring banner inside + outside bootstrap
...
also a11y update: up contrast on proctored exam interstitials to be
WCAG2AAA compliant
JIRA:EDUCATOR-3871
2019-01-16 10:39:37 -05:00
Zainab Amir
882bd1b750
LEARNER-6610:Make Account Settings form controls' border dark
2019-01-16 19:10:20 +05:00
rabiaiftikhar
6911ca6ed5
EDUCATOR-3914 fix enroll now text contrast ratio on LMS
2019-01-16 19:08:05 +05:00
DawoudSheraz
3b402c52a5
fix proctoring messages color contrast ratio
2019-01-15 21:16:27 +05:00
Matthew Piatetsky
e1fd793e86
Merge pull request #19560 from edx/REVMI-2
...
add informational banners when masquerading as user who would not have access due to start date
2019-01-10 13:48:29 -05:00
Matthew Piatetsky
5bb56fe45f
add informational banners when masquerading as user who would not have access due to start date
2019-01-10 11:06:30 -05:00
Matt Tuchfarber
ac29017d88
Move banner REVMI-54
...
Moves banner into the content instead of at the top. Adds a course
expiration fragment to the course home page, the content, the progress
page, and the discussion page.
2019-01-09 10:17:16 -05:00
Zainab Amir
627c39b9ba
LEARNER-6728: Add apple fonts to dashboard and programs_fragments
2018-12-20 11:12:44 +05:00
adeel khan
a9032f7852
Merge pull request #19397 from edx/adeel/learner_6730_dynamic_type_for_xblocks_content
...
Adds dynamic type text size support for xblock content.
2018-12-19 12:53:35 +05:00
asadiqbal
24b58b5275
ENT-1115
2018-12-18 16:46:16 -05:00
Adeel Khan
40b4130f18
Adds dynamic type text size support for xblock content.
...
This would enable dynamically increasing text
size of xblock content based on user accessibility
text settings in ios.
LEARNER-6730
2018-12-18 23:58:35 +05:00
Adeel Khan
d741834370
Adds dynamic type text sizing for course dates fragments
...
This would enable course dates fragment to be
responsive to dynamic type text setting in ios
device.
LEARNER-6726
2018-12-18 23:56:38 +05:00
Bill Filler
92551e7b7a
Merge pull request #19369 from edx/bfiller/REVE-88
...
Add feature-based enrollments search to support form
2018-12-13 14:01:45 -05:00
Matthew Piatetsky
eaa07082ed
update messaging
2018-12-13 01:15:48 -05:00
Bill Filler
6606ddefff
Add feature-based enrollment search to support form
2018-12-11 09:53:19 -05:00
Paulo Viadanna
c4fc4b5df6
Adds CouseModule.course_visibility and XBlock.public_view() for unenrolled users access to courses.
...
The course_visiblity field can have one of three values:
1. private (default): This keeps the standard access rules.
2. public_outline: Allows unenrolled and anonymous users access to the outline.
3. public: Allows unenrolled and anonymous users access to both outline and
course content.
When an unenrolled user accesses course content, instead of student_view(),
public_view() is used. A default implementation is provided for XBlocks
which do not implement this view. The public_view() must not have any
functionality which assumes the presence of a valid User and should show
a readonly only interface for the XBlock content.
2018-12-07 22:17:36 +05:00
DawoudSheraz
bf99e15707
EDUCATOR-3605 Adding Visible Labels for search and filter inputs on discussion page
2018-12-07 10:26:04 +05:00
noraiz-anwar
b4b87f1980
fix a11y on discussion page
2018-12-05 19:06:22 +05:00
Matthew Piatetsky
67e9ae5581
Fix content gating a11y issues
2018-12-03 23:26:47 -05:00
Alex Dusenbery
174d80ed25
Revert "Add extesion engine gradebook ui in under the mastersGradebook route"
...
This reverts commit 0c8d66bb2a .
2018-11-20 14:54:34 -05:00
Matt Tuchfarber
e6ee0436f1
Remove min-width requirement on alert banner so it's mobile friendly.
2018-11-14 16:15:08 -05:00
Awais Jibran
194c6bacb6
Revert "Merge pull request #18720 from open-craft/paulo/anonymous-views"
...
This reverts commit f9ae594dfe , reversing
changes made to 7c08e50fde .
2018-11-09 22:49:14 +05:00
Matt Tuchfarber
be472a8d52
Extract upsell into template, extract ecomm call, use mobile utils
2018-11-08 11:40:06 -05:00
Paulo Viadanna
e6e0a02e0a
Adds CouseModule.course_visibility and XBlock.public_view() for unenrolled users access to courses.
...
The course_visiblity field can have one of three values:
1. private (default): This keeps the standard access rules.
2. public_outline: Allows unenrolled and anonymous users access to the outline.
3. public: Allows unenrolled and anonymous users access to both outline and
course content.
When an unenrolled user accesses course content, instead of student_view(),
public_view() is used. A default implementation is provided for XBlocks
which do not implement this view. The public_view() must not have any
functionality which assumes the presence of a valid User and should show
a readonly only interface for the XBlock content.
2018-11-07 16:18:39 +05:00
Simon Chen
4edbbbb66f
Update the gradebook functionality to allow grades update.
...
The override modal is now able to update grades for all users for each gradable unit in the course
2018-10-29 15:00:35 -04:00
Simon Chen
bde9bd2041
Update the new writable gradebook UI to make it look better
2018-10-25 15:28:28 -04:00
George Babey
f39cd81a31
Merge pull request #18545 from open-craft/kshitij/stylelint-fixes
...
Bulk stylelint fixes
2018-10-22 14:59:11 -04:00
Calen Pennington
969728874b
Merge pull request #19065 from cpennington/access-control-messaging
...
Access control messaging
2018-10-12 11:21:34 -04:00
Calen Pennington
13c0dd580f
Make Student Dashboard course access error messages float to the right of the unenroll gear
2018-10-11 09:54:12 -04:00
John Eskew
c8e640f88e
fixup! Add user retirement warning text about email retirement.
2018-10-10 10:43:57 -04:00
John Eskew
e493781996
Add user retirement warning text about email retirement.
2018-10-05 11:56:39 -04:00
mduboseedx
932e7cacae
Merge pull request #17216 from proversity-org/proversity/edx-pr-unsupported-browser-alert
...
Show browser support alert
2018-10-02 09:45:01 -04:00
Brandon Baker
171e95f904
Reveal professional pathways in program sidebar.
...
Professional pathways are referred to as industry pathways in the code
to help differentiate them from professional certificate programs.
2018-08-31 12:57:50 -04:00
Squirrel18
23db2e4ffb
Changes style selectors.
2018-08-27 17:36:33 -05:00
Diego Millan
33081e67cc
adding unsupported browser alert
2018-08-27 16:09:28 -05:00
attiyaishaque
f9b5e6f3fd
Fix reporting drop down menu on data-download instructor dashboard.
2018-08-15 15:40:27 +05:00
Spencer Hance
2b65fa452e
Updated Color of "View My Records" button to be a11y compliant
2018-08-03 14:44:12 -04:00
Cole Rogers
40b6faf253
Render credit pathways in program details sidebar
2018-08-02 10:08:50 -04:00
Awais Jibran
a70a62feda
Merge pull request #18666 from edx/aj/a11y/course-outline-verified-cert-btn
...
Learn About Verified Certificates button on course outline page needs a focus indicator
2018-07-30 23:54:33 +05:00
Brandon Baker
67945fa3ef
Change styling on view program record button in program detail sidebar
2018-07-30 14:50:38 -04:00
Awais Jibran
3e92bd2547
Example: https://courses.edx.org/courses/course-v1:HarvardX+GSD1x+1T2017/course/
...
Pressing tab key until focus is on the Learn About Verified Certificates button. There is no visible focus indicator. This PR is to fix the issue.
2018-07-30 20:26:21 +05:00
Tasawer Nawaz
225479c3a9
fix contrast of button on contact us page
...
LEARNER-5867
2018-07-30 14:59:06 +05:00
Brandon Baker
7a3a228c69
Add program record section to program detail sidebar
...
LEARNER-5923
2018-07-26 12:51:08 -04:00
Bill Filler
df52ff0038
Merge pull request #18395 from edx/whitelabel/journal
...
Add journals support in LMS
2018-07-23 15:10:38 -04:00
Bill Filler
c746a4e630
Add Journals support
...
Enable the journal app in LMS. Add support to display Journals on index
and courseware pages and dashboard.
2018-07-23 13:11:26 -04:00
attiyaishaque
e0472a7a15
Fix screen reader issue on profile page.
2018-07-19 12:49:48 +05:00
Kshitij Sobti
bf6af13ed1
Add UI to browse and browse course structure and select the course/chapter/section... to generate a report of
2018-07-18 00:37:29 +05:30
marcotuts
6b876a573a
updated vertical alignment for learner profile menu
2018-07-10 12:11:35 -04:00
Kshitij Sobti
c1e3e59771
Basic bulk stylelint fixes
2018-07-10 02:27:11 +05:30