Laurent David
ffa045e099
MDL-81267 mod_data: Clean field type before inclusion
...
* Filter out wrong field types when restoring or creating a field.
2024-04-17 10:33:08 +02:00
Ilya Tregubov
603a648d0a
MDL-81574 mod_forum: Fix deprecated usage of format_text
2024-04-17 15:48:14 +08:00
Paul Holden
dadffe8989
MDL-80878 tool_mfa: safely retrieve the referrer URL.
2024-04-17 03:44:22 +00:00
Stevani Andolo
66da939499
MDL-81354 core: Escape string of fullname
2024-04-17 03:44:22 +00:00
Paul Holden
f739ebe6db
MDL-81463 auth: ensure login recaptcha always checked if configured.
2024-04-17 03:44:22 +00:00
Paul Holden
4c966677de
MDL-81062 mod_lesson: escape identity fields in overview report.
2024-04-17 03:44:22 +00:00
Paul Holden
e870bc01fc
MDL-80712 mod_workshop: stricter cleaning of sub-plugin values.
2024-04-17 03:44:22 +00:00
Paul Holden
03e93da556
MDL-81058 admin: fix sesskey checks for admin preset actions.
2024-04-17 03:44:22 +00:00
Paul Holden
498a766263
MDL-81059 tool_analytics: fix sesskey checks for model actions.
2024-04-17 03:44:22 +00:00
Laurent David
d5a99b1f33
MDL-81284 mod_wiki: Add stricter cleaning of contentformat
...
* When restoring backup we clean the contentformat and defaultformat
to avoid issue with invalid value.
* Add tests for format and defaultformat so to check that we
filter out invalid formats
* Remove private $basepath variable as it was used one and not always
initialised correctly.
2024-04-17 03:44:22 +00:00
meirzamoodle
25b1b643c8
MDL-81352 filter: Ensure equation safety prior to filtering
2024-04-17 03:44:22 +00:00
Paul Holden
5a18d94dcb
MDL-81135 mod_feedback: stricter cleaning of item type parameter.
2024-04-17 03:44:22 +00:00
Huong Nguyen
d1514be1bc
MDL-81247 calendar: Extra validation for webservices
2024-04-17 03:44:21 +00:00
Paul Holden
ab817ef330
MDL-80877 tool_mfa: protect logout process with sesskey check.
2024-04-17 03:44:21 +00:00
Paul Holden
53e8a62003
MDL-81247 calendar: freeze event type if "user" only allowed.
2024-04-17 03:44:21 +00:00
Leon Stringer
cd85e090f3
MDL-80585 report_log: sanitize descriptions
...
Strip any HTML tags from values in the "Description" column.
2024-04-17 03:44:21 +00:00
Huong Nguyen
8e682899cc
Merge branch 'MDL-81549-main' of https://github.com/junpataleta/moodle
2024-04-17 10:33:28 +07:00
Huong Nguyen
e566c520de
Merge branch 'MDL-81552-main' of https://github.com/junpataleta/moodle
2024-04-17 10:13:15 +07:00
Ilya Tregubov
053506035a
Merge branch 'MDL-81569' of https://github.com/marinaglancy/moodle
2024-04-17 11:11:21 +08:00
Jun Pataleta
2e13c434b9
MDL-81549 qtype_ordering: Remove $plugin->requires
reference to 3.11
2024-04-17 00:17:01 +08:00
Jun Pataleta
4c233afa6a
MDL-81549 versions: Main version bump
2024-04-17 00:17:01 +08:00
Jun Pataleta
a180dba314
MDL-81549 versions: bump all versions and requires near release
2024-04-17 00:03:29 +08:00
Sara Arjona
b276772f25
Merge branch 'MDL-81556-main' of https://github.com/junpataleta/moodle
2024-04-16 16:58:32 +02:00
Marina Glancy
f78de9e614
MDL-81569 tool_uploadcourse: unittests - custom plugins may add roles
2024-04-16 15:43:27 +01:00
Marina Glancy
cad4c4a9ab
MDL-81569 repository_equela: do not hardcode list of roles in tests
2024-04-16 15:13:43 +01:00
raortegar
40aed04ae1
MDL-81512 core_theme: Use admin_settingpage for theme settings
...
This also moves any theme settings pages to the themes category instead
of "appearance", so they remain where expected, and avoids adding to
that section if the theme is hidden (so if there are no custom theme
settings, that section will not appear on the page).
Co-authored-by: Michael Hawkins <michaelh@moodle.com>
2024-04-16 17:43:46 +08:00
raortegar
57df4a1dbb
MDL-81512 core_theme: Reinstate theme category as custom theme settings
2024-04-16 17:43:46 +08:00
Ilya Tregubov
b798633ae0
Moodle release 4.4rc1
v4.4.0-rc1
2024-04-16 17:14:27 +08:00
Jun Pataleta
e69f1b21dc
MDL-81556 core: Fix parameter ordering for prefetchString()
2024-04-16 17:05:23 +08:00
Jun Pataleta
548796db50
MDL-81556 tiny_media: Remove unnecessary labels
...
* Remove usage of label tags that are not associated with any
form elements.
* Remove setting of title for the label tags. This is not necessary
as the title text is the same as the text showed in the label.
2024-04-16 17:05:22 +08:00
Jun Pataleta
561d48da39
MDL-81552 core: Assign proper webdav_client class variables
2024-04-16 12:54:00 +08:00
Huong Nguyen
7cb20672a7
MDL-81238 quiz: Fix maximum grade alignment
2024-04-16 10:18:33 +07:00
Huong Nguyen
272dd474f9
Merge branch 'MDL-81238-main' of https://github.com/lucaboesch/moodle
2024-04-16 10:16:27 +07:00
Jun Pataleta
9f081d8328
Merge branch 'MDL-80426-main-2' of https://github.com/rezaies/moodle
2024-04-16 11:07:06 +08:00
Adam Olley
4fa4bb7f72
MDL-81553 phpunit: Move controller->destroy() to after its needed
...
We need to cleanup the controller _after_ we're using the step related
to it. Destroying it before reintroduces the original issue from
MDL-80553.
2024-04-16 11:50:14 +09:30
Andrew Nicols
40e9fa2863
MDL-81525 core: Update column name for replaced hooks
2024-04-15 21:11:30 +08:00
Shamim Rezaie
b32617e346
MDL-80426 qtype_ordering: An announcement region to announce reorders
2024-04-15 20:07:11 +10:00
Shamim Rezaie
eccfb73839
MDL-80426 qtype_ordering: Remove the unintuitive keyboard handling code
...
Users can now rearrange options using the move buttons that each option
have, therefore there is no need for the current unintuitive keyboard
interaction implementation in the ordering question type plugin.
2024-04-15 20:07:11 +10:00
Shamim Rezaie
84034c62f0
MDL-80426 qtype_ordering: Move options by single pointer
...
Each option has a couple of buttons to move the option's position. This
allows moving options by single pointer without dragging to address WCAG
Success Criterion 2.5.7.
Having the buttons also addresses WCAG Success Criterion 2.1.1 as it
provides an intuitive way to move options using keyboard.
2024-04-15 20:07:11 +10:00
Andrew Nicols
b8d4d3ff94
MDL-81525 tool_mfa: Coding style fixups
2024-04-15 13:05:12 +08:00
Andrew Nicols
0428b0ed52
MDL-81525 tool_mfa: Add missing user tag to hook
2024-04-15 13:05:12 +08:00
Andrew Nicols
532be67b73
MDL-81525 mod_quiz: Add missing docs
2024-04-15 13:05:11 +08:00
Andrew Nicols
ae48b9525a
MDL-81525 core_group: Hook style fixes
2024-04-15 13:05:11 +08:00
Andrew Nicols
d8b1156e5b
MDL-81525 core_user: Add missing docs
2024-04-15 13:05:11 +08:00
Andrew Nicols
b32fb636c5
MDL-81525 core_user: Use stoppable trait for consistency
2024-04-15 13:05:10 +08:00
Andrew Nicols
6db4285eaa
MDL-81525 core_user: Move after_complete_login to correct NS
2024-04-15 13:05:10 +08:00
Andrew Nicols
27a6eb0126
MDL-81525 coer_enrol: Use stoppable trait for consistency
2024-04-15 13:05:10 +08:00
Andrew Nicols
d602b7d3e3
MDL-81525 core_enrol: Add missing docs
2024-04-15 13:05:10 +08:00
Andrew Nicols
a3036b79e1
MDL-81525 core_enrol: Add missing user tag to hook
2024-04-15 13:05:10 +08:00
Andrew Nicols
a7aedc7c2f
MDL-81525 core_enrol: Correct hook name tense
2024-04-15 13:05:09 +08:00