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
Paul Holden
b1e9990de1
MDL-82475 reportbuilder: account for duplicate profile field names.
...
Long-term, it would be better to not allow this scenario to happen
at all but until then we'll have to work around it (see MDL-73461).
2024-10-16 09:33:10 +01: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
Conn Warwicker
aa8c304af2
MDL-83391 core: Remove hard-coded "support" for webservers.
...
This allows for more flexibility with web server software.
2024-10-14 09:22:52 +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
Andrew Nicols
d9863dbc94
MDL-83336 core: Update for deprecation of xml_set_object
...
From PHP 8.4, `xml_set_object()`, and passing a string helper to
`xml_set_.*_handler()` has been deprecated.
This commit updates all uses of these in core code.
Please note the following libraries have not been modified and will be
handled via library upgrades separately:
- simplepie
- phpxmlrpc
- tcpdf
2024-10-09 15:02:37 +08: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