33673 Commits

Author SHA1 Message Date
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
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
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
Andrew Nicols
941d0df29e
MDL-83412 core: Use LLL/LLLL for standalone Month names
We currently use MMM and MMMM which mean 'month in year', however in
some locales this is context-specific and should only be used in
conjunction with a day, for example "10 October 2024".

LLL and LLLL are for "stand-alone on the in year" and should be used
when a month is used without a day.
2024-11-28 11:46:35 +08:00
Huong Nguyen
376bcbe79f
Merge branch 'MDL-63264' of https://github.com/paulholden/moodle 2024-11-28 10:45:51 +07:00
Huong Nguyen
9bfa5c2b65
Merge branch 'MDL-83653' of https://github.com/timhunt/moodle 2024-11-28 10:21:07 +07:00
Jun Pataleta
e84d95ed67
MDL-83811 dml: Make expected debugging message less specific
* Plus minor fixes for better unit test assertions
2024-11-28 10:03:42 +08:00
Huong Nguyen
f27ba19f25
Merge branch 'MDL-83658-main' of https://github.com/praxisdigital/moodle 2024-11-27 09:50:48 +07:00
Jun Pataleta
4e22073a9b
MDL-83811 core: Make sure to trim leading backslashes too for Windows 2024-11-27 10:36:46 +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
jacob.viertel@wunderbyte.at
1773124a97 MDL-83473 course: hooks api for external courses 2024-11-26 09:11:45 +01:00
Huong Nguyen
86c1eaa4ef
Merge branch 'MDL-83786-main' of https://github.com/andrewnicols/moodle 2024-11-25 14:34:25 +07:00
Shamim Rezaie
0af9b5ca7e Merge branch 'MDL-71378_main' of https://github.com/SimonasAdams/moodle 2024-11-25 18:21:18 +11:00
Huong Nguyen
6ef15493a2
Merge branch 'MDL-83704-main' of https://github.com/andrewnicols/moodle 2024-11-25 10:15:21 +07:00
Paul Holden
466f6e88b5
MDL-63264 enrol: retrieve additional welcome message contact data.
The `maildisplay` field is required to determine from whom to send
the welcome message.

Co-authored-by: Zak Risha <zjrisha@gmail.com>
2024-11-22 16:17:39 +00:00
Paul Holden
dfcbfde2bb
MDL-83614 javascript: apply icon class to legacy lightbox spinner. 2024-11-22 16:13:24 +00:00
Jun Pataleta
1a85875c34
NOBUG: Add upgrade notes 2024-11-22 22:26:24 +08:00
Andrew Nicols
305952533d
Merge branch 'MDL-82589' of https://github.com/paulholden/moodle 2024-11-22 10:50:48 +07:00
Andrew Nicols
9781d5f392
MDL-83786 navigation: Correct incorrect paren in navfilter
This condition was checking whether navgfilter was true, and the
stringfilter was also true.

In most cases the condition will have actually worked correctly, albeit
by fluke. For users upgrading or otherwise missing the navfilter
configuration this condition led to warnings.
2024-11-22 08:36:17 +08:00
Andrew Nicols
0ec23aca48
Merge branch 'MDL-83501-url-encode-nginx-paths' of https://github.com/rajandangi/moodle 2024-11-21 11:47:59 +08:00
Jun Pataleta
94b89dd9d4
Merge branch 'MDL-83290-main' of https://github.com/meirzamoodle/moodle 2024-11-21 11:46:08 +08:00
Jun Pataleta
e5a241a02c
Merge branch 'MDL-71257-main' of https://github.com/junpataleta/moodle 2024-11-21 11:33:32 +08:00