Jeff LaJoie
fa3b1cd835
AA-6: Adds in dates tab and dates dashboard view to courseware
2020-02-25 10:48:45 -05:00
Zia Fazal
8fbe6e6fa9
Merge pull request #23169 from edx/ziafazal/ENT-2597
...
ENT-2597: Use encodeURIComponent instead of encodeURI
2020-02-24 19:46:06 +05:00
uzairr
3b0638e3b2
Fix alert css for smaller viewports
...
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
2020-02-24 17:31:28 +05:00
edX Transifex Bot
2562c0c171
fix(i18n): update translations
2020-02-24 10:53:19 +00:00
zia.fazal@arbisoft.com
eeb390862c
Use encodeURIComponent instead of encodeURI
...
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
2020-02-24 12:58:15 +05:00
edX Transifex Bot
babd15259e
fix(i18n): update translations
2020-02-23 16:33:36 -05:00
edx-transifex-bot
67c79e27b4
fix(i18n): update translations ( #23155 )
2020-02-21 15:26:21 +05:00
Ahtisham Shahid
cf41d6ebef
Merge pull request #23123 from edx/ahtisham/PROD-452
...
Fixed staff debug in instructor tab
2020-02-19 16:33:49 +05:00
Ahtisham Shahid
62e1ad6216
Fixed binding issue
...
updated selector
updated var name
2020-02-19 13:39:05 +05:00
Dillon Dumesnil
fe91d63a0b
Show relevant dates in course dates sidebar
...
This includes (at least) upcoming assignments, FBE access
expiration, and course end date.
AA-4
2020-02-18 08:42:15 -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
Dillon Dumesnil
00fe1495b4
Revert commits for AA-4
2020-02-10 12:10:59 -05:00
Dillon Dumesnil
490e93635f
AA-4: CSS updates in date widget
2020-02-07 11:53:23 -05:00
Dillon Dumesnil
23486a560d
Show relevant dates in course dates sidebar
...
This includes (at least) upcoming assignments, FBE access
expiration, and course end date.
AA-4
2020-02-06 16:01:46 -05:00
Michael Terry
ea92073e08
Limit course outline to a depth of two
...
Previously, we'd show three layers deep (section, subsection, and
unit). But now we cut out unit and stop at subsection.
AA-17
2020-02-03 14:49:34 -05:00
Nicholas D'Alfonso
f8051f970b
AA date description font size
...
- make the font size of the description in the date widget the
same as the title.
2020-01-29 11:37:44 -05:00
Waheed Ahmed
2cf888135b
Fix course enroll button on program details.
...
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
2020-01-27 15:41:27 +05:00
Ahtisham Shahid
03e7ec97aa
Updated border color on login page fields
2020-01-20 16:40:59 +05:00
adeelehsan
3894021ada
Merge pull request #22585 from edx/aehsan/prod-1063/added_unsubscribe_link_in_bulk_email
...
Unsubscribe link added in bulk emails
2020-01-17 12:23:39 +05:00
Adeel Khan
c06e7cecc0
Fix footer link for wcag.
...
PROD-604
2020-01-16 03:24:19 +05:00
adeelehsan
12708a093d
Unsubscribe link added in bulk emails
2020-01-15 16:56:35 +05:00
Nicholas D'Alfonso
796f1802d2
remove left boarder from upcoming dates
2020-01-14 10:56:02 -05:00
Nicholas D'Alfonso
3ad963b8a7
AA-3 course dates cleanup
...
-change Important Course Dates to Upcoming Dates
-remove today's date
-left align date, right aling rest of info
2020-01-13 14:58:23 -05:00
Robert Raposa
909d650667
Merge pull request #22517 from edx/robrap/ARCH-1253-remove-login-shim-part-3
...
ARCH-1253: remove shim_student_view from LoginSession.post - Part 3
2020-01-02 11:46:20 -05:00
George Babey
6546d394fe
Merge pull request #22510 from edx/hasnain-naveed/ENT-2452
...
ENT-2452, ENT-2068 | Made the lms and learner portal alerts responsiv…
2019-12-19 09:10:23 -05:00
Zaman Afzal
f20a064a0c
ENT-2500 Bypass multiple enterprise selection page for SAML user ( #22459 )
2019-12-19 13:16:38 +05:00
Robert Raposa
2e2ceeae8d
update logistration js to require json
...
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
2019-12-18 10:20:18 -05:00
hasnain.naveed
11f305b944
ENT-2452, ENT-2068 | Made the lms and learner portal alerts responsive. Added the lms alert's style in learner portal alert.
2019-12-13 17:59:52 +05:00
Hasnain Naveed
2316aba391
Merge pull request #22456 from edx/hasnain-naveed/ENT-1961
...
ENT-1961 | Making the manual enrollment reason field optional via con…
2019-12-13 11:03:20 +05:00
Robert Raposa
d79e7df32b
use login_ajax for logistration
...
- 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
2019-12-12 10:39:49 -05:00
hasnain.naveed
c926a13f41
ENT-1961 | Making the manual enrollment reason field optional via configuration flag ENABLE_MANUAL_ENROLLMENT_REASON_FIELD.
2019-12-10 17:31:58 +05:00
Kyle McCormick
dcf5d70bc4
Create UI for CSV team management ( #22310 )
...
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
2019-12-02 11:27:05 -05:00
uzairr
34134ff229
Resubmit Photo-Verification button must appear in approval box.
...
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.
2019-11-21 15:21:14 +05:00
Adeel Khan
6b04b57448
Fixing error message for consistency
...
This patch would make financial
assistance form help message to be
consistent with implementation. Using
characters limit instead of word limit.
PROD-733
2019-11-18 14:58:29 +05:00
irfanuddinahmad
8b5e8968ed
updated the login flow for multiple enterprise
2019-11-12 19:47:02 +05:00
Waheed Ahmed
a0fe9f3c7a
Fix program card for smaller screens like ipad.
...
Text was overflowing from card on screens containing resolution
between 768 to 810 pixels.
PROD-748
2019-11-04 16:15:15 +05:00
Luis Moreno
2f22e0189d
Mark string as translatable
2019-10-25 19:22:24 -04:00
Luis Moreno
f4ca8bdf48
Addressing feedback
2019-10-25 19:22:24 -04:00
Luis Moreno
d1f96748c5
Do not remove last sentence in StudentAccountDeletion message
2019-10-25 19:22:24 -04:00
Luis Moreno
35bd58a7e4
Use MKTG ROOT LINK instead of LMS_ROOT_URL
2019-10-25 19:22:24 -04:00
jfavellar90
1b5c27eea3
Making student account deletion components a bit site aware
2019-10-25 19:22:24 -04:00
julianajlk
6e0914ad5d
add FPD banner to courseware ( #22113 )
...
REV-980
2019-10-23 09:33:11 -04:00
julianajlk
98f907f23c
Revert "add first purchase discount to courseware ( #22058 )"
...
This reverts commit 059b619794 .
2019-10-21 13:57:18 -04:00
julianajlk
059b619794
add first purchase discount to courseware ( #22058 )
...
REV-980.
* moved get_first_purchase_offer_banner_fragment to Discounts utils.py
* added banner wrapper method
* updated banner with time limit
2019-10-21 13:56:38 -04:00
Matthew Piatetsky
f6d0bf77df
check if discount expired
2019-10-16 11:32:27 -04:00
Douglas Hall
bf3d337312
Fix dismissal of enterprise learner portal banner. ( #22015 )
2019-10-11 11:49:09 -04:00
Douglas Hall
c9aa258495
Do not display enterprise learner portal banner if no enterprise learner portals exist for user. ( #22005 )
2019-10-10 19:02:15 -04:00
Brittney Exline
6e2887f851
Add enterprise portal links to user dropdown menu and dashboard alerts. ( #21833 )
2019-10-09 16:01:41 -04:00
Diana Huang
df32ffd37b
Remove notes app and remaining js.
2019-10-02 15:00:37 -04:00
Zainab Amir
ad41b7b2c0
Use edx-ui-toolkit for KeyCodes ( #21743 )
...
PROD-687
2019-09-24 13:42:56 +05:00