Huong Nguyen
d559cde424
weekly release 4.4.2+
2024-08-16 08:38:37 +07:00
Huong Nguyen
96cf22c819
Merge branch 'MDL-82724-MOODLE_404_STABLE' of https://github.com/phmemmel/moodle into MOODLE_404_STABLE
2024-08-15 10:59:48 +07:00
Jun Pataleta
833b48fc75
Merge branch 'MDL-82782-404' of https://github.com/andrewnicols/moodle into MOODLE_404_STABLE
2024-08-15 11:51:57 +08:00
Jun Pataleta
a1b390bd4f
Merge branch 'MDL-82798-404' of https://github.com/HuongNV13/moodle into MOODLE_404_STABLE
2024-08-15 11:13:54 +08:00
Huong Nguyen
cc9b202deb
Merge branch 'MDL-82758-404' of https://github.com/junpataleta/moodle into MOODLE_404_STABLE
2024-08-15 09:37:47 +07:00
Huong Nguyen
f2e657fc42
MDL-82798 qtype_ddmarker: Fix Behat failure
2024-08-15 09:17:13 +07:00
Jun Pataleta
d94e170007
Merge branch 'MDL-82792-404' of https://github.com/sarjona/moodle into MOODLE_404_STABLE
2024-08-15 10:14:49 +08:00
Jun Pataleta
d430695693
Merge branch 'MDL-82668-404' of https://github.com/andrewnicols/moodle into MOODLE_404_STABLE
2024-08-14 23:26:32 +08:00
Jun Pataleta
36030e92d7
Merge branch 'MDL-82747-404' of https://github.com/andrewnicols/moodle into MOODLE_404_STABLE
2024-08-14 23:04:52 +08:00
Andrew Nicols
dc9b44f531
MDL-82747 core: Register composer autoload files
...
Unfortunately PHP does not provide any means to autoload the files that
a functions is located in, even if they are in an namespace.
To work around this, Composer makes use of an `autoload.files` section
in the `composer.json` file. Shortly after the Composer autoloader is
registered with the `spl_autoload_register` call it also includes any
files listed in this section.
Moodle does not do this and really we should be doing so.
This change adds a section to the autoloader registration method which
loads all of the files defined in any third-party library included in
our `lib` directory which contains any `composer.json` file with such a
stanza.
2024-08-14 21:59:53 +08:00
Andrew Nicols
2243d1b395
MDL-82747 core: Provide a standard way to register the Autoloader
2024-08-14 21:59:52 +08:00
Andrew Nicols
c0a2c4bfd8
MDL-82782 behat: Support runtime scaling of Behat windows
2024-08-14 21:48:44 +08:00
Sara Arjona
49a95e4cef
MDL-82792 h5p: Fix random behat failures
...
We've started seeing various failures in Firefox and Classic.
Increasing the default window size fixes them.
2024-08-14 12:18:23 +02:00
Andrew Nicols
d1d01d2cdb
MDL-82668 core: Move phpstorm meta to di.php
2024-08-14 16:32:40 +08:00
Daniil Fajnberg
cef371bcac
MDL-82668 core: Use a .phpstorm.meta.php
directory instead of a file
...
Allow developers to add their own metadata overrides
2024-08-14 16:32:40 +08:00
Sara Arjona
60dafdf7c1
Merge branch 'mdl-82214-m404' of https://github.com/NeillM/moodle into MOODLE_404_STABLE
2024-08-13 16:08:14 +02:00
Sara Arjona
9e351777b1
Merge branch 'MDL-82502-404' of https://github.com/paulholden/moodle into MOODLE_404_STABLE
2024-08-13 13:14:58 +02:00
Ilya Tregubov
0620ca406c
Merge branch 'MDL-64675-404' of https://github.com/paulholden/moodle into MOODLE_404_STABLE
2024-08-13 10:44:17 +08:00
Ilya Tregubov
cc2edf3b8c
Moodle release 4.4.2
v4.4.2
2024-08-10 14:54:49 +08:00
Jun Pataleta
7376b6deca
MDL-82758 gha: Remove reference to the master
branch
2024-08-09 16:15:03 +08:00
Jun Pataleta
7052d36f7c
Merge branch 'MDL-82599-404-enfix' of https://github.com/mudrd8mz/moodle into MOODLE_404_STABLE
2024-08-09 11:19:01 +08:00
Ilya Tregubov
04479a6a3c
weekly release 4.4.1+
2024-08-09 09:34:20 +08:00
Huong Nguyen
3521b24e51
MDL-82745 filter_tex: Improve PHPUnit test
2024-08-08 21:03:58 +08:00
Michael Hawkins
bdfa441f00
MDL-82745 filter_tex: Improve filter deny list
2024-08-08 11:40:11 +07:00
Michael Hawkins
6728d1ccc0
MDL-82576 qtype_calculated: Improve formula regexes
2024-08-08 11:11:28 +07:00
Ilya Tregubov
40d1da51bb
Merge branch 'MDL-82608-404' of https://github.com/paulholden/moodle into MOODLE_404_STABLE
2024-08-08 11:09:24 +08:00
Ilya Tregubov
c52869afbe
Merge branch 'MDL-82605-404' of https://github.com/paulholden/moodle into MOODLE_404_STABLE
2024-08-08 11:03:30 +08:00
Safat
18d4531ad4
MDL-82395 tool_xmldb: Table layout update
2024-08-08 10:00:43 +07:00
Jun Pataleta
62aab40860
Merge branch 'MDL-82560-404' of https://github.com/lameze/moodle into MOODLE_404_STABLE
2024-08-08 10:45:01 +08:00
Paul Holden
b4525ba984
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:22:20 +07:00
Angelia Dela Cruz
7b16b52ffe
MDL-82560 mod_forum: Test that students can only start one discussion
2024-08-08 10:22:17 +08:00
Andrew Nicols
ff93557b40
Merge branch 'MDL-80593-404-alt' of https://github.com/HuongNV13/moodle into MOODLE_404_STABLE
2024-08-08 10:19:43 +08:00
Huong Nguyen
48e8e6f434
Merge branch 'MDL-82177_404' of https://github.com/timhunt/moodle into MOODLE_404_STABLE
2024-08-08 09:11:00 +07:00
Huong Nguyen
ecc5f367ef
Merge branch 'MDL-82592_404' of https://github.com/timhunt/moodle into MOODLE_404_STABLE
2024-08-08 09:02:09 +07:00
Huong Nguyen
850b4a5f56
Merge branch 'MDL-82669-404' of https://github.com/paulholden/moodle into MOODLE_404_STABLE
2024-08-08 08:58:43 +07:00
Jun Pataleta
91eae783fc
Merge branch 'MDL-77784-404' of https://github.com/paulholden/moodle into MOODLE_404_STABLE
2024-08-08 09:56:07 +08:00
Huong Nguyen
912817f097
Merge branch 'mdl-826620-44' of https://github.com/matthewhilton/moodle into MOODLE_404_STABLE
2024-08-08 08:41:25 +07:00
Ilya Tregubov
36412a5fea
Merge branch 'MDL-82209-404' of https://github.com/paulholden/moodle into MOODLE_404_STABLE
2024-08-08 09:22:12 +08:00
Ilya Tregubov
a7f19c9072
Merge branch 'MDL-82525-404' of https://github.com/paulholden/moodle into MOODLE_404_STABLE
2024-08-08 08:27:15 +08:00
Ilya Tregubov
4bc773ad03
Merge branch 'MDL-82208-404' of https://github.com/paulholden/moodle into MOODLE_404_STABLE
2024-08-08 08:18:04 +08:00
Paul Holden
cb05767ce1
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:44 +01:00
Jun Pataleta
4973da2768
Merge branch 'MOODLE_404_MDL-82518' of https://github.com/danielneis/moodle into MOODLE_404_STABLE
2024-08-07 17:12:08 +08:00
Paul Holden
aa145e2669
MDL-82633 mod_quiz: filter user visible overrides in external methods.
2024-08-07 16:08:16 +08:00
Paul Holden
bdc4367460
MDL-82633 mod_quiz: re-factor visibility check for overrides.
2024-08-07 16:08:16 +08:00
Ilya Tregubov
fc467246b4
Merge branch 'MDL-81830-404' of https://github.com/paulholden/moodle into MOODLE_404_STABLE
2024-08-07 15:28:02 +08:00
Paul Holden
ee502bf6b5
MDL-81394 restore: format backup file metadata details safely.
2024-08-07 14:04:30 +08:00
Ilya Tregubov
ee6e605770
MDL-79541 gradereport_user: Fix indentation in Behat.
2024-08-07 04:13:49 +00:00
Huong Nguyen
2d953eb291
MDL-81718 core_grades: Fix Behat failures
2024-08-07 04:13:49 +00:00
raortegar
6e7faf5854
MDL-81718 core: Improve localstorage validation
2024-08-07 04:13:49 +00:00
Paul Holden
50569e6f4a
MDL-82558 h5p: escape template error/exception content.
2024-08-07 04:13:49 +00:00