116100 Commits

Author SHA1 Message Date
Jun Pataleta
7b6642844c
Merge branch 'MDL-83257-main' of https://github.com/andrewnicols/moodle 2024-10-15 10:32:46 +08:00
Jake Dallimore
e8ec0979dc
MDL-83423 mod_lti: fix JWK decoding when multiple keys missing alg
Related to MDL-77077, but was a case missed there. Now, any unusable
keys (i.e. can't be used during the JWT decode), are dropped from the
keyset if they don't have the 'alg' prop, preventing a 'missing alg'
exception during keyset parsing. Since these cannot be used during
decode, these aren't needed anyway.
2024-10-15 09:13:34 +08:00
AMOS bot
d081a77310 Automatically generated installer lang files 2024-10-15 00:09:37 +00:00
Michael Pound
aaaef4f1dc MDL-75724 tool_brickfield: Ensuring correct table headers pass checks. 2024-10-14 16:53:18 +00:00
Marina Glancy
6d757af2c9 MDL-83430 customfield_number: call display method from provider earlier 2024-10-14 10:55:21 +01:00
Marina Glancy
61d9a4ccac MDL-83430 customfield_number: fix storing activities number when 0 2024-10-14 10:55:15 +01:00
Huong Nguyen
7014d61d93
Merge branch 'MDL-83381-main' of https://github.com/davewoloszyn/moodle 2024-10-14 11:08:25 +07:00
Andrew Nicols
d2cff755d9
MDL-83257 editor_tiny: Disable Alt+F12 keyboard shortcut
This was introduced in Tiny 7.1 to focus notifications, but it conflicts
with the German keyboard layout which uses Alt+F12 to access the open
curly brace.

This is an upstream problem with TinyMCE and should be fixed in a future
release.

The recommended workaround is to disable the shortcut.
2024-10-14 08:46:15 +08:00
AMOS bot
b19fc1d9f7 Automatically generated installer lang files 2024-10-13 00:07:57 +00:00
Paul Holden
8c01166725
MDL-83443 enrol: use defined role name in welcome message. 2024-10-11 14:29:53 +01:00
Paul Holden
0d616b13e1
MDL-81551 factor_webauthn: inform user on successful key registration. 2024-10-11 12:40:47 +01:00
Jake Dallimore
fc29adddf9
weekly on-sync release 5.0dev 2024-10-11 10:55:52 +08:00
Jake Dallimore
86ddb770fc
Merge branch 'install_main' of https://git.in.moodle.com/amosbot/moodle-install 2024-10-11 10:55:45 +08:00
Safat
fcf941c74e MDL-83143 core_communication: Behat coverage for default to course name 2024-10-11 10:56:32 +11:00
Safat
e0cce75501 MDL-83143 core_course: Add course name as default for empty room name 2024-10-11 10:56:32 +11:00
Safat
a6d857d9e5 MDL-83143: core_communication: Fix variable name typos 2024-10-11 10:56:32 +11:00
Mihail Geshoski
c5b1dd50ae MDL-78890 gradereport_grader: Final deprecation of get_right_avg_row() 2024-10-10 22:36:22 +08:00
Paul Holden
6437058f9d
MDL-72293 reportbuilder: re-factor to use native sortable events. 2024-10-10 15:16:36 +01:00
Paul Holden
ef490ad60d
MDL-72293 javascript: emit native events from sortable list module.
Removes jQuery dependency from calling code that wants to listen for
these events. Maintains backwards compatibility with existing code
that does want to listen to jQuery-style events.
2024-10-10 15:16:36 +01:00
Jun Pataleta
1d208afaf2
Merge branch 'MDL-82813' of https://github.com/paulholden/moodle 2024-10-10 12:04:07 +08:00
Huong Nguyen
79c9f30a7f
Merge branch 'MDL-82570-master' of https://github.com/vietlx426/moodle-1 2024-10-10 10:51:29 +07:00
Huong Nguyen
cd35384df4
Merge branch 'MDL-83255-main' of https://github.com/TobiGa/moodle 2024-10-10 10:11:15 +07:00
Jun Pataleta
e28447c09c
Merge branch 'MDL-82912-main' of https://github.com/andelacruz/moodle 2024-10-10 10:35:00 +08:00
Jun Pataleta
57880e1b40
Merge branch 'MDL-82812_master_toolbrickfieldfaicons' of https://github.com/brickfield/moodle 2024-10-10 10:13:37 +08:00
Huong Nguyen
c8812697ca
Merge branch 'MDL-83283-main' of https://github.com/roland04/moodle 2024-10-10 09:07:07 +07:00
David Woloszyn
eedb68462c MDL-83381 AI: Fix OpenAI provider config 2024-10-10 11:51:32 +11:00
Angelia Dela Cruz
bf031177f0 MDL-82912 mod_workshop: Behat to view assessment after workshop close 2024-10-09 16:13:08 +08:00
Huong Nguyen
374ce36695
Merge branch 'MDL-83331' of https://github.com/timhunt/moodle 2024-10-09 14:46:42 +07:00
AMOS bot
8a043ec6bd Automatically generated installer lang files 2024-10-09 00:09:27 +00:00
Max Larkin
e5a5007977 MDL-82812 tool_brickfield: Ignore fa icons 2024-10-08 13:02:46 +01:00
Huong Nguyen
c58fcff09d
Merge branch 'MDL-70180-main' of https://github.com/roland04/moodle 2024-10-08 09:34:10 +07:00
AMOS bot
349405718f Automatically generated installer lang files 2024-10-08 00:07:51 +00:00
david adamson
29bdc66fc2 MDL-82429 tool_brickfield: Process calculated fontsizes 2024-10-08 09:14:21 +11:00
Paul Holden
ef77114960
MDL-78118 reportbuilder: final removal of deprecated report elements. 2024-10-07 18:49:21 +01:00
Paul Holden
d73a827a90
MDL-78118 reportbuilder: entity method for deprecating old tables.
When an entity no longer uses a table (due to re-factoring, etc), we
should avoid breaking third-party reports by deprecating the table
name from the entity instead of straight removal. In doing so, we
can then emit debugging to inform developers.
2024-10-07 18:44:58 +01:00
Tim Hunt
8853e262e1 MDL-83331 behat: enable navigation direct to mod/.../index.php 2024-10-07 12:00:17 +01:00
Tim Hunt
9f88c344cd MDL-83070 question restore: recode links in hints 2024-10-07 08:53:28 +01:00
David Carrillo
6fe29f7bc1
MDL-83367 tasks: Apply trim() to pathtophp setting
- It fixes the problem that when "pathtophp" setting is stored with
whitespaces, the "Run now" button will still show up in the tasks list,
but the task will never run
2024-10-07 08:15:19 +02:00
Huong Nguyen
4ee523f4a8
Merge branch 'MDL-83374-main' of https://github.com/junpataleta/moodle 2024-10-07 09:30:21 +07:00
Huong Nguyen
9a66f8bbc5
Merge branch 'MDL-83373-main' of https://github.com/junpataleta/moodle 2024-10-07 09:23:04 +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
3048ab2257
MDL-83373 backup: Bump release to 5.0 2024-10-05 21:05:05 +08:00
Jun Pataleta
67f5ee3cec
weekly back-to-dev release 5.0dev 2024-10-05 16:11:20 +08:00
Jun Pataleta
52c0da7c64
Moodle release 4.5 v4.5.0 2024-10-05 15:10:56 +08:00
Jun Pataleta
5b421c6db6
NOBUG: Add upgrade notes 2024-10-05 15:08:28 +08:00
AMOS bot
572b972869 Automatically generated installer lang files 2024-10-05 00:07:53 +00:00
Huong Nguyen
5fdbd507a4
Moodle release 4.5rc2 v4.5.0-rc2 2024-10-04 21:07:32 +07:00
Huong Nguyen
3a6640c461
NOBUG: Add upgrade notes 2024-10-04 21:06:11 +07:00
Huong Nguyen
166408a13a
NOBUG: Fixed SVG browser compatibility 2024-10-04 21:02:58 +07:00
Huong Nguyen
00af6298b1
Merge branch 'install_main' of https://git.in.moodle.com/amosbot/moodle-install 2024-10-04 21:02:58 +07:00