Ilya Tregubov
dfc7dcd062
MDL-80394 core_grades: Revert changes to graded_users_iterator
...
Third party plugins are using it and change was breaking it
2023-12-13 09:38:29 +08:00
Sara Arjona
80d773868c
Merge branch 'MDL-80315-401' of https://github.com/andelacruz/moodle into MOODLE_401_STABLE
2023-12-12 14:20:03 +01:00
Sara Arjona
eb127cc93b
Merge branch 'MDL-79835_401' of https://github.com/timhunt/moodle into MOODLE_401_STABLE
2023-12-12 14:11:51 +01:00
Huong Nguyen
86716dc120
Moodle release 4.1.7
v4.1.7
2023-12-08 09:21:51 +07:00
Francis Devine
e5eb66e405
MDL-79937 mod_lesson: Fix matching pagetype question matching
...
The addition of text format on the output of the answer responses broke
the matching later when comparing the valid answer against the sent
response, as the answer response was not correspondingly formatted.
I decided to use the un formatted answer response as the key, to keep it
as close as identical to prior behaviour
2023-12-08 09:06:53 +13:00
Sara Arjona
3a1b615718
weekly release 4.1.6+
2023-12-07 16:22:14 +01:00
Paul Holden
54a8516cd2
MDL-79980 mod_survey: remove responses link if user cannot access.
2023-12-07 12:09:27 +01:00
Brendan Heywood
628e7ecc4c
MDL-80309 tasks: Clean up mtrace logs
2023-12-07 12:07:45 +08:00
Huong Nguyen
7762fc61e8
Merge branch 'MDL-80341_401' of https://github.com/timhunt/moodle into MOODLE_401_STABLE
2023-12-07 10:28:55 +07:00
Huong Nguyen
3ffafd9232
Merge branch 'MDL-79061-401-2' of https://github.com/junpataleta/moodle into MOODLE_401_STABLE
2023-12-07 09:53:18 +07:00
Huong Nguyen
7c82e1206d
Merge branch 'MDL-68652-401-1' of https://github.com/ilyatregubov/moodle into MOODLE_401_STABLE
2023-12-07 09:33:33 +07:00
Jun Pataleta
0152978745
Merge branch 'MDL-80281_401_STABLE' of https://github.com/marxjohnson/moodle into MOODLE_401_STABLE
2023-12-07 10:16:38 +08:00
Huong Nguyen
2302bb7e2b
Merge branch 'MDL-77136-401' of https://github.com/lucaboesch/moodle into MOODLE_401_STABLE
2023-12-07 08:37:07 +07:00
Paul Holden
d1ccb8702c
MDL-79980 mod_survey: respect activity group mode getting report.
2023-12-07 09:31:39 +08:00
Ilya Tregubov
4cb1509e35
MDL-68652 core_grades: Only return allowed fields.
...
Grade iterator should check user permissions.
2023-12-07 09:14:03 +08:00
Ilya Tregubov
f764c332e7
Merge branch 'MOODLE_401_MDL-73378' of https://github.com/danielneis/moodle into MOODLE_401_STABLE
2023-12-07 09:02:59 +08:00
Tim Hunt
67f869a081
MDL-79835 behat_core_generator: remove misleading error obfuscation
2023-12-06 18:14:09 +00:00
Jun Pataleta
467a28d921
Merge branch 'MDL-80127_401' of https://github.com/timhunt/moodle into MOODLE_401_STABLE
2023-12-06 22:11:56 +08:00
Jun Pataleta
3e4c1c959f
Merge branch 'MDL-80079-401' of https://github.com/andrewnicols/moodle into MOODLE_401_STABLE
2023-12-06 21:57:54 +08:00
Luca Bösch
69d235426a
MDL-77136 qtype_randomsamatch: Newest versions for shortanswer questions
2023-12-06 14:12:02 +01:00
Luca Bösch
bbb8622464
MDL-77136 core_question: Newest versions get_questions_from_categories
2023-12-06 14:12:02 +01:00
Tim Hunt
7311dff041
MDL-80127 question engine: prevent fatal errors from old bad data
2023-12-06 11:45:26 +00:00
Tim Hunt
8f2f95bd28
MDL-80127 question engine: don't convert null to '' before storing
2023-12-06 11:43:30 +00:00
Tim Hunt
579a5061ef
MDL-80341 quiz: unseen descriptions are not unanswered questonis
...
This was causing confusing in the 'are you sure you want to submit' confirmation pop-up.
2023-12-06 11:20:06 +00:00
Angelia Dela Cruz
a11a9ca5aa
MDL-80315 block_comments: Removed duplicate Behat test
...
Deleted the duplicated course comments block behat test. The file
blocks/comments/tests/behat/add_comment.feature is deleted as a
result.
2023-12-06 18:26:23 +08:00
Ilya Tregubov
2ff0e12b24
Merge branch 'MDL-76109-401' of https://github.com/meirzamoodle/moodle into MOODLE_401_STABLE
2023-12-06 15:43:39 +08:00
Huong Nguyen
3f163e8330
Merge branch 'MDL-50650-401' of https://github.com/ilyatregubov/moodle into MOODLE_401_STABLE
2023-12-06 14:07:51 +07:00
Ilya Tregubov
f5ada5cb0b
Merge branch 'MDL-80043-401' of https://github.com/junpataleta/moodle into MOODLE_401_STABLE
2023-12-06 15:01:46 +08:00
Stephan Robotta
63b2ceee5f
MDL-41465 reports: In separate group mode, limit to same
2023-12-06 13:50:57 +07:00
Jun Pataleta
ee9d740ccf
MDL-80043 gradereport_grader: No need to pass header parameter
...
No need to pass a value for the header parameter in
print_grade_page_head() because:
1. The default grade plugin name will be used anyway.
2. It will allow the use of the editingmode_title lang string for the
grader report so the page title can reflect the display mode of the
grader report, especially when editing mode is turned on.
2023-12-06 13:55:15 +08:00
Ilya Tregubov
13c201fbc7
MDL-68652 mod_forum: Only include gradable users in grading
2023-12-06 12:47:29 +08:00
Jun Pataleta
b9fd956e73
MDL-79061 course: Create a sr-only mutations logger
...
* Create SRLogger that extends from the default Logger class. This
logger outputs the feedback to a sr-only ARIA live region to allow
screen readers to announce the feedback from mutations.
* Update the course editor to use the SRLogger.
2023-12-06 11:54:11 +08:00
David Woloszyn
2f216f5bdb
MDL-79759 repository_url: Limit css imports and remove fragments
...
There are checks to urls that attempt to limit recurrsion when
parse_file is called. This is problematic for css import urls that
can call an indefinite amount of nested import urls. An import limit
has been introduced to address this. Fragments have also been removed.
2023-12-06 04:00:22 +01:00
Stevani Andolo
fcebf9b8a6
MDL-80174 tool_log: ensure "other" data is safely unserialized.
2023-12-06 04:00:22 +01:00
Paul Holden
7ace11d396
MDL-80268 badges: require capability to view awarded badges.
2023-12-06 04:00:22 +01:00
Paul Holden
ad377e3085
MDL-79797 backup: ensure block config is safely unserialized.
2023-12-06 04:00:22 +01:00
Ilya Tregubov
9b65beb7ed
Merge branch 'MDL-79692-401' of https://github.com/paulholden/moodle into MOODLE_401_STABLE
2023-12-06 10:50:55 +08:00
Huong Nguyen
4afd2390e2
Merge branch 'MDL-80180-401' of https://github.com/jbs1/moodle into MOODLE_401_STABLE
2023-12-06 09:17:28 +07:00
Ilya Tregubov
184aa8d8ca
Merge branch 'MDL-74248-MOODLE_401_STABLE-fix_mp3_mod_folder' of https://github.com/praxisdigital/moodle into MOODLE_401_STABLE
2023-12-06 10:02:13 +08:00
Sara Arjona
9e1916ba09
Merge branch 'MDL-80286-401' of https://github.com/paulholden/moodle into MOODLE_401_STABLE
2023-12-05 16:42:24 +01:00
Sara Arjona
7d01008384
Merge branch 'MDL-79979-401' of https://github.com/aanabit/moodle into MOODLE_401_STABLE
2023-12-05 16:16:58 +01:00
Jun Pataleta
4ca230b174
Merge branch 'MDL-73974-401' of https://github.com/junpataleta/moodle into MOODLE_401_STABLE
2023-12-05 23:08:56 +08:00
Karen Holland
07e0b64822
MDL-73974 tool_brickfield: Processing alpha fontsizes
2023-12-05 23:08:17 +08:00
Sara Arjona
9acc242e13
Merge branch 'MDL-55640-m401' of https://github.com/sammarshallou/moodle into MOODLE_401_STABLE
2023-12-05 16:02:06 +01:00
Sara Arjona
fbdd721f0b
Merge branch 'MDL-80015-401' of https://github.com/roland04/moodle into MOODLE_401_STABLE
2023-12-05 15:51:40 +01:00
Sara Arjona
66ae31ecb5
Merge branch 'MDL-80254-401' of https://github.com/paulholden/moodle into MOODLE_401_STABLE
2023-12-05 15:45:49 +01:00
Jun Pataleta
43b30054ef
Merge branch 'MDL-79806_401_STABLE' of https://github.com/marxjohnson/moodle into MOODLE_401_STABLE
2023-12-05 12:48:09 +08:00
Huong Nguyen
066edbb11b
Merge branch 'MDL-71336-401' of https://github.com/paulholden/moodle into MOODLE_401_STABLE
2023-12-05 11:20:59 +07:00
Jun Pataleta
0076a8fe5c
Merge branch 'm41-mdl64431' of https://github.com/danmarsden/moodle into MOODLE_401_STABLE
2023-12-05 12:13:24 +08:00
Huong Nguyen
534cf6e3d4
Merge branch 'MOODLE_401_STABLE' of https://github.com/dragos5436/moodle into MOODLE_401_STABLE
2023-12-05 10:41:10 +07:00