adeel khan
e3b6cad173
Merge pull request #18742 from edx/adeel/learner_5865_register_page_incorrect_screenreader_error
...
Fixes unnecessary error reporting by screen reader
2018-08-09 01:06:09 +05:00
Dillon Dumesnil
f59eafa1c0
Removing student records waffle flag from LMS
2018-08-08 15:04:27 -04:00
Adeel Khan
85af79be25
Fixes unnecessary error reporting by screen reader
...
This patch would inject error message dynamically for
screen readers only when there is an error state. In
normal flow screen reader would not be reporting any
errors to users.
LEARNER-5865
2018-08-09 00:01:41 +05:00
Noraiz Anwar
4dc4fa935a
Merge pull request #18737 from edx/noraiz/EDUCATOR-3296
...
exempt pdf view from xframe_options:deny
2018-08-08 11:46:17 +05:00
Matthew Piatetsky
4c93abda09
Merge pull request #18734 from edx/add_mobile_exclusion_for_vop_and_cgv3
...
add course level mobile app exclusion for vop and cgv3 experiments
2018-08-07 19:35:07 -04:00
Matthew Piatetsky
cfa4dc6945
add course level mobile app exclusion for vop and cgv3 experiments
2018-08-07 17:19:55 -04:00
Jeremy Bowman
02e4b87421
Merge pull request #18733 from edx/jmbowman/TE-2525
...
TE-2525 nose.tools removal part 1/2
2018-08-07 13:55:04 -04:00
J Eskew
6ee6e8935b
Merge pull request #18711 from edx/jeskew/mgmt_cmd_cancel_user_retirement
...
Mgmt command to cancel user retirement request.
2018-08-07 12:03:11 -04:00
Jeremy Bowman
bcaec3c5bb
TE-2525 nose.tools removal part 1/2
2018-08-07 08:30:12 -04:00
noraiz-anwar
22a6b08bda
set x_frame_option to deny in lms common env
2018-08-07 16:42:02 +05:00
Zia Fazal
a5691b7cb6
Merge pull request #18727 from edx/ziafazal/gating-exclude-non-completable
...
exclude non completable blocks when calculating completion percentage
2018-08-07 16:39:58 +05:00
noraiz-anwar
0e005c4dd8
exempt pdf view from xframe_options:deny
2018-08-07 16:33:21 +05:00
John Eskew
f92a8f6e24
Mgmt command to cancel user retirement request.
2018-08-06 17:00:40 -04:00
noraiz-anwar
dd9e10f750
exempt discussion upload from xframe deny
2018-08-06 16:31:49 +05:00
Zia Fazal
1d4b62ad6c
exclude non completable blocks when calculating completion percentage
...
Fixed typo
2018-08-06 12:03:23 +05:00
Spencer Hance
2b65fa452e
Updated Color of "View My Records" button to be a11y compliant
2018-08-03 14:44:12 -04:00
Jeremy Bowman
39ccbe3c89
Merge pull request #18709 from edx/jmbowman/TE-2524
...
TE-2524 Stop using nose.plugins - LMS 2
2018-08-02 13:45:01 -04:00
Cole Rogers
5038cfb564
Merge pull request #18706 from edx/colelrogers/LEARNER-5924-render-pathways
...
Render credit pathways in program details sidebar
2018-08-02 12:03:35 -04:00
Daniel Clemente Laboreo
370501d156
Add feature to send an e-mail to staff when a student enrolls
2018-08-02 11:43:17 -04:00
Cole Rogers
40b6faf253
Render credit pathways in program details sidebar
2018-08-02 10:08:50 -04:00
Waheed Ahmed
c9d45c8698
Exempt xblock renderer from xframe option.
...
LEARNER-6002
2018-08-02 18:02:16 +05:00
Qubad786
f3cc03007f
Bump edxval version
2018-08-02 15:16:54 +05:00
Jeremy Bowman
4e8668d3be
TE-2524 Stop using nose.plugins - LMS 2
2018-08-01 13:54:06 -04:00
Jeremy Bowman
e5b88f864f
Merge pull request #18691 from edx/jmbowman/TE-2524
...
TE-2524 Stop using nose.plugins - LMS 1
2018-08-01 12:57:29 -04:00
Waheed Ahmed
90b2751997
Merge pull request #18689 from edx/waheed/LEARNER-6002-exempt-xfram-options-for-render-xblock
...
Exempt render_xblock from xfram options.
2018-08-01 13:29:35 +05:00
Jeremy Bowman
ca3316962d
TE-2524 Stop using nose.plugins - LMS 1
2018-07-31 13:03:18 -04:00
Attiya Ishaque
6e878bf263
Merge pull request #18659 from edx/ai/EDUCATOR-2588-moderator
...
Fix forums threads load issue in the user view.
2018-07-31 21:03:31 +05:00
Waheed Ahmed
33edc71dc1
Exempt render_xblock from xfram options.
...
Exempt render_xblock from xfram options otherwise, mobile apps, LTI
and other apps that iFrame our course-blocks won't work.
LEARNER-6002
2018-07-31 18:39:06 +05:00
Nimisha Asthagiri
f098633cee
Merge pull request #18681 from edx/arch/generate-keys-command
...
Management command: generate_jwt_signing_key
2018-07-30 17:10:41 -04:00
Michael Terry
3222d3fd13
Site config flag for Learner Records
...
Allow site admins to disable integration for the Learner Records
feature in Credentials.
LEARNER-5987
2018-07-30 16:18:24 -04:00
Nimisha Asthagiri
ae9b8956e0
Management command: generate_jwt_signing_key
2018-07-30 16:09:46 -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
9ef1ae2019
Merge pull request #18673 from edx/tasawer/learner-5867/fix-contrast-of-button-on-contact-us-page
...
Fix contrast of button on contact us page
2018-07-30 19:01:10 +05:00
Ayub
2f6d33c6dc
Merge pull request #18674 from edx/update-translations-30-july
...
updated-translations
2018-07-30 17:49:55 +05:00
Nimisha Asthagiri
eac1ce7bfd
Asymmetric JWT support
2018-07-30 07:17:08 -04:00
ayub-khan
060a061663
updated-translations
2018-07-30 15:34:55 +05:00
Tasawer Nawaz
225479c3a9
fix contrast of button on contact us page
...
LEARNER-5867
2018-07-30 14:59:06 +05:00
attiyaishaque
6ada0ca76d
Fix forums threads load issue in the user view.
2018-07-30 14:42:24 +05:00
Ahsan Ulhaq
73857f6039
Added Management command for bulk unenrollment of users
...
LEARNER-5852
2018-07-30 14:26:46 +05:00
Saleem Latif
3f5c5c0460
Added XAPI to installed apps
2018-07-30 12:49:52 +05:00
Brandon Baker
7a3a228c69
Add program record section to program detail sidebar
...
LEARNER-5923
2018-07-26 12:51:08 -04:00
Waheed Ahmed
c2ad6f4002
Revert "Fix PDF cert gereration/regeneration and URLs."
2018-07-26 18:20:27 +05:00
David Ormsbee
698f2b17b9
Remove ENABLE_MANUAL_GIT_RELOAD, DEBUG_LEVEL, USE_YOUTUBE_OBJECT_API
...
These are old feature flags that are no longer used:
ENABLE_MANUAL_GIT_RELOAD was to allow instructors to reload an XML
Modulestore course directly from a git checkout. That Modulestore
backend hasn't existed for a while.
DEBUG_LEVEL was an early flag for how debug log verbosity.
USE_YOUTUBE_OBJECT_API was created in reaction to YouTube breaking
their iframe API. They have long since addressed those issues.
2018-07-25 14:40:34 -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
Waheed Ahmed
4f3d9e7a0c
Merge pull request #18600 from edx/waheed/LEARNER-5620-fix-entitlement-unenroll
...
Fix unenroll entitlement from instructor dashboard.
2018-07-23 18:23:10 +05:00
Waheed Ahmed
2849d8f572
Fix unenroll entitlement from instructor dashboard.
...
LEARNER-5620
2018-07-19 14:52:23 +05:00
attiyaishaque
e0472a7a15
Fix screen reader issue on profile page.
2018-07-19 12:49:48 +05:00