Eloy Lafuente (stronk7)
3ee151f674
Merge branch 'MDL-76900-fix' of https://github.com/paulholden/moodle
2023-05-19 11:40:16 +08:00
Jun Pataleta
4420901074
Merge branch 'MDL-78116-master' of https://github.com/andrewnicols/moodle
2023-05-19 11:40:15 +08:00
Andrew Nicols
a176e8b63a
Merge branch 'MDL-77451-master' of https://github.com/rezaies/moodle
2023-05-19 11:40:15 +08:00
Jun Pataleta
e5a6de0d49
Merge branch 'MDL-78135' of https://github.com/paulholden/moodle
2023-05-19 11:40:15 +08:00
Andrew Nicols
dc01f7df8d
Merge branch 'MDL-78260' of https://github.com/timhunt/moodle
2023-05-19 11:40:14 +08:00
Andrew Nicols
1c62909d2e
Merge branch 'MDL-78151' of https://github.com/paulholden/moodle
2023-05-19 11:40:14 +08:00
Andrew Nicols
e177eff0f8
Merge branch 'MDL-77733-master' of https://github.com/lameze/moodle
2023-05-19 11:40:14 +08:00
Andrew Nicols
88b5313950
MDL-78317 behat: Remove finally deprecated methods
...
These methods are all very old and well out of the deprecation
timeframe. These are all ready for final removal per policy.
2023-05-19 10:57:42 +08:00
Andrew Nicols
1c9e122df7
MDL-77733 behat: Remove extraneous no-axe option
...
There is no need for no-axe if we make axe a boolean value. We already
have automatic support for negated boolean flags.
2023-05-19 10:32:53 +08:00
Mark Johnson
bdc75b3015
MDL-75696 quiz: Fix restoring pre-4.0 quizzes with random questions
...
Restoring multiple quizzes from a pre-4.0 backup was broken when
the quizzes shared a random question. This is because after the
first quiz created a set reference in place of the random question,
it deleted the question record so it was not there for the second
quiz to use. This change tracks the IDs of random questions so
they can be deleted at the end.
2023-05-18 15:53:36 +01:00
Mark Johnson
a47ebb50b3
MDL-75696 quiz: Set default value for includingsubcategories on restore
2023-05-18 15:53:36 +01:00
Mark Johnson
b6b48be55d
MDL-75696 backup: Fix backup version checks
...
Several version checks were incorrectly using
restore_controller::info::moodle_release instead of moodle_version as a
version number. This replaces all of those checks with a common pair of
methods to make the checks clearer and more maintainable.
2023-05-18 15:53:35 +01:00
Paul Holden
3894fa9460
MDL-76900 roles: improve Oracle support for entity description column.
...
Specifically during column grouping/aggregation, we need to avoid CLOB
datatype inconsistencies (ORA-00932).
2023-05-18 11:37:37 +01:00
Paul Holden
0f134c563d
MDL-78308 output: better parsing of custom menu item configuration.
...
Previously certain values would cause deprecation notices in PHP8.1.
2023-05-18 10:19:22 +01:00
David Woloszyn
da81f260f0
MDL-78005 editor_tiny: Declared vars to supress error logging
2023-05-18 12:57:56 +10:00
Jun Pataleta
5fd0a514af
Merge branch 'master_MDL-78048' of https://github.com/mattporritt/moodle
2023-05-18 10:16:11 +08:00
Ilya Tregubov
63290dc925
Merge branch 'MDL-76900' of https://github.com/paulholden/moodle
2023-05-18 09:22:15 +08:00
Julien Boulen
5a6ea11dda
MDL-77986 backup: trim extra white spaces on search forms
2023-05-17 16:29:38 +02:00
Mihail Geshoski
f13e567644
MDL-77636 gradereport_user: Sticky footer in the grade user report
2023-05-17 22:03:41 +08:00
Paul Holden
19e05f0e34
MDL-71183 course: final removal of deprecated 311 renderer method.
2023-05-17 11:38:20 +01:00
Tim Hunt
9be598a77f
MDL-78260 quiz stats: fix View details for random questions
2023-05-17 09:09:13 +01:00
Rajneel Totaram
4def049e4f
MDL-77983 core_user: Avoid passing nulls to base64_decode
2023-05-17 19:40:29 +12:00
Ilya Tregubov
dfc0b2a2fd
Merge branch 'MDL-77700' of https://github.com/paulholden/moodle
2023-05-17 15:14:22 +08:00
Ilya Tregubov
1ff7767b70
Merge branch 'MDL-78152' of https://github.com/paulholden/moodle
2023-05-17 15:06:45 +08:00
Paul Holden
f500b2d878
MDL-76900 course: add enrolment/role entities to participants source.
...
Deprecate columns/filters from current enrolment entity, to be
replaced by corresponding elements from each of the new entities.
2023-05-17 08:02:44 +01:00
Paul Holden
8f7bff9789
MDL-76900 reportbuilder: allow for deprecation of entity elements.
...
Don't allow deprecated columns/filters to be added to new custom
reports. Where they already exist, emit deprecation debugging.
2023-05-17 08:02:06 +01:00
Sara Arjona
36de54c1f8
Merge branch 'MDL-77350-master' of https://github.com/meirzamoodle/moodle
2023-05-17 08:27:26 +02:00
Ilya Tregubov
8a45a67bab
Merge branch 'MDL-75372-url_blocked' of https://github.com/catalyst/moodle
2023-05-17 11:44:25 +08:00
David Woloszyn
5bad9bd064
MDL-77252 course: Show notification depending on room status
2023-05-17 10:22:24 +10:00
AMOS bot
58941e316e
Automatically generated installer lang files
2023-05-17 00:11:04 +00:00
David Woloszyn
d38cc920c5
MDL-77252 core_communication: Get room status and notifications
2023-05-17 10:06:11 +10:00
Matt Porritt
9fa50d04d6
MDL-78048 Site Registration: Course Dates
...
Course date registration data reports correctly.
MDL-77306 added a count of how many courses there are
without start and end dates. However, all courses have
a start date, it is only the end date that is optional.
This patch fixes the data collection and makes the lang
string describing it clearer.
2023-05-17 09:01:10 +10:00
Paul Holden
b5e1330d72
MDL-78253 libraries: upgrade to version 2.3.7 of FPDI.
2023-05-16 17:40:55 +01:00
Paul Holden
46d12cfa11
MDL-78012 badges: final removal of deprecated 311 backpack methods.
2023-05-16 14:58:10 +01:00
Jun Pataleta
a00b25b068
Merge branch 'MDL-77439-master' of https://github.com/junpataleta/moodle
2023-05-16 20:38:40 +08:00
Peter Mayer
cdc66a5ff4
MDL-77439 lib_filebrowser: Splitup query to speedup get_courses
2023-05-16 20:36:50 +08:00
Jun Pataleta
8e3f98f833
Merge branch 'MDL-77218-master-behat-fix' of https://github.com/lameze/moodle
2023-05-16 19:50:40 +08:00
Simey Lameze
2f53549697
MDL-77218 behat: use correct label to click the button
2023-05-16 18:18:22 +08:00
Paul Holden
543dcf3e9c
MDL-78026 group: format retrieved group names from external methods.
2023-05-16 10:09:55 +01:00
Paul Holden
7ff0ef4a11
MDL-77264 grade: define fallback name of abstract export event.
2023-05-16 09:54:28 +01:00
Paul Holden
fe0b0135b2
MDL-77259 tool_monitor: use core component API for event list.
...
The previous method of hardcoded filepaths, specifically for events
belonging to core, meant that any events belongs to core subsystems
were omitted (core_customfield, core_h5p, core_payment, etc).
2023-05-16 09:50:11 +01:00
Ilya Tregubov
5388970860
Merge branch 'MDL-77218-master' of https://github.com/danghieu1407/moodle
2023-05-16 15:59:53 +08:00
Ilya Tregubov
f33518a3f8
Merge branch 'MDL-77797-latex-headers' of https://github.com/brendanheywood/moodle
2023-05-16 15:22:51 +08:00
Jake Dallimore
c5ac5bcfd5
Merge branch 'mdl-76270-master' of https://github.com/matthewhilton/moodle
2023-05-16 13:27:48 +08:00
Angelia Dela Cruz
46abdaa7ab
MDL-77907 Behat: Coverage for duplicating competency framework
2023-05-16 12:50:53 +08:00
Andrew Nicols
a2579a59de
Merge branch 'MDL-75404-master_toolbrickfieldlinkinnewwindow' of https://github.com/brickfield/moodle
2023-05-16 12:22:32 +08:00
Jake Dallimore
9b64511c86
Merge branch 'MDL-77930-master' of https://github.com/rjnl/moodle
2023-05-16 10:49:28 +08:00
Jake Dallimore
cdbacb9adc
Merge branch 'MDL-78120-master' of https://github.com/lucaboesch/moodle
2023-05-16 10:44:30 +08:00
Jun Pataleta
88495c2f4b
Merge branch 'MDL-75576' of https://github.com/timhunt/moodle
2023-05-16 10:02:13 +08:00
Ilya Tregubov
38230b57e4
Merge branch 'MDL-77840-master' of https://github.com/davewoloszyn/moodle
2023-05-16 09:46:05 +08:00