Deborah Kaplan
29de9b2dc4
feat!: Legacy account, profile, order history removal ( #36219 )
...
* feat!: Legacy account, profile, order history removal
This removes the legacy account and profile applications, and the order
history page. This is primarily a reapplication of #31893 , which was
rolled back due to prior blockers.
FIXES: APER-3884
FIXES : openedx/public-engineering#71
Co-authored-by: Muhammad Abdullah Waheed <42172960+abdullahwaheed@users.noreply.github.com >
Co-authored-by: Bilal Qamar <59555732+BilalQamar95@users.noreply.github.com >
2025-02-10 14:39:13 -05:00
Juan Carlos Iasenza (Aulasneo)
7fa68243a0
style: Explore Courses button doesn't follow the same style conventions of MFE header ( #35994 )
2025-01-14 19:43:51 +00:00
Navin Karkera
e9ca49d3a6
fix: session_language url renamed to update_language
...
The url was renamed from session_language to update_language but it was still referred to in some html templates
2023-11-23 22:06:19 +05:30
Muhammad Abdullah Waheed
caf8e456e2
Revert "feat: Account and profile MFE legacy removal - redeployment ( #31893 )" ( #33542 )
...
This reverts commit 08f5e7e563 .
2023-10-19 12:26:29 +05:00
Muhammad Abdullah Waheed
08f5e7e563
feat: Account and profile MFE legacy removal - redeployment ( #31893 )
...
feat: Account and profile MFE legacy removal - redeployment
* Revert "Revert "FC-0001: Account pages -> micro-frontend (#30336 )" (#31888 )"
This reverts commit 90c4ca6e47 .
* refactor: removed filters test from user_api accounts
---------
Co-authored-by: Bilal Qamar <59555732+BilalQamar95@users.noreply.github.com >
2023-10-19 10:43:15 +05:00
Paulo Viadanna
26d8c2166d
feat: implements SHOW_REGISTRATION_LINKS feature toggle
...
(cherry picked from commit 3025ab5fe6f6f53d6af5b36681355efafa37c74b)
2023-09-01 15:06:40 +02:00
Braden MacDonald
9b9b88df52
chore: remove some usages of six (Python2 compat) ( #32554 )
...
* get rid of six.text_type(s)
* get rid of six.b()
* get rid of six.string_types
* get rid of six.PY2/six.PY3
* get rid of six.iteritems() and six.viewvalues()
2023-07-17 12:18:43 -07:00
Leangseu Kim
4e1ec05d9a
chore: remove resume last course
2023-03-27 11:49:38 -04:00
Muhammad Abdullah Waheed
90c4ca6e47
Revert "FC-0001: Account pages -> micro-frontend ( #30336 )" ( #31888 )
...
This reverts commit 0f02c7b3d9 .
2023-03-07 17:41:56 -05:00
Jansen Kantor
ef30d2d32e
feat: add cta buttons to public video xblock page
...
* feat: video share page buttons
* feat: pass along utm params
* feat: disbale register button on public video page
* fix: convert to class-based view
2023-03-07 14:24:27 -05:00
Sagirov Evgeniy
0f02c7b3d9
FC-0001: Account pages -> micro-frontend ( #30336 )
...
* feat: Account pages. Learner Profile page
* feat: Account pages. Account Settings page
* feat: Account pages. Removed unused styles
* feat: Account pages. Removed unused toggles
* feat: fixed tests and pylint errors
* feat: update redirect to account settings for student_dashboard
* feat: fix pylint errors
2023-03-07 17:41:52 +05:00
Darius Zivertas
6d7716552a
feat: Feature configuration option for disabling CookiePolicyBanner
...
ENABLE_COOKIE_POLICY_BANNER
2023-02-21 18:15:48 +02:00
Syed Sajjad Hussain Shah
9d30f45776
fix: change register button text ( #31343 )
...
VAN-1174
2022-11-25 16:01:37 +05:00
Jawayria
8e93280ec4
fix: replace 'ugettext' with 'gettext' in lms
2021-12-16 13:20:29 +05:00
HamzaIbnFarooq
582c02afc4
feat!: remove sysadmin dashboard feature w.r.t 0002-deprecate-sysadmin-dashboard-adr.rst
...
The sysadmin dashboard feature is converted into a plugable app named edx-sysadmin (https://github.com/mitodl/edx-sysadmin ) according to the decisison made at https://github.com/edx/edx-platform/blob/master/lms/djangoapps/dashboard/decisions/0002-deprecate-sysadmin-dashboard-adr.rst . Instances using sysadmin dashboard should use the new plugin from now onwards.
BREAKING CHANGE: sysadmin dashboard is removed
2021-04-08 09:15:11 -04:00
Sid Verma
e66b9e7fff
Add option to disable the help link
2021-03-05 08:36:28 +05:30
Waheed Ahmed
38187de0f9
Authn MFE: Toggle for microfrontend redirect.
...
VAN-308
2021-02-04 18:58:58 +05:00
adeelehsan
55d2a4f897
Logistration MFE renamed to authn
...
VAN-300
2021-01-29 11:37:54 +05:00
Saad Yousaf
b5ef613707
Logo text for edge ( #26100 )
...
* Logo text for edge
* Refactored code
Co-authored-by: Asad <asadazam93@gmail.com >
2021-01-22 15:45:14 +05:00
Kyle McCormick
d1a775d3cd
Use full names for lms.djangoapps imports ( #25401 )
...
* Use full LMS imports paths in LMS settings and urls modules
* Use full LMS import paths in Studio settings and urls modules
* Import from lms.djangoapps.badges instead of badges
* Import from lms.djangoapps.branding instead of branding
* Import from lms.djangoapps.bulk_email instead of bulk_email
* Import from lms.djangoapps.bulk_enroll instead of bulk_enroll
* Import from lms.djangoapps.ccx instead of ccx
* Import from lms.djangoapps.course_api instead of course_api
* Import from lms.djangoapps.course_blocks instead of course_blocks
* Import from lms.djangoapps.course_wiki instead of course_wiki
* Import from lms.djangoapps.courseware instead of courseware
* Import from lms.djangoapps.dashboard instead of dashboard
* Import from lms.djangoapps.discussion import discussion
* Import from lms.djangoapps.email_marketing instead of email_marketing
* Import from lms.djangoapps.experiments instead of experiments
* Import from lms.djangoapps.gating instead of gating
* Import from lms.djangoapps.grades instead of grades
* Import from lms.djangoapps.instructor_analytics instead of instructor_analytics
* Import form lms.djangoapps.lms_xblock instead of lms_xblock
* Import from lms.djangoapps.lti_provider instead of lti_provider
* Import from lms.djangoapps.mobile_api instead of mobile_api
* Import from lms.djangoapps.rss_proxy instead of rss_proxy
* Import from lms.djangoapps.static_template_view instead of static_template_view
* Import from lms.djangoapps.survey instead of survey
* Import from lms.djangoapps.verify_student instead of verify_student
* Stop suppressing EdxPlatformDeprecatedImportWarnings
2020-11-04 08:48:33 -05:00
Zainab Amir
49ea5f5188
Update logistration MFE feature flag ( #25356 )
...
update logistration MFE feature flag to not be used in conjunction
with Accounts MFE toggle.
VAN-11
2020-10-23 12:11:56 +05:00
Adeel Khan
0f98910df3
Pii suppression via HotJar
...
VAN-78
2020-09-30 10:36:26 +05:00
Alex Dusenbery
4bb1914ec6
ENT-3367 | Show at most 1 Enterprise Learner Portal dashboard link in the header user-menu. Also, guard against no branding config when getting learner portal data.
2020-09-18 10:23:32 -04:00
Zainab Amir
8f83d10528
Add Mechanism to enable logistration MFE ( #24908 )
...
Add a toggle that in conjuction with REDIRECT_TO_ACCOUNT_MICROFRONTEND
enables or disables logistration MFE.
VAN-3
2020-09-08 17:46:50 +05:00
Brittney Exline
1af80ff205
[ENT-3315] Reduce calls to enterprise-learner endpoint by looking up data from db
2020-08-12 15:24:39 -06:00
Aura Milena Alba
39900f052c
[BD-10] Remove uses of variable uses_pattern_library ( #24628 )
2020-08-11 09:57:12 -04:00
Alex Dusenbery
956bb1f1b4
Enterprise users for which the learner portal is enabled should not see 'Order History' in their user menu, since it is not relevant to their method of purchasing content.
2020-08-07 10:04:32 -04:00
Jeff LaJoie
bf11b68fda
ENT-2893: Updates header branding and href for Enterprise learners
2020-07-17 08:59:43 -04:00
Diana Huang
1c1c2e1c75
Remove shoppingcart references from templates.
2020-05-26 13:09:32 -04:00
Adam Stankiewicz
6d942bc94d
revert learner portal links blocking juniper release
2020-05-04 14:55:06 -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
Nimisha Asthagiri
2b8e6b0806
Rename cookie-policy-banner to frontend-component-cookie-policy-banner
2019-09-22 20:47:34 -04:00
Awais Jibran
1a4eb7d2e8
Pervent reverse tabnabbing in edx platform
2019-08-28 16:08:34 +05:00
Matt Tuchfarber
2583d317db
Remove all references to Journals
2019-07-09 14:19:25 -04:00
Douglas Hall
0f045ab5db
Add analytics tracking to Discover New header link. ( #20896 )
2019-06-25 16:36:59 -04:00
Douglas Hall
f9d599a1a0
Add Discover New link to LMS header. ( #20875 )
2019-06-21 15:41:06 -04:00
Douglas Hall
9880676e6a
Add site configuration check to order history MFE toggle.
2019-04-25 11:10:08 -04:00
Nimisha Asthagiri
dbde017a9b
Order History: Toggled redirection to Microfrontend
...
ARCH-641
2019-04-11 08:21:49 -04: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
Nimisha Asthagiri
d62114dede
Remove Profile Tab on Dashboard pages
2019-02-13 00:00:34 -05:00
Adeel Khan
bd1c6fa0c8
Adds selection state to elements for screenreader
...
Dashboard header was missing aria-current and
aria-selected attributes causing no information
exposed to screen reader about selection.This
would enable such info to be passed to screen
reader
LEARNER-6611
2018-12-19 10:26:05 -05:00
mduboseedx
932e7cacae
Merge pull request #17216 from proversity-org/proversity/edx-pr-unsupported-browser-alert
...
Show browser support alert
2018-10-02 09:45:01 -04:00
Ahsan Ulhaq
39f48a8c10
Reduce query to user table
...
LEARNER-6336
2018-09-26 17:16:42 +05:00
Diego Millan
33081e67cc
adding unsupported browser alert
2018-08-27 16:09:28 -05: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
Ned Batchelder
a570eb500b
Use context help in the LMS for Open edX
2018-06-22 11:10:57 -04:00
Eric Fischer
247bb50ed2
s/django.core.urlresolvers/django.urls/g
...
Django 1.10 deprecation fix for Hackathon XIX
Addresses PLAT-1397
2018-06-05 13:59:09 -04:00
Cole Rogers
623cb0d6ae
Removed GDPR flag and its functionality
2018-06-04 10:25:37 -04:00
Eric Fischer
e18448e27d
Silence deprecation warnings
...
https://docs.djangoproject.com/en/1.11/releases/1.10/#using-user-is-authenticated-and-user-is-anonymous-as-methods
2018-05-02 10:03:50 -04:00