Angelia Dela Cruz
f6f6475b8e
MDL-81249 gradingform: Behat test that grades are retained
2024-06-18 18:07:47 +08:00
Angelia Dela Cruz
e877329be1
MDL-81249 gradingform: Enhance Behat test for deleting marking guide
2024-06-18 17:46:26 +08:00
Ilya Tregubov
fbed8034eb
weekly release 4.4.1+
2024-06-14 08:57:00 +08:00
Jun Pataleta
347ade6e68
Merge branch 'MDL-81287-404' of https://github.com/paulholden/moodle into MOODLE_404_STABLE
2024-06-13 12:03:21 +08:00
Jun Pataleta
ece31e87a6
Merge branch 'MDL-82178_404' of https://github.com/timhunt/moodle into MOODLE_404_STABLE
2024-06-13 12:00:35 +08:00
Huong Nguyen
7b3d547f4a
Merge branch 'MDL-81577-404' of https://github.com/paulholden/moodle into MOODLE_404_STABLE
2024-06-13 10:55:57 +07:00
Huong Nguyen
89d93d2632
Merge branch 'MDL-82184-dbcollation-comment-404' of https://github.com/leonstr/moodle into MOODLE_404_STABLE
2024-06-13 10:19:37 +07:00
Huong Nguyen
d1f4ca4505
Merge branch 'MDL-81781-404' of https://github.com/paulholden/moodle into MOODLE_404_STABLE
2024-06-13 10:13:00 +07:00
Huong Nguyen
f5a2ddef9f
Merge branch 'MDL-69514-404' of https://github.com/pedrojordao/moodle into MOODLE_404_STABLE
2024-06-13 09:54:11 +07:00
Jun Pataleta
533deb42af
Merge branch 'MDL-79885-404' of https://github.com/Chocolate-lightning/moodle into MOODLE_404_STABLE
2024-06-13 10:37:39 +08:00
Huong Nguyen
15b422f3a7
Merge branch 'MDL-82162-404' of https://github.com/sarjona/moodle into MOODLE_404_STABLE
2024-06-13 09:14:05 +07:00
Mathew May
17f080683d
MDL-79885 qtype_ordering: Add learner behat testing
2024-06-13 10:11:10 +08:00
Huong Nguyen
9874249ad1
Merge branch 'MDL-82155-404' of https://github.com/paulholden/moodle into MOODLE_404_STABLE
2024-06-13 09:03:12 +07:00
Leon Stringer
e4a8fd37f0
MDL-82184 database: Revise dbcollation comment
2024-06-12 18:15:30 +01:00
Tim Hunt
200eb30225
MDL-82178 quiz graded notification: fix capability check
...
Also improve the scheduled task logging
2024-06-12 12:40:26 +01:00
Huong Nguyen
d3890caed1
Merge branch 'MDL-81332-404' of https://github.com/andelacruz/moodle into MOODLE_404_STABLE
2024-06-12 13:15:44 +07:00
Jun Pataleta
3f1f6192ea
Merge branch 'MDL-81355-404' of https://github.com/lameze/moodle into MOODLE_404_STABLE
2024-06-12 10:38:11 +08:00
Michael Aherne
bf51502049
MDL-81355 phpdoc: Fix incorrect phpdocs on block_base.
2024-06-12 10:32:42 +08:00
Huong Nguyen
0d1cbfb3b7
Merge branch 'MDL-82001-404' of https://github.com/paulholden/moodle into MOODLE_404_STABLE
2024-06-12 09:01:39 +07:00
Huong Nguyen
6d717d9c8a
Merge branch 'MDL-81522_404' of https://github.com/stronk7/moodle into MOODLE_404_STABLE
2024-06-12 08:46:59 +07:00
Sara Arjona
96c159f032
MDL-82162 tool: Switch to admin when executing runtestscenario by CLI
...
When the runtestscenario is executed via CLI, generators requiring a valid
$USER will fail.
This patch switches to the admin user, consistent with the approach used
in other simlar CLI scripts.
2024-06-11 13:27:18 +02:00
Ilya Tregubov
c260c622b9
Merge branch 'MDL-81510-404' of https://github.com/laurentdavid/moodle into MOODLE_404_STABLE
2024-06-11 18:59:32 +08:00
Laurent David
71f5eee793
MDL-81510 core_courseformat: Fix activity highlight in index
...
* When directly accessing the module with the #module-xxx anchor
we should highlight the module as the current page item.
2024-06-11 12:47:38 +02:00
Eloy Lafuente (stronk7)
2a86638a15
MDL-81522 phpunit: Add a few non-void return types to tests
...
This is the final (3rd) commit, where we are adding missing
return types to a few tests (using @depends) which return
types are non-void, but something really returned (for consume
by the dependent test).
2024-06-11 12:18:05 +02:00
Eloy Lafuente (stronk7)
091b458c52
MDL-81522 phpunit: Add missing void return type to all tests #2
...
This commit includes more changes, all them also adding the :void
return type to unit tests missing them.
The difference is that all these changes, while also detected
perfectly by the moodle.PHPUnit.TestReturnType sniff, were not
auto-fixed (like the previous commit ones), because all them
do include some "return" statement and, for safety, we don't
fix them.
All the cases have been visually inspected and confirmed that
the existing "return" statements always belong to anon
functions within the test body and not the test own return statement.
2024-06-11 12:18:05 +02:00
Eloy Lafuente (stronk7)
1093256560
MDL-81522 phpunit: Add missing void return type to all tests
...
While this change is not 100% required now, it's good habit
and we are checking for it since Moodle 4.4.
All the changes in this commit have been applied automatically
using the moodle.PHPUnit.TestReturnType sniff and are, exclusively
adding the ": void" return types when missing.
2024-06-11 12:18:04 +02:00
Huong Nguyen
7b6070003a
MDL-68540 tool_usertours: Remove hideif workaround
...
We don't need to use the group element to use hideif
for text editor element anymore
2024-06-11 15:32:47 +07:00
Huong Nguyen
d376d8cdbf
Merge branch 'MDL-68540-404' of https://github.com/davewoloszyn/moodle into MOODLE_404_STABLE
2024-06-11 15:32:23 +07:00
Angelia Dela Cruz
5541cd1af9
MDL-81332 core_course: Behat test for grade and activity reports display
2024-06-11 16:17:00 +08:00
Jun Pataleta
dd345ab8ee
Merge branch 'MDL-81428-404' of https://github.com/HuongNV13/moodle into MOODLE_404_STABLE
2024-06-11 13:41:49 +08:00
David Woloszyn
90c5adee7c
MDL-68540 form: Correctly target editors in node tree
...
This fix solves the hideIf and disabledIf form conditions that were not
correctly targetting the editor due to a name attribute mismatch.
2024-06-11 13:06:12 +10:00
Paul Holden
d5395c4f47
MDL-82155 core: define/correct third party library names.
2024-06-10 19:52:08 +01:00
Pedro Jordao
c0a966d944
MDL-69514 Core: Close popover when modal is closed
...
Currently in Firefox, if we opened a popover that was inside a modal
and closed the modal by pressing the ESC key, the popover remained on
the screen. With this change, we will ensure that popovers are closed
when the modal is closed.
2024-06-10 12:14:44 -03:00
Sara Arjona
844247aecf
Merge branch 'MDL-81949-404' of https://github.com/paulholden/moodle into MOODLE_404_STABLE
2024-06-10 16:46:38 +02:00
Sara Arjona
90f138fced
Merge branch 'MDL-81678-404' of https://github.com/paulholden/moodle into MOODLE_404_STABLE
2024-06-10 16:39:16 +02:00
Sara Arjona
6a46e9524b
Merge branch 'MDL-70972-MOODLE_404_STABLE' of https://github.com/PhMemmel/moodle into MOODLE_404_STABLE
2024-06-10 12:33:26 +02:00
Huong Nguyen
21b4aac782
MDL-81428 theme_boost: Match .disabled opacity with .text-muted
2024-06-10 17:08:22 +07:00
Huong Nguyen
83b9f0e29d
MDL-81428 core: Display the correct status for the contact request
2024-06-10 17:08:22 +07:00
Ilya Tregubov
6d4a0cbcb2
Merge branch 'MDL-81510-404' of https://github.com/laurentdavid/moodle into MOODLE_404_STABLE
2024-06-10 13:31:56 +08:00
Paul Holden
06b9cbdefd
MDL-81949 tool_replace: prompt user for unrecognised CLI parameters.
2024-06-07 11:41:03 +01:00
Paul Holden
2b4769bb73
MDL-81678 enrol: don't escape course name in welcome message.
2024-06-07 11:39:43 +01:00
Paul Holden
222fb603c0
MDL-81781 report_log: escape description selectively on display/export.
...
Per cd85e090f3 all content was escaped, however we should only do that
when displaying the value in browser or exporting to file format which
supports HTML.
2024-06-07 11:30:18 +01:00
Paul Holden
f2dbbfe66e
MDL-81781 dataformat: public helper method to get writer instance.
2024-06-07 11:30:18 +01:00
Laurent David
ac692ebbf6
MDL-81510 core_courseformat: Do not reset the scroll position
...
* Revert the change made in MDL-75762 which would wait and change
course index selection depending on the actual scroll position
2024-06-07 09:39:32 +02:00
Laurent David
40960e49bc
MDL-81510 core_courseformat: Expand course section to show activity
...
* When a course activity is specified via an anchor in the URL we
should expand the course content containing the activity
* When we point to a specific activity via an anchor in the URL we should
expand the course index (section) surrounding the actitity.
2024-06-07 09:39:32 +02:00
Andrew Nicols
db07c09afc
Moodle release 4.4.1
v4.4.1
2024-06-07 14:55:41 +08:00
Jun Pataleta
70c8bfa038
weekly release 4.4+
2024-06-06 22:30:32 +08:00
Jun Pataleta
ccca8adbc1
NOBUG: Fixed file access permissions
2024-06-06 22:30:32 +08:00
Jun Pataleta
7e01d53de3
Merge branch 'MDL-81750-404' of https://github.com/davewoloszyn/moodle into MOODLE_404_STABLE
2024-06-06 22:06:30 +08:00
Jun Pataleta
3317a05ec9
Merge branch 'MDL-82045-404' of https://github.com/andrewnicols/moodle into MOODLE_404_STABLE
2024-06-06 22:06:29 +08:00