Matthew Piatetsky
4822faccc4
[AA-910] Miscellaneous UI fixes and fixed unsubscribe link ( #29288 )
...
* fix: use pngs for the goal reminder email banner and remove redundant unsubscribe link
* fix: update
* fix: Miscellaneous UI fixes and fixed unsubscribe link
2021-11-09 13:56:12 -05:00
Matthew Piatetsky
3c0d824701
fix: use pngs for the goal reminder email banner and remove redundant unsubscribe link from the email ( #29215 )
...
* fix: use pngs for the goal reminder email banner and remove redundant unsubscribe link
* fix: update
2021-11-09 09:24:58 -05:00
Matthew Piatetsky
4583b639e6
fix: change svg to png and other email fixes ( #29145 )
2021-10-29 15:12:36 -04:00
julianajlk
c98cdbd1f7
feat: Add Track Selection error handling ( #28941 )
...
REV-2355
2021-10-29 10:02:41 -04:00
Waheed Ahmed
d5ab616ca8
feat: COPPA - remove primary/elementary option from education ( #29147 )
...
Remove `primary/elementary` option from education field if COPPA compliance
feature flag is enabled. Also, renamed the flag.
VAN-762
2021-10-28 14:12:53 +05:00
João Victor Martins
418fd7f4b1
feat: Add optional cohort and course mode to bulk register
...
This adds two optional columns to the bulk register/enroll csv: cohort and
course mode. This enables setting the course mode and cohort for a user in the
same process as bulk enrolling/registering.
2021-10-26 19:14:21 +02:00
Attiya Ishaque
7e3985291d
feat: [VAN-751] Put user's year of birth behind the feature flag ( #29025 )
2021-10-22 11:33:01 +05:00
Simon Chen
d543a23fe5
fix: User unretirement admin template use static instead of admin_static template library ( #29052 )
...
TNL-8884. This change would fix the issue where the undeleting a user results in 500. This is a change needed after the django version is upgraded to django 3.2
Co-authored-by: Simon Chen <schen@edx-c02fw0guml85.lan >
2021-10-18 12:33:38 -04:00
Albert (AJ) St. Aubin
32d35acf63
feat: update the text for unearned certificates
...
[MICROBA-1536]
2021-10-15 15:48:58 -04:00
Ahtisham Shahid
009f1aac0d
refactor: moved program journey data to appropriate tabs ( #28898 )
...
* refactor: moved program journey data to appropriate tabs
2021-10-07 14:15:09 +05:00
Muhammad Soban Javed
e58cae34e1
Merge pull request #28796 from edx/iamsobanjaved/django30-lang-BOM-2783
...
fix: use language preference from cookie instead of from session
2021-10-05 18:43:57 +05:00
ha-D
d3bc4601ae
feat: Add course-wide custom scripts
...
Imlements OEP-15 by adding two fields to the course settings:
- Course-wide Custom JS
- Course-wide Custom CSS
The resources defined in these fields will be rendered in all course pages.
Rebase b6cb629849..0578e1c4c6 onto b6cb629849 :
- Add course-wide resources to API for MFE use
- Revert "Add course-wide resources to API for MFE use" reverts commit 53648dcf0afe3cd171c9dc2eb5e56b871b2bcfb2
Signed-off-by: Gabor Boros <gabor.brs@gmail.com >
2021-10-04 11:24:45 -07:00
Soban Javed
44ddbdf925
fix: use cookies for storing language instead of session
...
- Fixed LANGUAGE_COOKIE settings name to LANGUAGE_COOKIE_NAME beacuse later is recognised by django
- Added test to verify cookies use in dark lang middleware
- Fixing Django 3.0 tests
2021-10-04 21:00:29 +05:00
Matthew Piatetsky
caec8f6f29
[AA-909] Create goal reminder email ( #28822 )
...
* feat: Create goal reminder email in ace
* creating email
2021-09-30 11:53:14 -04:00
Matthew Piatetsky
ae618151a9
fix: Remove debugging flag that is no longer necessary and refactor
2021-09-29 15:05:14 -04:00
julianajlk
a7759582df
fix: privacy banner close button issue in Track Selection ( #28814 )
2021-09-21 16:58:26 -04:00
julianajlk
94378cb06c
feat: add JS for upgrade button redirect in Track Selection ( #28805 )
...
REV-2387
2021-09-21 13:34:10 -04:00
Phillip Shiu
6d7dcef8d6
fix: correct typo, content is locked, not lost ( #28802 )
2021-09-21 09:49:55 -04:00
Sarina Canelake
c699923d03
Merge pull request #28628 from edx/sarina/i18n-tuneup
...
fix: abstract edX-specific strings
2021-09-21 08:57:58 -04:00
AsadAzam
208e1b177c
feat: Implement program discussions iframe ( #28770 )
...
* feat: Implement program discussions iframe
* Fixed conflicts
* Fixed conflicts
* Fixed conflicts
* Refactored code
2021-09-21 16:24:52 +05:00
Matthew Piatetsky
ba7518304c
Merge pull request #28675 from edx/AA-905
...
Populate the course goals user activity table when a user visits course-specific pages
2021-09-20 13:52:27 -04:00
Matthew Piatetsky
3200851563
start addressing comments
2021-09-20 13:08:12 -04:00
julianajlk
42d79c5ef5
fix: get correct root URL for Track Selection page ( #28772 )
...
REV-2387
2021-09-20 09:56:42 -04:00
Ahtisham Shahid
f2c3b5939d
feat: Moved Programs details data in respective tabs ( #28700 )
...
* feat: Moved Programs details data in respective tabs
2021-09-20 12:38:11 +05:00
sarina
0c74d347f7
fix: abstract edX-specific strings
2021-09-19 14:01:20 -04:00
Sarina Canelake
5ab43ca0c2
Merge pull request #28638 from edx/sarina/abstract-branded-url-strings
...
Remove or contextualize references to `edX.org` in translated strings
2021-09-16 12:58:06 -04:00
Andrew Shultz
9b4656c96d
Merge pull request #28753 from edx/ashultz0/rm-duplicate-verified-name-flag
...
fix: remove now unnecessary course flag for verified names
2021-09-16 10:28:21 -04:00
Phillip Shiu
b6e79c6dc8
fix: review comments on names and link variables
2021-09-15 15:20:23 -04:00
Andy Shultz
4b05f23d30
fix: remove now unnecessary course flag for verified names
...
MST-1020
2021-09-15 13:33:48 -04:00
sarina
a6616fd292
fix: Remove or contextualize refs to edX.org in strings
2021-09-15 12:21:10 -04:00
Phillip Shiu
9185b3335b
fix: correct relative paths in templates to track_selection.html
2021-09-15 12:08:21 -04:00
Phillip Shiu
9d259d7a99
refactor: remove folder track_selection_types
2021-09-15 12:08:21 -04:00
Phillip Shiu
2997e23f83
refactor: s/full_fbe/fbe, s/partial_fbe/unfbe + unfbe logic
2021-09-15 12:08:20 -04:00
Phillip Shiu
359f3cf3f6
fix: add partial_fbe.html
2021-09-15 12:08:20 -04:00
Phillip Shiu
2e5b922692
fix: abstract track selection bullets into new mako template
2021-09-15 12:08:08 -04:00
Dillon Dumesnil
1db8ee5edc
Merge pull request #28669 from edx/ddumesnil/misc-cleanup
...
refactor: Misc. clean up from dashboard investigation
2021-09-15 07:52:56 -07:00
julianajlk
519872a993
feat: add SVGs for icons in Track Selection, refactor URLs and tests ( #28701 )
...
REV-2133
2021-09-15 09:37:31 -04:00
julianajlk
5cfa680835
fix: add nested CSS to avoid popover class name override ( #28712 )
...
REV-2329
2021-09-10 15:32:53 -04:00
Dillon Dumesnil
2760c96cfd
refactor: Misc. clean up from dashboard investigation
...
There are some refactors to use an existing variable and also
some removals for code paths that would never execute
2021-09-07 14:27:35 -04:00
julianajlk
fd3290e00d
fix: updates to Value Prop Track Selection from QA ( #28665 )
...
REV-2133
2021-09-07 14:23:35 -04:00
julianajlk
1749235761
fix: add scss import for Value Prop Track Selection ( #28585 )
...
REV-2133
2021-08-31 15:01:10 -04:00
SaadYousaf
bf64c34d9d
feat: add program discussion for learner dashboard
2021-08-31 11:15:44 +05:00
julianajlk
646245508a
fix: format audit deadline in Track Selection ( #28558 )
...
REV-2133
2021-08-27 13:45:03 -04:00
Phillip Shiu
9dc20e1432
fix: add accent to e in resumé in html files
...
Fixes: REV-2214
2021-08-25 13:33:06 -04:00
julianajlk
8d018fa799
Add Value Prop Track Selection template and CSS ( #28418 )
...
REV-2133
2021-08-20 14:46:25 -04:00
Arjun Singh Yadav
aee69cd5c4
fix: redirect unauthenticated user to the login page on enroll
2021-08-19 21:46:45 +08:00
mohtamba
25dfb9d4ca
Remove waffle flag for bulk allowance
...
Remove the waffle flag for bulk allowance, so by default the bulk allowance feature is enabled and is the only option.
2021-08-17 07:42:39 -04:00
Thomas Tracy
af82c6270a
MB-1192: [feat] Add course ended, not passing ( #28438 )
...
* MB-1192: [feat] Add course ended, not passing
If a student has not passed a course, the course has ended, and they have a verified seat, we want to show them a message at a glance on the
dashboard.
2021-08-11 11:35:15 -04:00
Michael Terry
f2bb92bc64
Merge pull request #28124 from open-craft/arjun/bb-4449-anchor-courseware-chormeless
...
fix: courseware-chromeless: cancel click event only when target is found
2021-08-09 14:39:37 -04:00
Robert Raposa
036a1a835c
Revert "MB-1192: [feat] Add course ended, not passing certificate status to dashboard messaging ( #28405 )" ( #28426 )
...
This reverts commit 35d9330c19 .
2021-08-09 12:38:14 -04:00