- Mar 17, 2020
-
-
Nathan Sprenkle authored
* Change upload div to a button for focus styling * Fix team membership button resize on focus * Remove box shadow from focus styling
-
Brandon Baker authored
* Upgrade frontend-enterprise and pass in user ENT-2648 * Add react-router-dom * Add back caret
-
Adeel Khan authored
Explore new courses links gets disabled by ad blocker. Changing class name to bypass this. PROD-1348
-
- Mar 16, 2020
-
-
Jeff LaJoie authored
-
- Mar 12, 2020
-
-
Nicholas D'Alfonso authored
- Also, only show banner if the course end_date has not already pass AND if the user is verified within the course.
-
- Mar 11, 2020
-
-
Dillon Dumesnil authored
-
- Mar 10, 2020
-
-
Dillon Dumesnil authored
-
- Mar 09, 2020
-
-
edX Transifex Bot authored
-
- Mar 04, 2020
-
-
Nicholas D'Alfonso authored
- for self paced courses, if a sequential's due date has passed and it is incomplete, allow the user to reset the start_date for the related schedule to now, thus shifting all due dates for all sequentials within the course by the pre determined due date offset. - add historical table to the Schedule model.
-
- Feb 25, 2020
-
-
Jeff LaJoie authored
-
- Feb 24, 2020
-
-
uzairr authored
Alert msgs are not aligned as expected in their enclosing divs on smaller devices.To make them aligned its css is fixed so that user experience can be improved. PROD-1032
-
edX Transifex Bot authored
-
zia.fazal@arbisoft.com authored
We should use encodeURIComponent instead of encodeURI when encoding part of uri like querystring. encodeURI does not encode `+` sign. For example a query string parameter like `scope=user_id+profile+email` is not encoded by `encodeURI` which results in invalid url on select multiple enterprise page. Fixed broken test
-
- Feb 23, 2020
-
-
edX Transifex Bot authored
-
- Feb 21, 2020
-
-
edx-transifex-bot authored
-
- Feb 19, 2020
-
-
Ahtisham Shahid authored
updated selector updated var name
-
- Feb 18, 2020
-
-
Dillon Dumesnil authored
This includes (at least) upcoming assignments, FBE access expiration, and course end date. AA-4
-
- Feb 14, 2020
-
-
Ahtisham Shahid authored
added unit test js fixed test js updated test commetn updated xss
-
- Feb 10, 2020
-
-
Dillon Dumesnil authored
-
- Feb 07, 2020
-
-
Dillon Dumesnil authored
-
- Feb 06, 2020
-
-
Dillon Dumesnil authored
This includes (at least) upcoming assignments, FBE access expiration, and course end date. AA-4
-
- Feb 03, 2020
-
-
Michael Terry authored
Previously, we'd show three layers deep (section, subsection, and unit). But now we cut out unit and stop at subsection. AA-17
-
- Jan 29, 2020
-
-
Nicholas D'Alfonso authored
- make the font size of the description in the date widget the same as the title.
-
- Jan 27, 2020
-
-
Waheed Ahmed authored
If there is no dropdown for a course but there is another course in program which have a dropdown, $('.run-select').val() returns that run's value. Fixed by using $el. PROD-1217
-
- Jan 20, 2020
-
-
Ahtisham Shahid authored
-
- Jan 15, 2020
-
-
Adeel Khan authored
PROD-604
-
adeelehsan authored
-
- Jan 14, 2020
-
-
Nicholas D'Alfonso authored
-
- Jan 13, 2020
-
-
Nicholas D'Alfonso authored
-change Important Course Dates to Upcoming Dates -remove today's date -left align date, right aling rest of info
-
- Dec 19, 2019
-
-
Zaman Afzal authored
-
- Dec 18, 2019
-
-
Robert Raposa authored
This is Part 3 of clean-up for removing the shim from LoginSessionView.post. Not that the shim should be gone, the frontend code can be simplified to always provide the shimless version of the code. ARCH-1253
-
- Dec 13, 2019
-
-
hasnain.naveed authored
ENT-2452, ENT-2068 | Made the lms and learner portal alerts responsive. Added the lms alert's style in learner portal alert.
-
- Dec 12, 2019
-
-
Robert Raposa authored
- use login_ajax (in place of login_session with shim) for logistration's call to login POST - add toggle for using login_ajax from logistration - FEATURES['ENABLE_LOGIN_POST_WITHOUT_SHIM'] - add custom metrics for redirect_url - update test for third-party auth error_code NOTE: The error_code `third-party-auth-with-no-linked-account` was introduced in JSON in this earlier PR: https://github.com/edx/edx-platform/pull/22452/files ARCH-1253
-
- Dec 10, 2019
-
-
hasnain.naveed authored
ENT-1961 | Making the manual enrollment reason field optional via configuration flag `ENABLE_MANUAL_ENROLLMENT_REASON_FIELD`.
-
- Dec 02, 2019
-
-
Kyle McCormick authored
Adds "Manage" sub-tab to course "Teams" tab with UI for downloading and uploading team membership CSVs. The upload and download function- ality are currently not implemented. The new tab only appears when the user is course staff and the course has at least one instructor-managed team-set, which is not the case for any existing courses, so not current course staff will see this change. This ticket will be followed-up upon in MST-44 and MST-49. MST-41
-
- Nov 21, 2019
-
-
uzairr authored
Currently, Resubmit photo-verification button is not been displayed inside the approval box on dashboard.In order to allow a learner to resubmit before expire it must be displayed in it.
-
- Nov 18, 2019
-
-
Adeel Khan authored
This patch would make financial assistance form help message to be consistent with implementation. Using characters limit instead of word limit. PROD-733
-
- Nov 12, 2019
-
-
irfanuddinahmad authored
-
- Nov 04, 2019
-
-
Waheed Ahmed authored
Text was overflowing from card on screens containing resolution between 768 to 810 pixels. PROD-748
-
- Oct 25, 2019
-
-
Luis Moreno authored
-