114565 Commits

Author SHA1 Message Date
Angelia Dela Cruz
f86157f901 MDL-81249 gradingform: Enhance Behat test for deleting marking guide 2024-06-18 16:45:59 +08:00
Huong Nguyen
87ec51598d
Merge branch 'MDL-79546' of https://github.com/timhunt/moodle 2024-06-18 15:29:29 +07:00
Andrew Nicols
bbdf580177
MDL-82224 core_admin: Remove manual check for json
JSON can no longer be disabled.
2024-06-18 15:55:03 +08:00
Shamim Rezaie
fe7738b7da Merge branch 'mdl-78080-main-split' of https://github.com/james-cnz/moodle 2024-06-18 16:05:48 +10:00
lameze
f7d942e94a MDL-81431 behat: set grade item checkboxes one at the time 2024-06-18 13:57:03 +08:00
David Woloszyn
1b1128d646 MDL-52046 reportbuilder: Support null return from checkbox callback 2024-06-18 15:17:26 +10:00
Jun Pataleta
ab72eef3de
MDL-80951 backup: Add description for formselectall template 2024-06-18 11:51:11 +08:00
Jun Pataleta
a08233635d
Merge branch 'MDL-80951-main-v02' of https://github.com/ferranrecio/moodle 2024-06-18 11:40:08 +08:00
Paul Holden
53b69add3a
MDL-81671 libraries: upgrade to version 1.3.3 of Serializable Closure. 2024-06-17 15:03:16 +01:00
Paul Holden
7ab967202c
MDL-82202 course: correct last access report entity column callback.
Ensure it works when being aggregated.
2024-06-17 14:27:01 +01:00
Huong Nguyen
87f926d692
MDL-82133 reportbuilder: Fix illegal whitespace 2024-06-17 16:01:38 +07:00
Huong Nguyen
e7a432c01d
Merge branch 'MDL-82133' of https://github.com/lostrogit/moodle 2024-06-17 15:53:00 +07:00
Wolfgang Reichert
1264e3e0f0 MDL-73091 core_badges: Avoid undefined variable notice in review
* Fix review method for award_criteria_courseset when courseset is empty
* Add unit tests for coverage of the award_criteria_courseset class

@co-authored jz-reichert@web.de
2024-06-17 09:59:38 +02:00
Laurent David
26b747bf1f MDL-77665 mod_h5pactivity: Improve generator package upload
* Allow the specification of the username in order to set the owner
of the H5P file package when creating a new H5P instance.
2024-06-17 06:31:18 +02:00
Laurent David
7bf85150b9 MDL-77665 core_h5p: Allow deployment if user has been deleted
* If user has been deleted we consider that the content can be deployed
by a user who can deploy other packages
* Add behat test to cover for this use case
* Fix the content bank generator as it was failing to upload the content
as the given user
2024-06-17 06:31:18 +02:00
James C
7dca6d0e3b MDL-78080 course: Duplicate section: Duplicate by section id, not num 2024-06-17 12:51:33 +12:00
James C
7cde0e9984 MDL-78080 course: Duplicate section: No duplicate option for section 0 2024-06-17 12:51:33 +12:00
James C
f00a6caaaf MDL-78080 course: Duplicate section: Don't copy deleted activities 2024-06-17 12:51:33 +12:00
James C
ef02908013 MDL-78080 course: Duplicate section: Copy section summary files 2024-06-17 12:51:13 +12:00
James C
23567ce725 MDL-78080 course: Duplicate section: Copy custom section options 2024-06-17 12:48:22 +12:00
James C
acf5e44fde MDL-78080 course: Duplicate section: Fix course_update_section params 2024-06-17 12:47:16 +12:00
Eloy Lafuente (stronk7)
adb4a5aade
MDL-82148 phpunit: Remove all cases of multiple @coversDefaultClass
Only one by class is allowed (to be used as shortcut exclusively)
2024-06-15 21:43:31 +02:00
Daniel Ziegenberg
52a5f2aa4e
MDL-80645 libaries: Update symfony/deprecation-contracts to 3.5.0
Signed-off-by: Daniel Ziegenberg <daniel@ziegenberg.at>
2024-06-14 23:18:53 +02:00
Daniel Ziegenberg
6222b1307e
MDL-80643 libraries: Update http-client to 1.0.3
Signed-off-by: Daniel Ziegenberg <daniel@ziegenberg.at>
2024-06-14 23:17:03 +02:00
Daniel Ziegenberg
2c4fb82def
MDL-80642 libaries: Update http-message to 2.0.0
Signed-off-by: Daniel Ziegenberg <daniel@ziegenberg.at>
2024-06-14 23:16:23 +02:00
DangHieu1407
02cd2808c8 MDL-79546 Quiz: Allow regrade of selected question
Co-authored-by: Tim Hunt <T.J.Hunt@open.ac.uk>
2024-06-14 20:29:23 +01:00
Eloy Lafuente (stronk7)
08e8b21b1f
MDL-81523 upgrade: Add a upgrade note sharing about the change/fix 2024-06-14 16:04:57 +02:00
Eloy Lafuente (stronk7)
674497a12c
MDL-81523 phpunit: Add all missing setUp/tearDown parent calls
All setUp(), tearDown(), setUpBeforeClass() and tearDownAfterClass()
must, always, call to parent, to ensure that everything is properly
set and cleaned.

While in a lot of situations this is not needed (parents may not
have anything to run), with PHPUnit >= 10 this can become more
important because we are going to move the reset code from current
placement @ runBare() to setUp()/tearDown().

Note that all the changes performed in this commit have been detected
and fixed by moodle-cs (ParentSetUpTearDownSniffTest).
2024-06-14 16:04:57 +02:00
Mikel Martín
06b779d31d MDL-81818 theme_boost: Refactor ".no-gutters" usages for BS5
- Add .g-0 to the Boostratp 5 bridge SCSS file
- Replace .no-gutters occurrences with .g-0
2024-06-14 15:09:43 +02:00
Tim Hunt
6105d96744 MDL-82200 inplace editable: fix background of the help text 2024-06-14 12:37:52 +01:00
Anupama Sarjoshi
1945ad1d36 MDL-79796 quiz: Preview icon should be visible in question bank pop-up 2024-06-14 11:19:19 +01:00
Andrew Nicols
574ea2a02d
MDL-82156 core: Remove manually loaded classes
These classes were all introduced in Moodle 4.4.

Originally they were scheduled for removal in MDL-81134, but now that we
have MDL-82156 we can remove them immediately as the autoloader now
checks for the presence of a newer class and resets if that class is not
present in the autoloader cache.
2024-06-14 12:28:56 +08:00
Andrew Nicols
434c191ff3
MDL-82156 core: Check that key classes are present for classloader 2024-06-14 12:28:55 +08:00
Andrew Nicols
ca985c79c6
MDL-82156 core: Move core_component cache validity check to own method 2024-06-14 12:28:55 +08:00
Andrew Nicols
8c1ab804b3
MDL-82191 core: Deprecated unused stale libraries 2024-06-14 09:27:42 +08:00
Ilya Tregubov
2bf886f9dd weekly release 4.5dev 2024-06-14 08:56:53 +08:00
Ilya Tregubov
788f0e6f0a NOBUG: Add upgrade notes 2024-06-14 08:56:53 +08:00
Ilya Tregubov
385ed8c83f NOBUG: Fixed SVG browser compatibility 2024-06-14 08:56:32 +08:00
Jun Pataleta
409a36265e
Merge branch 'MDL-81287' of https://github.com/paulholden/moodle 2024-06-13 12:03:27 +08:00
Jun Pataleta
f29d66d3db
Merge branch 'MDL-82178' of https://github.com/timhunt/moodle 2024-06-13 12:00:28 +08:00
Huong Nguyen
803e94cf8a
Merge branch 'MDL-81577' of https://github.com/paulholden/moodle 2024-06-13 10:55:34 +07:00
Huong Nguyen
0202fbb634
Merge branch 'MDL-82184-dbcollation-comment' of https://github.com/leonstr/moodle 2024-06-13 10:19:07 +07:00
Huong Nguyen
6b0c51a2ca
Merge branch 'MDL-81781' of https://github.com/paulholden/moodle 2024-06-13 10:12:37 +07:00
Huong Nguyen
50b0cd3cbd
Merge branch 'MDL-69514' of https://github.com/pedrojordao/moodle 2024-06-13 09:53:53 +07:00
Jun Pataleta
e7e09fdf46
Merge branch 'MDL-79885-main' of https://github.com/Chocolate-lightning/moodle 2024-06-13 10:37:50 +08:00
Huong Nguyen
8de80c1b59
Merge branch 'MDL-82162-main' of https://github.com/sarjona/moodle 2024-06-13 09:13:48 +07:00
Huong Nguyen
a7b3e9030d
Merge branch 'MDL-82155' of https://github.com/paulholden/moodle 2024-06-13 09:02:43 +07:00
Shamiso.Jaravaza
802876e9a8 MDL-80061 mod_bigbluebuttonbn: Change filter field
* Change dismissed recording time filter from timecreated to timemodified
2024-06-12 13:53:15 -06:00
Shamiso.Jaravaza
904cf075e7 MDL-80625 mod_bigbluebuttonbn: Fix param name 2024-06-12 11:45:28 -06:00
Leon Stringer
1caecdc450 MDL-82184 database: Revise dbcollation comment 2024-06-12 18:14:20 +01:00