Huong Nguyen
adb94bf614
Merge branch 'MDL-83883_main' of https://github.com/marxjohnson/moodle
2024-12-16 10:24:44 +07:00
Huong Nguyen
860bb57497
Merge branch 'MDL-83703-main' of https://github.com/andrewnicols/moodle
2024-12-16 10:07:57 +07:00
Huong Nguyen
bb3cda8b64
Merge branch 'MDL-75075-master' of https://github.com/NashTechOpenUniversity/moodle
2024-12-16 09:50:12 +07:00
Huong Nguyen
dab6f42de4
NOBUG: Add upgrade notes
2024-12-13 08:57:53 +07:00
Jun Pataleta
fce8ddcac8
Merge branch 'MDL-83765-main' of https://github.com/aanabit/moodle
2024-12-12 11:43:29 +08:00
Amaia Anabitarte
1d8d35a2c5
MDL-83765 core_output: deprecated functions have been removed from action_menu class.
2024-12-11 11:10:18 +01:00
Sara Arjona
1420e2fb5d
Merge branch 'MDL-82457-main' of https://github.com/laurentdavid/moodle
2024-12-11 08:57:09 +01: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
a973ea46d7
MDL-81825 core: Replace sr_text() with visually_hidden_text()
...
In core renderer, replace 'sr_text' method with 'visually_hidden_text' to be
consistent with Bootstrap 5 upgrade.
2024-12-10 14:02:34 +01: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
Laurent David
f8805b06d0
MDL-82457 core_analytics: Remove chat and survey from core
2024-12-10 08:59:18 +01:00
Laurent David
2be6563324
MDL-82457 core: Remove chat and survey dependencies
...
* Remove chat and survey plugins from the standard plugins
* Remove all related tables and settings from both plugins
using upgrade.
* Remove temporary admin notification (MDL-82297) and strings.
* PHP Unit:
- Remove chat and survey as a sample module for unit testing
replacing it with assignment module when possible (if not page).
- Remove chat and survey from bulk update test
* Behat: Remove chat and survey behat tests
2024-12-10 08:59:18 +01:00
Laurent David
8e5ac0e34f
MDL-82457 mod_chat: Remove mod_chat from Moodle 5.0
2024-12-10 08:59:18 +01:00
Laurent David
9d94ea58b6
MDL-82457 mod_survey: Remove mod survey from Moodle 5.0
2024-12-10 08:59:18 +01:00
Khoa Nguyen
c5e4c202f5
MDL-75075 core_tag: Add an option to render tag lists without links
2024-12-10 13:44:17 +07:00
Huong Nguyen
49c975b918
NOBUG: Add upgrade notes
2024-12-05 22:32:26 +07:00
Huong Nguyen
376a4b5f76
Merge branch 'MDL-83345' of https://github.com/paulholden/moodle
2024-12-05 12:05:12 +07:00
Huong Nguyen
8a72d26558
Merge branch 'MDL-83396-main' of https://github.com/davewoloszyn/moodle
2024-12-05 11:54:48 +07:00
Huong Nguyen
b07c5f48cb
Merge branch 'MDL-83641' of https://github.com/paulholden/moodle
2024-12-05 11:29:03 +07:00
Jun Pataleta
51be71b1bf
Merge branch 'MDL-83823-main-enfix' of https://github.com/mudrd8mz/moodle
2024-12-05 11:48:34 +08:00
Huong Nguyen
199fd9a02b
Merge branch 'MDL-83584-main' of https://github.com/sammarshallou/moodle
2024-12-05 10:12:24 +07:00
Huong Nguyen
3eb413343e
Merge branch 'MDL-83223-main' of https://github.com/meirzamoodle/moodle
2024-12-05 10:08:19 +07:00
Mark Johnson
e347532af4
MDL-83883 datafilter: Fix initial state of binary filter
...
When a filter is added to a page after the initial page load, no
initialValues are passed, so we need to set a default value.
2024-12-04 11:21:01 +00:00
meirzamoodle
48e652623d
MDL-83223 core: Use capture with addEventListener to intercept events
...
The issue is that Bootstrap’s dropdown component likely stops
event propagation after the first click to manage its own
dropdown behavior. This prevents your click event handler from
running on subsequent clicks.
To fix this, we can handle the event before Bootstrap’s code stops
the propagation by using capture option with addEventListener.
2024-12-04 10:35:36 +07:00
Jun Pataleta
cf5e586d03
MDL-61316 core: Fix session gc unit tests
2024-12-04 02:44:22 +00:00
meirzamoodle
cacf7546b9
MDL-61316 core: Removed 5x multiplier from guest session expiration
2024-12-04 02:44:22 +00:00
David Mudrák
ed0fffef85
MDL-83823 lang: Use the fixed strings in tests, too.
2024-12-03 20:08:25 +01:00
Paul Holden
8c1a4093b3
MDL-83345 reportbuilder: upgrade step to migrate existing filter data.
2024-12-03 16:42:36 +00:00
Paul Holden
f7e0e8cd96
MDL-83345 reportbuilder: migrate filter storage from user preferences.
...
Use a dedicated persistent table/model for storage of a users' report
filter configuration.
2024-12-03 16:42:35 +00:00
Huong Nguyen
3ffaddc136
Merge branch 'MDL-83128' of https://github.com/paulholden/moodle
2024-12-03 09:31:54 +07:00
Helen Foster
9f1293b10d
MDL-83823 lang: Import fixed English strings (en_fix)
2024-12-02 21:25:01 +01:00
Paul Holden
e1df293131
MDL-83641 cohort: allow 'includes' option be specified in form element.
2024-12-02 10:58:44 +00:00
Paul Holden
430020f3ba
MDL-83128 blocks: consistently style/align block list icons.
2024-12-02 09:25:16 +00:00
Jun Pataleta
62387aee48
Merge branch 'MDL-83648' of https://github.com/timhunt/moodle
2024-12-02 17:24:26 +08:00
Shamim Rezaie
17201694ef
Merge branch 'MDL-75610_main' of https://github.com/marxjohnson/moodle
2024-12-02 15:23:23 +11:00
Andrew Nicols
6ab400b733
MDL-83703 core: Remove support for subplugins.php
2024-12-02 10:08:28 +08:00
Andrew Nicols
426471917f
MDL-83703 core: Add unit tests for subplugin fetching
2024-12-02 10:08:28 +08:00
Tim Hunt
50b1b5eea1
MDL-83648 javascript dialogues: fix responsive behaviour
...
visibilityChanged in the dialogue base class does important things.
Therefore if ajaxException and exception also want to do something
else in response to the visibleChange event, it should use a
different method name, rather than a name that collides with the
base class method.
2024-11-29 16:05:46 +00:00
Sara Arjona
44a0f48a30
NOBUG: Add upgrade notes
2024-11-29 12:36:42 +01:00
David Woloszyn
a2f4f5bd3b
MDL-83396 core_ai: Create AI policy acceptance report
2024-11-29 17:40:06 +11:00
Jun Pataleta
053a0b367b
Merge branch 'MDL-83614' of https://github.com/paulholden/moodle
2024-11-28 13:23:55 +08:00
Huong Nguyen
7fd11604da
Merge branch 'MDL-81821-main' of https://github.com/roland04/moodle
2024-11-28 13:23:54 +08:00
Huong Nguyen
c77fb0e6e0
Merge branch 'MDL-83473_main' of https://github.com/dasistwas/moodle
2024-11-28 13:23:54 +08:00
Huong Nguyen
3db0bb1436
Merge branch 'MDL-83811-main' of https://github.com/junpataleta/moodle
2024-11-28 13:23:53 +08:00
Jun Pataleta
0069dde1d9
Merge branch 'MDL-83412-main' of https://github.com/junpataleta/moodle
2024-11-28 13:23:53 +08:00
Huong Nguyen
d08c982135
Merge branch 'MDL-83470-main' of https://github.com/junpataleta/moodle
2024-11-28 13:23:53 +08:00
Jun Pataleta
17e8952015
MDL-83470 core: Bump versions in moodle_minimum_php_version_is_met()
2024-11-28 13:23:50 +08:00
Jun Pataleta
6bd4b3fd68
MDL-83412 core: Coding style fixes
2024-11-28 11:54:31 +08:00
Andrew Nicols
7cb2b0ca40
MDL-83412 calendartype_gregorian: Use core_date
...
Update timestamp_to_date_string to use core_date.
2024-11-28 11:47:30 +08:00