Daniil Fajnberg
bb58a69e66
MDL-82668 core: Use a .phpstorm.meta.php
directory instead of a file
...
Allow developers to add their own metadata overrides
2024-08-12 13:26:35 +08:00
Ilya Tregubov
a75365f2e4
on-demand release 4.5dev+
2024-08-10 14:56:17 +08:00
Ilya Tregubov
80e6149ed4
NOBUG: Add upgrade notes
2024-08-10 14:56:17 +08:00
Albert Gasset
d9ea6bc804
MDL-82742 badges: Include recipient in web services that return badges
2024-08-09 15:24:56 +02:00
Jun Pataleta
9382e4963f
MDL-82758 gha: Remove reference to the master
branch
2024-08-09 16:12:58 +08:00
Mikel Martín
6a5cb2e2a2
MDL-75671 theme_boost: Refactor border direction classes for BS5
...
- Add SCSS code for border direction utility classes to the Boostrap 5 bridge SCSS file
- Replace all occurrences in the codebase (border-left > border-start, border-right-0 > border-end-0, ...)
2024-08-09 07:40:18 +02:00
Mikel Martín
f179890ad5
MDL-75671 theme_boost: Refactor text direction classes for BS5
...
- Add SCSS code for text direction utility classes to the Boostrap 5 bridge SCSS file
- Replace all occurrences in the codebase (text-left > text-start, text-sm-right > text-sm-end, ...)
2024-08-09 07:40:17 +02:00
Mikel Martín
6baf2046d5
MDL-75671 theme_boost: Refactor float classes for BS5
...
- Add SCSS code for float utility classes to the Boostrap 5 bridge SCSS file
- Replace all occurrences in the codebase (float-left > float-start, float-sm-right > float-sm-end, ...)
2024-08-09 07:40:17 +02:00
Mikel Martín
0a03018116
MDL-75671 theme_boost: Refactor spacing classes for BS5
...
- Add SCSS code for spacing utility classes to the Boostrap 5 bridge SCSS file
- Replace all occurrences in the codebase (pr-1 > pe-1, ml-auto > ms-auto, ml-sm-3 > ms-sm-3, ...)
2024-08-09 07:40:17 +02:00
Jun Pataleta
6d1816797c
Merge branch 'MDL-82599-main-enfix' of https://github.com/mudrd8mz/moodle
2024-08-09 11:20:14 +08:00
Ilya Tregubov
0363e2ce4d
weekly release 4.5dev
2024-08-09 09:34:13 +08:00
Ilya Tregubov
c0acbd4284
NOBUG: Add upgrade notes
2024-08-09 09:34:13 +08:00
Sara Arjona
669d327354
Merge branch 'MDL-82393-behat' of https://github.com/HuongNV13/moodle
2024-08-08 21:01:47 +08:00
Huong Nguyen
13c309c7af
Merge branch 'MDL-82393-integration-main' of https://github.com/mihailges/moodle
2024-08-08 21:01:46 +08:00
Huong Nguyen
75abd069c3
MDL-82393 mod_assign: Fix Behat failures
2024-08-08 21:01:46 +08:00
Huong Nguyen
bef7f7e2f4
MDL-82745 filter_tex: Improve PHPUnit test
2024-08-08 21:01:46 +08:00
Mihail Geshoski
594750e157
MDL-82393 mod_assign: Remove the null default value from $course
...
Removes the default null value from the deprecated parameter $course,
which was introduced as part of its deprecation. Since PHP 8.0, it
is deprecated to declare functions where an optional parameter is
followed by a required parameter, as is the case here. Therefore,
the default value needs to be removed.
2024-08-08 21:01:45 +08:00
Huong Nguyen
587f65f34f
Merge branch 'MDL-82393-main-1' of https://github.com/mihailges/moodle
2024-08-08 12:04:38 +07:00
Huong Nguyen
a3df578e08
Merge branch 'MDL-82508-main-1' of https://github.com/mihailges/moodle
2024-08-08 11:46:35 +07:00
Huong Nguyen
9b1d50a039
Merge branch 'MDL-63015' of https://github.com/paulholden/moodle
2024-08-08 11:43:51 +07:00
Michael Hawkins
a74008207a
MDL-82745 filter_tex: Improve filter deny list
2024-08-08 11:39:48 +07:00
Michael Hawkins
622ee09209
MDL-82576 qtype_calculated: Improve formula regexes
2024-08-08 11:11:02 +07:00
Ilya Tregubov
c00e44c248
Merge branch 'MDL-82608' of https://github.com/paulholden/moodle
2024-08-08 11:09:06 +08:00
Ilya Tregubov
fe2bfd6bbd
Merge branch 'MDL-82605' of https://github.com/paulholden/moodle
2024-08-08 11:03:18 +08:00
Safat
73b20fec1c
MDL-82395 tool_xmldb: Table layout update
2024-08-08 10:00:10 +07:00
Jun Pataleta
ad4a45b219
Merge branch 'MDL-82560-main' of https://github.com/lameze/moodle
2024-08-08 10:45:23 +08:00
Jun Pataleta
8f3338195d
Merge branch 'MDL-82585' of https://github.com/paulholden/moodle
2024-08-08 10:42:11 +08:00
Paul Holden
f4d0fd92e8
MDL-79373 admin: ensure all current password configs are defined.
...
Ensure the admin preset export tool has an accurate record of each,
to be observed as sensitive settings when creating an export.
2024-08-08 09:21:50 +07:00
Angelia Dela Cruz
43356d891f
MDL-82560 mod_forum: Test that students can only start one discussion
2024-08-08 10:20:56 +08:00
Andrew Nicols
68dacb79dc
Merge branch 'MDL-80593-main-alt' of https://github.com/HuongNV13/moodle
2024-08-08 10:19:14 +08:00
Huong Nguyen
a707c4f965
Merge branch 'MDL-82177' of https://github.com/timhunt/moodle
2024-08-08 09:10:42 +07:00
Huong Nguyen
ad40c27bd9
Merge branch 'MDL-82592' of https://github.com/timhunt/moodle
2024-08-08 09:01:53 +07:00
Huong Nguyen
2102a9dd89
Merge branch 'MDL-82669' of https://github.com/paulholden/moodle
2024-08-08 08:58:17 +07:00
Jun Pataleta
f41300bce0
Merge branch 'MDL-77784' of https://github.com/paulholden/moodle
2024-08-08 09:56:21 +08:00
Huong Nguyen
3119497793
Merge branch 'mdl-826620-main' of https://github.com/matthewhilton/moodle
2024-08-08 08:41:03 +07:00
Ilya Tregubov
47b707f631
Merge branch 'MDL-82209' of https://github.com/paulholden/moodle
2024-08-08 09:21:51 +08:00
Ilya Tregubov
b6a0a658b5
Merge branch 'MDL-82525' of https://github.com/paulholden/moodle
2024-08-08 08:25:31 +08:00
Ilya Tregubov
86372ac828
Merge branch 'MDL-82208' of https://github.com/paulholden/moodle
2024-08-08 08:15:34 +08:00
Daniel Ziegenberg
be2c9f57dd
MDL-80639 libs: upgrade AWS SDK for PHP to 3.318.0
...
Signed-off-by: Daniel Ziegenberg <daniel@ziegenberg.at>
2024-08-07 20:03:38 +02:00
Paul Holden
fc4c0dba23
MDL-64675 mod_feedback: better detection of last page break element.
...
Inform user when a page break item cannot be added.
2024-08-07 16:57:28 +01:00
Kristiina.Bax
5404d89819
MDL-82339 admin: adjusted usertours form text boxes width
2024-08-07 10:51:47 +01:00
Mihail Geshoski
b7481cf4aa
MDL-82393 course: Deprecate the $course argument in group_selector
...
Deprecates the $course parameter in the constructor of the
core_course\output\actionbar\group_selector class. This parameter is no
longer used, as the $course object can now be obtained through the
$context class property. Additionaly, the $course class property has
been removed in accordance with this change.
2024-08-07 17:27:41 +08:00
Mihail Geshoski
02755c4f95
MDL-82393 course: Refactor the renderable class for the group selector
...
The group selector renderable class should extend the comboboxsearch
renderable class to eliminate the need for initializing the
comboboxsearch object within the export_for_template() method and to
prevent duplicating the get_template() method.
2024-08-07 17:27:41 +08:00
Mihail Geshoski
19786070c7
MDL-82393 mod_assign: The group selector follows the correct group mode
...
This change ensures that the group selector correctly appears on the
submission page, adhering to the assignment's group mode settings or
the enforced group mode set by the course.
2024-08-07 17:27:41 +08:00
Mihail Geshoski
4da5dbcb52
MDL-82393 course: The group selector component should be context-aware
...
The group selector component should be sensitive to the current context
to ensure accurate validation and retrieval of group settings
(e.g. group mode).
2024-08-07 17:27:41 +08:00
Jun Pataleta
d55cbfca08
Merge branch 'MOODLE_main_MDL-82518' of https://github.com/danielneis/moodle
2024-08-07 17:12:14 +08:00
Jun Pataleta
91ba1edb99
Merge branch 'MDL-82425-master' of https://github.com/NguyenTuanAnh3/moodle
2024-08-07 16:22:26 +08:00
Paul Holden
e618178326
MDL-82633 mod_quiz: filter user visible overrides in external methods.
2024-08-07 16:08:00 +08:00
Paul Holden
b44452b0ac
MDL-82633 mod_quiz: re-factor visibility check for overrides.
2024-08-07 16:07:59 +08:00
Ilya Tregubov
d139880d12
Merge branch 'MDL-81830' of https://github.com/paulholden/moodle
2024-08-07 15:24:52 +08:00