Paul Holden
bb411f2ac7
Merge branch 'MDL-84877-main' of https://github.com/andrewnicols/moodle into main
2025-03-20 15:25:24 +00:00
Jun Pataleta
b94d00d2fc
MDL-84387 message: Update expected notification message
2025-03-20 13:35:13 +08:00
Andrew Nicols
53ba66f180
MDL-84877 core_message: Notification preferences should use a Toast
2025-03-14 14:33:36 +08:00
Mikel Martín
11657fe082
MDL-84692 theme_boost: Update .btn-icon class
...
- Update and improve styles for .btn-icon helper class for consistency.
- Added new $btn-icon-border-radius SCSS variable to cuztomize the btn-icon
border radius.
- Fix and simplify current .btn-icon usages
2025-03-04 10:23:00 +01:00
Jun Pataleta
0ad0c882f2
Merge branch 'MDL-80519-main' of https://github.com/roland04/moodle
2025-02-27 10:22:48 +08:00
Mikel Martín
f9d5238ccb
MDL-80519 theme_boost: Fix deprecated BS4 SCSS usages
2025-02-25 13:13:58 +01:00
Mikel Martín
d6e71f9b61
MDL-84613 theme_boost: Fix visually hidden focusable content
2025-02-21 13:13:26 +01:00
Amaia Anabitarte
e04dc9dea6
MDL-75669 message: Fixing preferences behat
...
This commit fixes "As an admin I can view and edit message preferences
for a user" behat
2025-02-17 08:13:48 +01:00
Mikel Martín
0c586b41c1
MDL-75669 theme_boost: Fix BS5 related JS
...
- Migrate Boostrap components related JS from JQuery to vanilla JS.
- Migrate Boostrap components related Events from JQuery to vanilla JS.
2025-02-17 08:13:11 +01:00
Mikel Martín
8f2b26dd26
MDL-75669 theme_boost: Fix double closing icon on BS5 buttons
...
- With BS5 now closing icon ("X") on modals, alerts, ... is being displayed twice.
This commit Fixes that incorrect behaviour.
2025-02-14 10:58:36 +01:00
Mikel Martín
691e6c6042
MDL-75669 theme_boost: Refactor btn-block class removed in BS5
2025-02-14 10:58:36 +01:00
Mikel Martín
04975cd2b2
MDL-75669 theme_boost: Refactor custom form elements to BS5
...
- .custom-check is now .form-check.
- .custom-check.custom-switch is now .form-check.form-switch.
- .custom-select is now .form-select.
- .custom-file and .form-file have been replaced by custom styles on top of .form-control.
- .custom-range is now .form-range.
- Dropped .input-group-append and .input-group-prepend. You can now just add buttons
and .input-group-text as direct children of the input groups.
2025-02-14 10:58:36 +01:00
Mikel Martín
5416483611
MDL-75669 theme_boost: Refactor BS5 data attributes
...
Data attributes for all Bootstrap5 JavaScript plugins are now namespaced
to help distinguish Bootstrap functionality from third parties and your own code.
For example, data-bs-toggle instead of data-toggle.
This commit refactor all old Bootstrap data-attributes to the new syntax.
Co-authored-by: Daniel Ziegenberg <daniel@ziegenberg.at >
2025-02-14 09:10:33 +01:00
Angelia Dela Cruz
1fb001768b
MDL-84102 message: Behat for setting default notification preferences
2025-02-12 13:20:13 +08:00
Huong Nguyen
39220c7ac1
Merge branch 'MDL-84101-main' of https://github.com/lameze/moodle
2025-01-23 09:08:27 +07:00
Angelia Dela Cruz
e9fc27e6f6
MDL-84101 message: Behat test for managing notification options
2025-01-23 07:32:10 +08:00
Huong Nguyen
a93ce36da5
Merge branch 'MDL-82944-main' of https://github.com/davewoloszyn/moodle
2025-01-21 11:23:18 +07:00
Andrew Nicols
b95a8c6ecc
MDL-83468 phpunit: Fix data provider param names
2025-01-20 16:47:55 +01:00
David Woloszyn
1afbe03ec8
MDL-82944 message: Notify user about unsent messages
2025-01-16 13:46:21 +11:00
Jun Pataleta
6e7e323520
Merge branch 'MDL-73909-main' of https://github.com/raortegar/moodle
2025-01-09 12:20:59 +08:00
Jun Pataleta
1ff50ac088
NOBUG: Bump versions for main to the current date
2024-12-18 23:53:12 +08:00
Jun Pataleta
4929d6c3d1
Merge branch 'MDL-81520-main' of https://github.com/andrewnicols/moodle
2024-12-11 13:41:15 +08:00
Andrew Nicols
c2414e5a45
MDL-81520 core: Fix test finality
2024-12-11 12:30:23 +08:00
Mikel Martín
f9abc562f5
MDL-81825 theme_boost: Refactor .sr-only usages for BS5
...
- Add .visually-hidden to the Boostratp 5 bridge SCSS file
- Replace .sr-only occurrences with .visually-hidden
- Replace .dropzone-sr-only-focusable with .dropzone-visually-hidden-focusable
for consistency
2024-12-10 14:02:32 +01:00
raortegar
01f13bee19
MDL-73909 core_message: Admin notification preferences saved on toggle
2024-12-09 10:31:04 +01:00
Huong Nguyen
7fd11604da
Merge branch 'MDL-81821-main' of https://github.com/roland04/moodle
2024-11-28 13:23:54 +08:00
Jun Pataleta
03729748d1
MDL-83470 core: Remove upgrade steps from 4.1
2024-11-27 10:27:09 +08:00
Mikel Martín
636ab0fba9
MDL-81821 theme_boost: Refactor font utility classes for BS5
2024-11-26 15:17:30 +01:00
Andrew Nicols
a6acb015a3
MDL-81521 core: Update all possibly data providers to be static
...
Note: Some data providers could not be automatically be converted to
being static. These will be handled in a separate issue.
2024-11-15 12:50:55 +08:00
Mikel Martín
eed6ac78d2
MDL-83390 message: Fix category collapse icon
...
- Replace incorrect 't/collapsedcaret' with 't/collapsed' icon
- Add RTL icon for accessibility
2024-10-17 08:46:09 +07:00
Jun Pataleta
c9356e039f
MDL-83374 upgrade: add the 4.5.0 separation line to all upgrade scripts
2024-10-05 21:16:13 +08:00
Jun Pataleta
5b421c6db6
NOBUG: Add upgrade notes
2024-10-05 15:08:28 +08:00
Huong Nguyen
3a6640c461
NOBUG: Add upgrade notes
2024-10-04 21:06:11 +07:00
Michael Hawkins
f3189c1e1a
MDL-83352 message: Update usercantbemessaged string
2024-10-03 17:46:03 +07:00
Jun Pataleta
f24e0ecf53
MDL-83309 versions: Bump all versions and requires near release
2024-10-02 17:04:53 +08:00
Huong Nguyen
4d1c0cb04b
NOBUG: Add upgrade notes
2024-10-01 19:37:15 +07:00
Huong Nguyen
282421ce6c
NOBUG: Change upgrade notes version
2024-09-27 19:16:56 +07:00
Huong Nguyen
7b4ed9096f
NOBUG: Add upgrade notes
2024-09-27 18:45:07 +07:00
Paul Holden
2c3c0804de
MDL-82602 webservice: correct config link to enable for mobile.
2024-09-12 08:04:59 +01:00
Huong Nguyen
4f25ac1044
Merge branch 'MDL-82158-main' of https://github.com/andrewnicols/moodle
2024-08-27 10:01:38 +07:00
Andrew Nicols
c21aeeb380
MDL-82158 core: Update most uses of cache_ classes
2024-08-20 20:44:28 +08:00
Huong Nguyen
dca18ebca3
Merge branch 'MDL-81634-main' of https://github.com/andrewnicols/moodle
2024-08-20 09:30:44 +07:00
Huong Nguyen
e2708aeacf
NOBUG: Add upgrade notes
2024-08-16 08:37:50 +07:00
Sara Arjona
ab0d18eb00
Merge branch 'MDL-75671-main' of https://github.com/roland04/moodle
2024-08-13 09:20:47 +02:00
Ilya Tregubov
fbbd99c21e
Merge branch 'MDL-82497-main' of https://github.com/sarjona/moodle
2024-08-13 10:53:46 +08:00
Mikel Martín
6a5cb2e2a2
MDL-75671 theme_boost: Refactor border direction classes for BS5
...
- Add SCSS code for border direction utility classes to the Boostrap 5 bridge SCSS file
- Replace all occurrences in the codebase (border-left > border-start, border-right-0 > border-end-0, ...)
2024-08-09 07:40:18 +02:00
Mikel Martín
f179890ad5
MDL-75671 theme_boost: Refactor text direction classes for BS5
...
- Add SCSS code for text direction utility classes to the Boostrap 5 bridge SCSS file
- Replace all occurrences in the codebase (text-left > text-start, text-sm-right > text-sm-end, ...)
2024-08-09 07:40:17 +02:00
Mikel Martín
6baf2046d5
MDL-75671 theme_boost: Refactor float classes for BS5
...
- Add SCSS code for float utility classes to the Boostrap 5 bridge SCSS file
- Replace all occurrences in the codebase (float-left > float-start, float-sm-right > float-sm-end, ...)
2024-08-09 07:40:17 +02:00
Mikel Martín
0a03018116
MDL-75671 theme_boost: Refactor spacing classes for BS5
...
- Add SCSS code for spacing utility classes to the Boostrap 5 bridge SCSS file
- Replace all occurrences in the codebase (pr-1 > pe-1, ml-auto > ms-auto, ml-sm-3 > ms-sm-3, ...)
2024-08-09 07:40:17 +02:00
David Mudrák
7af4e8816f
MDL-82599 lang: Use the fixed strings in tests, too
2024-08-02 14:57:43 +02:00