meirzamoodle
b14ab12b1d
MDL-66873 backup: Remove all MODE_HUB related code
2024-10-21 13:13:16 +07:00
James C
7d0474f270
MDL-83497 course: Preserve move section dialogue info HTML
2024-10-19 16:22:56 +13:00
Paul Holden
61acf7d7be
MDL-83432 enrol: fix arguments to enrolment test generator.
2024-10-18 15:12:34 +01:00
Paul Holden
807148fb68
MDL-83432 enrol_manual: reference correct role in welcome message.
2024-10-18 15:12:34 +01:00
Shamim Rezaie
ecfcf00d92
weekly release 5.0dev
2024-10-18 23:28:31 +11:00
Shamim Rezaie
977131f5c7
Merge branch 'install_main' of https://git.in.moodle.com/amosbot/moodle-install
2024-10-18 23:28:08 +11:00
Jun Pataleta
989c111447
Merge branch 'MDL-83457-main' of https://github.com/roland04/moodle
2024-10-17 12:23:17 +08:00
Jun Pataleta
f5c7d78e30
Merge branch 'MDL-83443' of https://github.com/paulholden/moodle
2024-10-17 12:17:30 +08:00
Jun Pataleta
b38fc30f72
Merge branch 'MDL-83442-main' of https://github.com/davewoloszyn/moodle
2024-10-17 12:13:27 +08:00
Jun Pataleta
659f7b1908
Merge branch 'MDL-83367' of https://github.com/dravek/moodle
2024-10-17 12:08:46 +08:00
Jun Pataleta
196c26522d
Merge branch 'MDL-81450-main' of https://github.com/PhMemmel/moodle
2024-10-17 12:05:03 +08:00
Huong Nguyen
b0c3652af6
Merge branch 'MDL-82580' of https://github.com/paulholden/moodle
2024-10-17 10:49:01 +07:00
Jun Pataleta
7ebe8cc971
Merge branch 'MDL-83143-main' of https://github.com/safatshahin/moodle
2024-10-17 11:47:08 +08:00
Jun Pataleta
db8da82467
Merge branch 'MDL-82838-main' of https://github.com/justusdieckmann/moodle
2024-10-17 10:54:34 +08:00
Huong Nguyen
70a1139c4e
Merge branch 'MDL-75724-master_toolbrickfield_tableheadercheck' of https://github.com/brickfield/moodle
2024-10-17 09:44:01 +07: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
eceee22097
Merge branch 'MDL-83002' of https://github.com/marinaglancy/moodle
2024-10-17 08:45:23 +07:00
Paul Holden
37266a9f19
MDL-83472 phpunit: add void return type to test methods.
...
See also 01148a0816 from MDL-81522.
2024-10-16 13:01:07 +01:00
Paul Holden
01540bb7ce
MDL-83472 phpunit: call parent setUp unit test method.
...
See also 674497a12c from MDL-81523.
2024-10-16 13:01:00 +01:00
Paul Holden
26bb378e88
MDL-82809 reportbuilder: always apply conditions to custom report.
...
Including those that are otherwise unavailable to the current user,
ensuring that they are always applied when viewing report output.
2024-10-16 10:51:36 +01:00
Philipp Memmel
152231239f
MDL-81450 mod_forum: Reduce size of file icon in HTML mails
...
@Co-authored-by: Mateusz Walczak
2024-10-16 11:31:59 +02:00
David Woloszyn
3acfcd08d5
MDL-83442 aiprovider_azureai: Correct help string URL
2024-10-16 17:52:21 +11:00
Huong Nguyen
1550c6d8e8
Merge branch 'MDL-82793-main' of https://github.com/phmemmel/moodle
2024-10-16 09:26:25 +07:00
Paul Holden
9e5f911411
MDL-82809 reportbuilder: load custom/profile fields consistently.
...
Ensure that provided columns and filters for each use appropriate
checks to determine their availability (based on user permissions,
etc), rather than conditionally adding them to the entity.
2024-10-15 21:40:07 +01:00
Philipp Memmel
43073fcd27
MDL-82793 core: Make modal execute JS from template
...
Co-authored-by: Huong Nguyen <huongnv13@gmail.com>
2024-10-15 20:34:01 +02:00
Paul Holden
edc012f7bb
MDL-83463 backup: ensure defaults for course file inclusion are read.
2024-10-15 12:26:00 +01:00
Jun Pataleta
5cb05b44db
Merge branch 'MDL-83070' of https://github.com/timhunt/moodle
2024-10-15 19:09:08 +08:00
Huong Nguyen
476ab17b19
Merge branch 'MDL-82429-brickfield-calculated-fontsize' of https://github.com/x-iy/moodle
2024-10-15 16:22:53 +07:00
Mikel Martín
20c6be9350
MDL-83457 mod_feedback: Fix get_incomplete_users early return type
...
Fix 'feedback_get_incomplete_users' early return when there are no users with
the 'mod/feedback:complete' capability from 'false' to an empty array. That
will follow the function signature.
2024-10-15 09:50:13 +02:00
Jun Pataleta
e1225ec338
Merge branch 'MDL-83253-main' of https://github.com/andrewnicols/moodle
2024-10-15 11:44:42 +08:00
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
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