116110 Commits

Author SHA1 Message Date
Mikel Martín
57cbb227cf MDL-83493 theme_boost: Fix popover triggering
Popovers were not being closed when clicking elsewhere resulting in
multiple popovers open at the same time that cannot be closed. That
was happening because the trigger for popovers was set to "focus" and
"click" at the same time. This patch removes the "click" as trigger.
Also, adds the click event listener to show the popover and avoid the
problem described in MDL-82570, that caused this regression.
2024-11-19 15:23:14 +01:00
Huong Nguyen
269a8a8a1b
weekly release 5.0dev 2024-11-15 09:21:08 +07:00
Huong Nguyen
093a2034b6
NOBUG: Add upgrade notes 2024-11-15 09:21:07 +07:00
Jun Pataleta
1b7b12140b
Merge branch 'MDL-81285' of https://github.com/paulholden/moodle 2024-11-14 12:18:26 +08:00
Huong Nguyen
6c14a8aa86
MDL-81509 tasks: Fix upgrade note 2024-11-14 11:08:57 +07:00
Huong Nguyen
94568bc5e0
Merge branch 'MDL-81509_final-deprecation-of-task_base-is_blocking-and-set_blocking' of https://github.com/ziegenberg/moodle 2024-11-14 11:07:45 +07:00
Jun Pataleta
90af0ec61e
Merge branch 'MDL-80926-main' of https://github.com/lameze/moodle 2024-11-14 12:06:42 +08:00
Huong Nguyen
cbc68e95ad
MDL-78890 gradereport_grader: Fix upgrade note 2024-11-14 11:04:13 +07:00
Huong Nguyen
123e29201c
Merge branch 'MDL-78890-main' of https://github.com/mihailges/moodle 2024-11-14 11:03:10 +07:00
Huong Nguyen
1c67e24a85
Merge branch 'MDL-83095_final-deprecation-of-functions-in-block_tag_youtube' of https://github.com/ziegenberg/moodle 2024-11-14 10:45:47 +07:00
Huong Nguyen
29d873b02c
Merge branch 'MDL-79165-main' of https://github.com/daledavies/moodle 2024-11-14 10:22:53 +07:00
Dale Davies
47ba008504
MDL-79165 cachestore_file: Add igbinary serializer option
AMOS BEGIN
 CPY [serializer_igbinary,cachestore_redis],[serializer_igbinary,cachestore_file]
 CPY [serializer_php,cachestore_redis],[serializer_php,cachestore_file]
AMOS END
2024-11-14 10:22:37 +07:00
Jun Pataleta
55fbe740ab
Merge branch 'MDL-74836_main' of https://github.com/marxjohnson/moodle 2024-11-14 10:46:00 +08:00
Huong Nguyen
43784b0d98
Merge branch 'MDL-46739_main' of https://github.com/marxjohnson/moodle 2024-11-14 09:26:43 +07:00
Huong Nguyen
a97260296d
Merge branch 'MDL-83185-main' of https://github.com/laurentdavid/moodle 2024-11-13 14:25:42 +07:00
Huong Nguyen
86908e8aa9
Merge branch 'MDL-80689' of https://github.com/timhunt/moodle 2024-11-13 14:00:25 +07:00
Nexterday
cb13bba9b6
MDL-74836 theme: Display activity header on secure layouts 2024-11-11 15:14:03 +00:00
Laurent David
fbe420fc26 MDL-83185 core_courseformat: Refresh cache on group change
* When we add users to a group (or remove them), we should refresh
the course index cache so it stays in sync with what the user
can actually see.
2024-11-11 13:17:27 +01:00
ferran
1f7faa941b MDL-83185 core_courseformat: Allow global state cache invalidation 2024-11-11 13:17:26 +01:00
Tim Hunt
8f9b57d5d3
MDL-46739 user preferences: change value column to TEXT.
Other similar columns config.value and config_plugins.value are TEXT, so
it is surprising that this column is different, and that has lead to
bugs in the past, so we should make it consistent.
2024-11-11 11:33:52 +00:00
Jun Pataleta
5b2b63c349
Merge branch 'MDL-79679_upgrade-constant-time' of https://github.com/ziegenberg/moodle 2024-11-11 11:47:47 +08:00
Huong Nguyen
07c33f409f
Merge branch 'MDL-81230_remove-deprecated-adhoc-tasks-in-BBB' of https://github.com/ziegenberg/moodle 2024-11-11 09:18:30 +07:00
Daniel Ziegenberg
064e809e88
MDL-83095 block_tag_youtube: Final remove of deprecated methods
Finale removal of block_tag_youtube::fetch_request() and
block_tag_youtube::render_video_list(). The functions where never meant
to be called from external, so removing them entirely.

Signed-off-by: Daniel Ziegenberg <daniel@ziegenberg.at>
2024-11-08 11:23:16 +01:00
Paul Holden
fae40c06e5
MDL-81285 factor_webauthn: inform user on failed key registration. 2024-11-08 10:13:06 +00:00
Daniel Ziegenberg
c14810e7d1
MDL-81509 tasks: Final deprecation of blocking tasks
Final deprecation of task_base::is_blocking and task_base::set_blocking.

Signed-off-by: Daniel Ziegenberg <daniel@ziegenberg.at>
2024-11-08 11:05:58 +01:00
Huong Nguyen
2b337b49f9
weekly release 5.0dev 2024-11-08 13:56:12 +07:00
Huong Nguyen
9e8268a28c
NOBUG: Add upgrade notes 2024-11-08 13:56:10 +07:00
Huong Nguyen
5251979b01
MDL-82335 qbank_columnsortorder: Fix upgrade code coding style 2024-11-08 09:02:32 +07:00
Huong Nguyen
c89b3279bb
MDL-82335 qbank_columnsortorder: Cleanup upgrade code 2024-11-07 13:35:01 +07:00
Huong Nguyen
a25399959c
Merge branch 'MDL-83619-main' of https://github.com/lameze/moodle 2024-11-07 11:05:15 +07:00
Huong Nguyen
121535d160
Merge branch 'MDL-83611-main' of https://github.com/lameze/moodle 2024-11-07 11:02:04 +07:00
Jun Pataleta
05c7d005c1
Merge branch 'MDL-72293' of https://github.com/paulholden/moodle 2024-11-07 11:59:41 +08:00
Huong Nguyen
9cda7c9706
Merge branch 'MDL-80953-main' of https://github.com/srobotta/moodle 2024-11-07 10:39:09 +07:00
Jun Pataleta
5d3ede37b4
Merge branch 'MDL-81551' of https://github.com/paulholden/moodle 2024-11-07 11:29:43 +08:00
Jun Pataleta
fb0abbdfff
Merge branch 'MDL-66873-main' of https://github.com/meirzamoodle/moodle 2024-11-07 11:00:11 +08:00
Huong Nguyen
5915c7d85d
Merge branch 'MDL-82335' of https://github.com/AnupamaSarjoshi/moodle 2024-11-07 09:31:21 +07:00
Huong Nguyen
3fedbab7d1
Merge branch 'MDL-83316-main' of https://github.com/lameze/moodle 2024-11-07 09:26:21 +07:00
Simey Lameze
36f89fd2a9
MDL-83316 behat: remove duplicated Then from new test 2024-11-07 07:41:23 +08:00
Jun Pataleta
bb39ec032b
Merge branch 'mdl-83497_main' of https://github.com/james-cnz/moodle 2024-11-06 22:38:36 +08:00
sam marshall
152a37cb59 MDL-83316 Behat: New step allows system clock change 2024-11-06 13:59:09 +00:00
Anupama Sarjoshi
795fa07c3c MDL-82335 qbank_columnsortorder: Fix upgrading issue
When upgraded to Moodle 4.4 or higher, for qbank_columnsortorder
the colsize values in the config_plugins were getting incorrectly set,
resulting in errors accessing the question bank. Changes done to fix
this code and to remove the corrupted colsize value from
config_plugins table.
2024-11-06 12:58:26 +00:00
Jun Pataleta
2084b4f02d
Merge branch 'MDL-76563-main' of https://github.com/roland04/moodle 2024-11-06 17:29:26 +08:00
Jun Pataleta
f6b21e289b
Merge branch 'MDL-83394-main' of https://github.com/davewoloszyn/moodle 2024-11-06 14:01:04 +08:00
Simey Lameze
d4c91d4c9e
MDL-80926 behat: fix random and improve h5p completion test 2024-11-06 13:35:55 +08:00
Jun Pataleta
b7b65fe478
Merge branch 'MDL-83602-main' of https://github.com/ilyatregubov/moodle 2024-11-06 13:30:40 +08:00
David Woloszyn
c4ed556f0a MDL-83394 tiny_aiplacement: Use revised prompt for alt text 2024-11-06 14:23:34 +11:00
Jun Pataleta
3f5ecfead7
Merge branch 'MDL-77270' of https://github.com/dravek/moodle 2024-11-06 11:14:37 +08:00
Stephan Robotta
333d2e48ee MDL-80953 tiny: customize allowed HTML tags and attributes 2024-11-05 12:26:19 +01:00
Simey Lameze
0a3695963e MDL-83611 behat: increase window size to avoid randoms 2024-11-05 13:22:24 +08:00
Jun Pataleta
89d9c78fca
Merge branch 'MDL-78453-main' of https://github.com/meirzamoodle/moodle 2024-11-05 10:57:39 +08:00