Ahtisham Shahid
f6be77d493
Removed tech email form error templates
...
fixed tests
fixed test fail
Fixed failing tests
2020-04-01 14:53:01 +05:00
Nicholas D'Alfonso
3cee26feb4
AA-59 show reset dates banner on courseware page
...
- Also, only show banner if the course end_date has not already
pass AND if the user is verified within the course.
2020-03-12 19:52:54 -04:00
Jeff LaJoie
bbfb630aa8
Uses user local time for dates tab
2020-03-10 13:41:25 -04:00
Adam Butterworth
9094617d64
Prevent scrolling in chromeless view when iframed into learning mfe ( #23291 )
...
TNL-7094
2020-03-03 16:37:31 -05:00
Adam Butterworth
04083cf4ab
Allow chromeless courseware content to be centered ( #23201 )
...
TNL-7093 Use inline styles to reset display to block from table-cell and width to auto
2020-02-28 12:27:14 -05:00
Jeff LaJoie
fa3b1cd835
AA-6: Adds in dates tab and dates dashboard view to courseware
2020-02-25 10:48:45 -05:00
Dave St.Germain
a5b0f71108
Several optimizations for improving vertical rendering performance.
2020-02-20 11:41:21 -05:00
Ahtisham Shahid
19137e2737
Fixed staff debug on instructor page
...
added unit test js
fixed test js
updated test commetn
updated xss
2020-02-14 12:20:14 +05:00
Adam Butterworth
6fbfc328ee
fix: update courseware iframe check for learning mfe ( #22974 )
...
document.referrer may include a trailing slash or path which is now handled by the new condition
2020-01-29 14:54:35 -05:00
Adam Butterworth
59bb664fb4
Report iframed courseware content dimensions to parent window ( #22972 )
...
TNL-7044
2020-01-29 12:44:24 -05:00
Dave St.Germain
4bbdf2e20b
Merge pull request #22848 from edx/dcs/course-api
...
Add API to support courseware MFE
2020-01-29 09:51:14 -05:00
Adam Butterworth
2968401e09
Links in courseware iframed in MFEs navigate parent window ( #22962 )
...
[TNL-7043] If vertical block content is in an iframe in the learning microfrontend app, add a base tag in the head (of the iframe document) to force links to navigate the parent window.
2020-01-28 15:49:54 -05:00
Dave St.Germain
1aa8c9c53d
Add a new courseware API Django app to support the courseware micro-frontend.
2020-01-28 14:59:07 -05:00
David Ormsbee
aaf4c46645
Add ENABLE_COURSEWARE_SEARCH_FOR_COURSE_STAFF flag
...
Add an LMS feature flag to enable courseware search for course staff
only. TNL-6931
2019-12-05 15:14:26 -05:00
Michael Terry
2213c4dd3d
Support courses with only a verified mode
2019-11-26 15:57:29 -05:00
Zainab Amir
b4ca12af33
Notes css is missing for tab pages ( #21846 )
...
style-student-notes is only added in courseware.html but it is missing
for custom tab pages.
PROD-687
2019-09-30 12:44:10 +05:00
atesker
6c6a0e47af
fixed for production - add get_history
...
EDUCATOR-4696 - put back get_history and update UI
add pylint
2019-09-26 14:35:20 -04:00
Ned Batchelder
efba6e45e8
Finally import courseware properly everywhere to get rid of a warning
2019-09-26 09:40:15 -04:00
David Ormsbee
f4f01c48b4
Merge pull request #21286 from open-craft/paulo/fix-progress-graph-yaxis
...
Fix the progress graph y-axis - window resize formatting problem in Ironwood
2019-09-24 18:00:33 -04:00
Awais Qureshi
fac33c275d
BOM-472
...
Fixing python3
2019-09-12 19:08:23 +05:00
Awais Qureshi
98ec44b56c
BOM-404
...
Fixing python3
2019-09-11 12:52:56 +05:00
Awais Jibran
f98c819f74
Merge pull request #160 from edx/aj/add-noopener-to-new-window-urls
...
Update hyperlinks in platfrom
2019-09-06 11:43:38 +05:00
Ayub khan
da9c71557b
-Remove unicode and use six.text_type
2019-09-02 16:14:02 +05:00
arbisoft
19ea7c3875
BOM-115
...
Fixing python3
2019-09-02 13:37:16 +05:00
Awais Jibran
1a4eb7d2e8
Pervent reverse tabnabbing in edx platform
2019-08-28 16:08:34 +05:00
Josue Balandrano Coronel
767d626a5e
[BB-1491] Fix the progress graph y-axis - window resize formatting problem in Ironwood
2019-08-02 13:18:11 -03:00
Adeel Khan
b5aefd9e83
Fix courseware's app for xss injections.
...
PROD-465
2019-07-25 23:52:49 +05:00
Adeel Khan
10ae9f5bf1
Fix edx-platform templates for xss.
...
This is part of a multiple PR to escape
edx-platform templates to prevent xss attack.
PROD-465
2019-07-12 00:52:35 +05:00
Matt Tuchfarber
b1998e202e
Merge pull request #20945 from edx/tuchfarber/remove_journals
...
Remove all references to Journals
2019-07-11 11:08:24 -04:00
Adeel Khan
30d8dfb5dd
Fix edx-platform templates for xss.
...
This is part 2 of a multiple PR to escape
edx-platform templates to prevent xss attack.
PROD-465
2019-07-10 13:31:02 +05:00
Matt Tuchfarber
2583d317db
Remove all references to Journals
2019-07-09 14:19:25 -04:00
Hammad Ahmad Waqas
63d7b7d6fa
applying filter to remove dangerous html content before rendering in
...
course_about page on course overview field
2019-06-21 16:06:26 +05:00
tanyaxp
a7bc22eb9c
Remove the course name from the enroll button. ( #20635 )
...
Remove the course name from the enroll button.
Replace the course name and change the button text to ‘Enroll Now’. The course name appears above this button.
Use case: The Threat of Nuclear Terrorism course team would prefer "Enroll Now” instead of "Enroll in Nuclear Terrorism" because of various interpretations of what "enrolling in nuclear terrorism" could mean.
2019-06-11 15:59:22 -04:00
Farhanah Sheets
6bd3f2ff51
Add in messaging for 403 error cases on about pages and update error color for a11y
2019-06-07 11:22:52 -04:00
David Ormsbee
12d893862c
Merge pull request #20632 from tanyaxp/progress-certificates-title
...
Remove the word "Student" from the progress title.
2019-06-03 10:33:48 -04:00
Luis Moreno
0996cd8642
Mark missing string for internationalization
2019-05-28 15:28:44 -04:00
DawoudSheraz
4329168810
add visual check for due dates in self-paced courses
2019-05-16 16:35:42 +05:00
Tanya Priyadarshini
1c2c04a117
Remove the word "Student" from the title.
...
At Stanford, we are required to refer to users as participants. Removed the word
Student from the progress certificate title. The word "Student" does not change when the
user context is changed.
2019-05-15 12:37:52 -07:00
Nimisha Asthagiri
eb0791ec89
Inter-app API cleanup for Grades
2019-05-04 11:35:06 -04:00
Zainab Amir
14fdc28daa
Fix search to show courses one time
...
The course_listing.js view injects courses for search in
ul element containing class courses-listing. Removing this
class from journal and journal bundles will solve the problem
LEARNER-7210
2019-04-29 12:07:56 +05:00
Jolyon Bloomfield
963ec44826
Hiding overall grades for a sequential when problem scores are hidden
2019-03-29 11:48:13 -07:00
Mike Dikan
2c149ca6be
Removing the Deprecated the 'external_auth' package in favor of 'third_party_auth' which is the current recommendation.
2019-03-02 16:06:46 -05:00
Luis Moreno
c5f396b142
Fix to pass xss commit linter
2019-02-21 22:04:28 -04:00
Luis Moreno
12931ae442
Fix date format
2019-02-21 20:29:08 -04:00
David Ormsbee
4aa6446533
Merge pull request #19385 from open-craft/pooja/implement-public-cohort
...
Implement public cohort for anonymous and unenrolled users
2019-02-08 13:28:02 -05:00
Michael Roytman
be80859443
Merge pull request #19683 from edx/matthugs/lms-onboarding-copy-changes
...
LMS copy changes to support using proctortrack's onboarding exams
2019-02-08 11:49:17 -05:00
Pooja Kulkarni
9ddb1cc074
Implement public cohort
...
This PR is based on #19284 and is part of the
series of work related to the proposal #18134 .
This PR avoids the assignment of
anonymous/unenrolled users to any cohort when
course is public. Anonymous or unenrolled users
will only see content that does not have a
content group assigned.
The "View Course" link to the course outline
is shown on the course about page for a course
marked public/public outline.
It also makes course handouts available for
public courses (not for public_outline).
This PR also hides the different warnings and
messages asking the user to sign-in and enroll
in the course, when the course is marked public.
It modifies the default public_view text to
include the component display_name when
unenrolled access is not available.
2019-02-07 21:42:21 +05:30
Matt Hughes
a49f64a990
LMS copy changes to support using proctortrack's onboarding exams
...
rather than using practice exams
JIRA:EDUCATOR-3960
2019-02-06 15:27:06 -05:00
Zach Hancock
8a55435b1e
progress page to represent gradebook overrides
2019-02-04 17:06:53 -05:00
Matt Hughes
12b5da3ae3
Improve screen real estate usage of proctoring courseware banner
...
The banner took up too much room with the browser
zoomed in. This adds a button to hide/show much of the copy, reducing the
portion of the page on zoomed-in desktop browsers stickily obscuring
courseware. The toggle's initial state is set according to browser
width.
update semantic structure of some proctoring banner elements
JIRA:EDUCATOR-3899
JIRA:EDUCATOR-3900
2019-01-28 14:11:41 -05:00