Adolfo R. Brandes
d95ac60dcc
Merge pull request #31976 from openedx/MJG/acc-edx-brand-removal
...
feat: Remove edX branding on account deletion
2024-02-27 12:26:32 -03:00
Awais Ansari
7fec28dea4
fix: newline and alignment bug in survey option mobile view ( #34295 )
2024-02-27 12:22:15 +05:00
Maria Grimaldi
bdb3c9f116
refactor: address PR reviews
2024-02-21 15:03:21 -04:00
Maria Grimaldi
acd2a91740
refactor: address PR reviews
2024-02-21 15:03:21 -04:00
Maria Grimaldi
99147d25e7
refactor: address PR reviews
2024-02-21 15:03:21 -04:00
mariagrimaldi
ac62e83958
feat: remove edX branding on account deletion
2024-02-21 15:03:21 -04:00
Attiya Ishaque
3a05fd20c6
refactor: Remove unused code for merchandising 2U LOBs ( #34230 )
2024-02-20 14:03:10 +05:00
Chris Pappas
6353bb2e8e
feat: make FA form error messaging more descript ( #34247 )
...
* feat: make FA form error messaging more descript
* chore: quality
* fix: split up tests
* fix: make test more specific
* chore: fix comment typo
* chore: fix comment typo
2024-02-16 13:12:40 -05:00
Eemaan Amir
84ed035298
Merge branch 'openedx:master' into INF-1230
2024-02-07 16:11:36 +05:00
eemaanamir
603d23f958
fix: survey xblock styling issues on mobile app
2024-02-07 16:08:54 +05:00
Navin Karkera
4a46ae9902
feat: filter courses by user language by default ( #33647 )
...
Adds a feature flag to filter courses by users preferred language by default
2024-02-07 08:53:04 +10:30
Jenkins
3ccd2d1ba6
chore(i18n): update translations
2024-01-14 16:04:24 -05:00
Jenkins
145609cb5e
chore(i18n): update translations
2024-01-02 15:28:09 -05:00
Jenkins
13cee3eac0
chore(i18n): update translations
2023-12-24 16:04:21 -05:00
Zainab Amir
c233327ea0
feat: remove unused recommendations code ( #33960 )
2023-12-20 16:56:39 +05:00
Jenkins
82f3cecd77
chore(i18n): update translations
2023-12-17 16:04:27 -05:00
Jenkins
299cafa985
chore(i18n): update translations
2023-12-10 16:04:28 -05:00
Juliana Kang
01f60b54e5
feat: Financial assistance form learner privacy update ( #33808 )
...
REV-2764
2023-12-08 10:59:45 -05:00
Jenkins
5547ec6ff3
chore(i18n): update translations
2023-12-05 09:53:06 -05:00
Jenkins
1734fdc0dc
chore(i18n): update translations
2023-11-26 16:09:14 -05:00
Jenkins
c53cf9f1c3
chore(i18n): update translations
2023-11-20 10:57:40 -05:00
lunyachek
9649e55502
fix: Absent message after submiting "Generate Exception Certificates" button at Instructor tab
2023-10-30 18:58:32 +02:00
Jenkins
7900711684
chore(i18n): update translations
2023-10-22 17:09:52 -04:00
thezaeemaanwar
0b3e4d73b6
feat!: Removed Badges App
...
fix: restored badges handlers
feat: remove FE code for badges
fix: resolved failing tests
fix: removed test case for badges app
fix: unused import error
fix: Response Field Count
fix: shareable account response length
fix: resolved PR comments
fix: revert settings override
feat!: Removed Badges App
fix: restored badges handlers
feat: remove FE code for badges
fix: resolved failing tests
fix: removed test case for badges app
fix: unused import error
fix: Response Field Count
fix: shareable account response length
fix: revert subscription badge
2023-10-18 20:30:04 +05:00
Yagnesh Nayi
98d0435167
feat: remove askbot changes in depr216 ( #33408 )
...
* feat: remove askbot changes in depr216
* feat: update cms test.py
* feat: update cms test.py
2023-10-05 09:19:59 -04:00
Juliana Kang
4d3ae9f665
feat: Show active subscriptions on Program Details apart from eligibility ( #33391 )
...
REV-3704
2023-10-04 08:48:37 -04:00
Juliana Kang
e10ba22e51
fix: Remove rendering of the subs upsell on dashboard sidebar ( #33324 )
...
REV-3705
2023-10-03 10:51:57 -04:00
Jorge Alberto Fandiño
b9e1819405
Merge branch 'master' into JF/fix_certificate_palm
2023-09-26 12:40:09 -04:00
Jenkins
d1e8026a8a
chore(i18n): update translations
2023-09-20 09:21:28 -04:00
Kshitij Sobti
8342e6bb5c
fix: loading of underscore and other text assets over CDN ( #33124 )
...
The text plugin for requirejs is used to load text assets such as .underscore files.
To avoid CORS issues when loading such assets from a different domain, such as a when
a CDN is in use, this plugin loads such assets as .js files by adding a script tag.
What this means in practice is that if you configure the platform to serve static
assets from a CDN, it will try to load `file.underscore.js` instead of
`file.underscore`. We can override this behaviour by providing a `useXhr` function
for the text plugin configuration. The plugin will use this function to determine
whether to use XHR or the script tag approach.
In this change we are asking it to always use XHR since the concerns about CORS
raised by the plugins documentation don't apply here.
ref: 3f9d4c19b3/README.md (xhr-restrictions)
2023-09-18 19:41:12 +05:00
Maria Grimaldi
dae1c75227
Merge branch 'master' into JF/fix_certificate_palm
2023-09-12 08:25:02 -04:00
Jenkins
9bae5cd26d
chore(i18n): update translations
2023-09-05 12:44:57 -04:00
Paulo Viadanna
26d8c2166d
feat: implements SHOW_REGISTRATION_LINKS feature toggle
...
(cherry picked from commit 3025ab5fe6f6f53d6af5b36681355efafa37c74b)
2023-09-01 15:06:40 +02:00
Jenkins
75f24ff513
chore(i18n): update translations
2023-08-27 17:05:27 -04:00
Mubbshar Anwar
6eba79af41
fix: update dashboard recommendations endpoint ( #33072 )
...
- Update recommendations endpoint from learner recommendations to edx recommendations.
- Added docstring to tell contributors that the recommendations related code has been moved to edx-recommendations plugin.
VAN-1596
2023-08-23 16:53:32 +05:00
Jenkins
e0ba05d657
chore(i18n): update translations
2023-08-20 17:05:35 -04:00
Jenkins
6a6ac0166c
chore(i18n): update translations
2023-08-14 15:43:08 -04:00
Jenkins
7c41be708e
chore(i18n): update translations
2023-08-07 12:05:42 -04:00
Syed Ali Abbas Zaidi
8480dbc228
chore: apply amnesty on existing not fixable issues ( #32215 )
...
* fix: eslint operator-linebreak issue
* fix: eslint quotes issue
* fix: react jsx indent and props issues
* fix: eslint trailing spaces issues
* fix: eslint line around directives issue
* fix: eslint semi rule
* fix: eslint newline per chain rule
* fix: eslint space infix ops rule
* fix: eslint space-in-parens issue
* fix: eslint space before function paren issue
* fix: eslint space before blocks issue
* fix: eslint arrow body style issue
* fix: eslint dot-location issue
* fix: eslint quotes issue
* fix: eslint quote props issue
* fix: eslint operator assignment issue
* fix: eslint new line after import issue
* fix: indent issues
* fix: operator assignment issue
* fix: all autofixable eslint issues
* fix: all react related fixable issues
* fix: autofixable eslint issues
* chore: remove all template literals
* fix: remaining autofixable issues
* chore: apply amnesty on all existing issues
* fix: failing xss-lint issues
* refactor: apply amnesty on remaining issues
* refactor: apply amnesty on new issues
* fix: remove file level suppressions
* refactor: apply amnesty on new issues
2023-08-07 19:13:19 +05:00
Maria Grimaldi
9f957c6657
Merge branch 'master' into JF/fix_certificate_palm
2023-08-07 09:09:57 -04:00
Jenkins
58f44a8176
chore(i18n): update translations
2023-08-06 17:05:09 -04:00
Jenkins
7be5246a3a
chore(i18n): update translations
2023-07-30 17:04:43 -04:00
Raymond Zhou
370ea809f4
feat: upd batch enrollment email msg ( #32837 )
2023-07-26 12:35:38 -04:00
Agrendalath
e746986820
feat: create Course Limited Staff role
...
This is an experimental approach to introduce a role which has all Course Staff
permissions, except for the Studio access.
Co-authored-by: 0x29a <demid@opencraft.com >
2023-07-21 15:09:41 +02:00
Jenkins
d79625ee72
chore(i18n): update translations
2023-07-19 11:34:52 -04:00
Nawfal Ahmed
8cd0cb0d07
feat: get subscription upsell values from env ( #32770 )
2023-07-18 17:43:39 +05:00
Nawfal Ahmed
84f4d2fb6f
fix: ui fixes for subscription programs ( #32693 )
...
* fix: hide title for mobile users in program dashboard
* fix: fix subscription trial remaining days logic
2023-07-11 14:17:29 +05:00
Beto Fandino
ab4db05f98
fix: order in the view of the signatures in the certificate when choice print
2023-07-10 18:13:33 -04:00
Jenkins
b70e3dc6ae
chore(i18n): update translations
2023-07-10 18:04:53 -04:00
Nawfal Ahmed
139d0b2392
feat: sort subscription programs in program dashboard ( #32651 )
2023-07-06 09:01:40 +00:00