Jake Dallimore
6a6f5b79dd
MDL-76862 user: Unit test for setting user home page preferences
2023-01-12 11:35:26 +08:00
Paul Holden
f3c335b376
MDL-76862 user: ensure user can only update own preferred start page.
2023-01-12 11:35:26 +08:00
Andrew Nicols
5eb91a54c3
Merge branch 'MDL-76839-401' of https://github.com/paulholden/moodle into MOODLE_401_STABLE
2023-01-12 10:57:01 +08:00
Jun Pataleta
28ccae3b7a
Merge branch 'MDL-76739-401' of https://github.com/junpataleta/moodle into MOODLE_401_STABLE
2023-01-12 10:17:37 +08:00
Jun Pataleta
f06b222aa8
MDL-76739 behat: Replace occurrences of "surname" in Behat tests
...
Replace occurrences of "surname" in Behat tests with "last name"
2023-01-12 09:52:48 +08:00
Ilya Tregubov
a4aeb20a30
Merge branch 'MDL-76607-401' of https://github.com/davewoloszyn/moodle into MOODLE_401_STABLE
2023-01-11 19:16:29 +07:00
Andrew Nicols
b50964d2e2
Merge branch '66924-view-own-private-reply-401' of https://github.com/DSI-Universite-Rennes2/moodle into MOODLE_401_STABLE
2023-01-11 15:53:27 +08:00
Tim Hunt
2ea89b98a7
MDL-76810 redirect handling: ensure return URLs are properly sanitised
2023-01-11 11:43:12 +08:00
Andrew Nicols
833bc53bbb
Merge branch 'MDL-76356_401' of https://github.com/stronk7/moodle into MOODLE_401_STABLE
2023-01-11 10:30:25 +08:00
Jake Dallimore
5123d2bf53
Merge branch 'MDL-76597-401-2' of https://github.com/junpataleta/moodle into MOODLE_401_STABLE
2023-01-11 10:12:08 +08:00
David Mudrák
acd82d3a86
MDL-76739 lang: Use the fixed strings in the tests, too
2023-01-10 21:15:06 +01:00
Helen Foster
152bbd76c5
MDL-76739 lang: Import fixed English strings (en_fix)
2023-01-10 21:13:14 +01:00
Paul Holden
02df248fbd
Merge branch 'MDL-76811-401' of https://github.com/andrewnicols/moodle into MOODLE_401_STABLE
2023-01-10 16:40:06 +00:00
Paul Holden
f5844e80fd
Merge branch 'MDL-76803-401' of https://github.com/junpataleta/moodle into MOODLE_401_STABLE
2023-01-10 16:24:16 +00:00
Paul Holden
a789bf5b24
Merge branch 'MDL-76653-401' of https://github.com/lameze/moodle into MOODLE_401_STABLE
2023-01-10 15:29:16 +00:00
Marina Glancy
ff5fc3820a
MDL-76356 various: avoid implicit conversion to int
...
PHP before version 8.1 automatically converted to int if the function
parameter (or array key) is expected to be int. PHP 8.1 shows notice in
this case
2023-01-10 15:25:57 +01:00
Marina Glancy
66dcb1683b
MDL-76356 various: avoid implicit conversion to arrays
...
PHP before version 8.1 automatically converted stdClass or 'false' to arrays if
function parameter expects array (for example, "reset").
PHP 8.1 shows notices in these situations
2023-01-10 15:03:40 +01:00
Paul Holden
9cdafb6cad
MDL-76839 mod_data: correct external test class coverage notation.
2023-01-10 13:02:29 +00:00
Paul Holden
89c59f32cf
Merge branch 'MDL-76833-401' of https://github.com/andrewnicols/moodle into MOODLE_401_STABLE
2023-01-10 12:29:14 +00:00
Jun Pataleta
8280476728
MDL-76803 lang: Update usages of reworded email display options
2023-01-10 16:01:44 +08:00
Jun Pataleta
4fc9c3bba1
MDL-76803 lang: Make email display options more concise
2023-01-10 16:01:44 +08:00
Andrew Nicols
74f1a285a1
MDL-76833 core: Bump phpunit/php-code-coverage version
...
This includes a bug fix for a display issue with code coverage reporting
in phpunit's HTML output report.
2023-01-10 12:09:01 +08:00
Andrew Nicols
d9ae9e51cd
MDL-76811 mod_data: Remove duplicate tests
2023-01-10 11:39:40 +08:00
Andrew Nicols
cd42aa554f
MDL-76811 mod_data: Stop testing template creation on field creation
...
The default template is no longer created when creating the fields with
the generator, so we should stop testing that it is.
2023-01-10 11:39:40 +08:00
Andrew Nicols
e8ea4916e9
MDL-76811 mod_data: Generator test cleanup
2023-01-10 11:39:40 +08:00
Simey Lameze
d1f75e4dce
MDL-76653 behat: add coverage for SCORM availability
2023-01-10 10:26:04 +08:00
Jun Pataleta
1b54b120ad
Merge branch 'MDL-76061-MOODLE_401_STABLE' of https://github.com/PhMemmel/moodle into MOODLE_401_STABLE
2023-01-10 09:41:46 +08:00
Philipp Memmel
3c5413f02a
MDL-76061 core_calendar: Fix changing event type from 'user'
2023-01-09 15:03:15 +01:00
Julien Boulen
4ea254faf2
MDL-66924 mod_forum: Allow users to see their own private messages
...
Allow users to see their own private messages even if they don't have
mod/forum:readprivatereplies capability
Add behat test to avoid MDL-67109 issue.
Co-authored-by: Martin Putzlocher <mputzi@users.noreply.github.com>
2023-01-09 14:43:51 +01:00
Paul Holden
29efbedc8b
Merge branch 'MDL-75532-401' of https://github.com/snake/moodle into MOODLE_401_STABLE
2023-01-09 11:50:59 +00:00
Jun Pataleta
8ea2421cd4
Merge branch 'MDL-76785-401' of https://github.com/paulholden/moodle into MOODLE_401_STABLE
2023-01-09 19:38:42 +08:00
Jun Pataleta
1361e6ad92
Merge branch 'MDL-76506_m41' of https://github.com/jrchamp/moodle into MOODLE_401_STABLE
2023-01-09 19:33:59 +08:00
Paul Holden
3387060fe1
MDL-76785 tiny_media: define video width/height language strings.
...
AMOS BEGIN
CPY [videoheight,atto_media],[videoheight,tiny_media]
CPY [videowidth,atto_media],[videowidth,tiny_media]
AMOS END
2023-01-09 10:52:18 +00:00
Jun Pataleta
5d27f595d7
Merge branch 'MDL-76787-401' of https://github.com/paulholden/moodle into MOODLE_401_STABLE
2023-01-09 18:38:55 +08:00
Paul Holden
6f2d09dc5a
Merge branch 'MDL-76601-401' of https://github.com/junpataleta/moodle into MOODLE_401_STABLE
2023-01-09 10:11:10 +00:00
Jun Pataleta
e101b6f195
Merge branch 'MDL-76812-401' of https://github.com/paulholden/moodle into MOODLE_401_STABLE
2023-01-09 17:46:13 +08:00
Jun Pataleta
934d8a2866
MDL-76597 mod_quiz: Add a default heading name for Behat tests
2023-01-09 15:41:59 +08:00
Jun Pataleta
6a7668e350
MDL-76597 mod_quiz: Set presentation role for the question list
...
Since the <ul> and <li> elements for listing the quiz questions and
elements are mainly used for layout purposes, it is better to set the
role of these elements to presentation only.
The aria-label for the <li> element is inappropriate and can also cause
confusion to screen reader users. Better to remove this. Though this is
being used in the confirmation modal so better to just change it to a
data attribute.
2023-01-09 15:41:59 +08:00
Jun Pataleta
d2bacb04ff
MDL-76597 mod_quiz: Set presentation role for the question list
...
Since the <ul> and <li> elements for listing the quiz questions and
elements are mainly used for layout purposes, it is better to set the
role of these elements to presentation only.
2023-01-09 15:41:59 +08:00
Jun Pataleta
77a0f1b129
MDL-76597 mod_quiz: Add label for question checkboxes
2023-01-09 15:41:59 +08:00
Jun Pataleta
ca841d1489
MDL-76597 mod_quiz: Darken section heading on quiz questions page
2023-01-09 15:41:59 +08:00
Jun Pataleta
c2216eefa6
MDL-76597 mod_quiz: Add label for version selector
2023-01-09 15:41:59 +08:00
Jun Pataleta
241da816db
MDL-76597 mod_quiz: Add a default sr-only section heading
...
Add a default sr-only section heading in order to prevent having an
empty heading for the quiz section which is not good for accessibility.
Plus:
- There's also an existing issue where filters are never applied to
section headings on load. This has been fixed in this commit as well.
- Button role added for the edit section button which enables it to
take advantage of the theme highlighting when it receives focus.
2023-01-09 15:41:59 +08:00
Jake Dallimore
18302e1244
MDL-75532 enrol_lti: fix optional lineitemsurl in grade sync task
...
As in MDL-74691, we need either or both of these fields, meaning either
one could be omitted. This just supports that as per the fix made in
MDL-74691.
2023-01-09 11:39:17 +08:00
Jake Dallimore
2080ba7c83
MDL-75532 enrol_lti: add tests for coupled and decoupled line items
...
This covers the following cases:
1. Where only the 'lineitem' service endpoint is provided
2. Where only the 'lineitems' service endpoint is provided.
Existing tests already cover the case where both are provided.
2023-01-09 11:39:09 +08:00
Paul Holden
b99d68087d
Merge branch 'MDL-32114-401' of https://github.com/srobotta/moodle into MOODLE_401_STABLE
2023-01-06 11:20:47 +00:00
Paul Holden
93d95cf1fe
Merge branch 'MDL-76578-401' of https://github.com/aanabit/moodle into MOODLE_401_STABLE
2023-01-06 10:41:36 +00:00
Paul Holden
13a6018b6d
Merge branch 'MDL-76781-401' of https://github.com/lucaboesch/moodle into MOODLE_401_STABLE
2023-01-06 10:23:55 +00:00
Paul Holden
ee507d22ec
MDL-76812 reportbuilder: ensure audience key is incremented correctly.
2023-01-06 09:58:05 +00:00
Ilya Tregubov
145317b2b3
MDL-76251 mod_forum: Fix illegal whitespace. Another try.
2023-01-06 16:41:25 +07:00