Meirza
3c0fa9b9cb
MDL-76415 assignfeedback_editpdf: Fixed str interpolation deprecations.
...
Since PHP 8.2, placing the dollar sign outside the curly brace is deprecated when
the expression inside the braces resolves to a variable or an expression.
2023-02-13 19:51:46 +07:00
Meirza
d8474a647a
MDL-76415 gradereport_singleview: Fixed str interpolation deprecations.
...
Since PHP 8.2, placing the dollar sign outside the curly brace is deprecated when
the expression inside the braces resolves to a variable or an expression.
2023-02-13 19:51:46 +07:00
Meirza
e2cd808b34
MDL-76415 core: Fixed ${var} string interpolation deprecations.
...
Since PHP 8.2, placing the dollar sign outside the curly brace is deprecated when
the expression inside the braces resolves to a variable or an expression.
2023-02-13 19:51:46 +07:00
Meirza
6b02417e8c
MDL-76415 core_course: Fixed ${var} string interpolation deprecations.
...
Since PHP 8.2, placing the dollar sign outside the curly brace is deprecated when
the expression inside the braces resolves to a variable or an expression.
2023-02-13 19:51:46 +07:00
Meirza
113c78a110
MDL-76415 tool_componentlibrary: Fixed str interpolation deprecations.
...
Since PHP 8.2, placing the dollar sign outside the curly brace is deprecated when
the expression inside the braces resolves to a variable or an expression.
2023-02-13 19:51:46 +07:00
Meirza
90e94a3498
MDL-76415 blocks: Fixed ${var} string interpolation deprecations.
...
Since PHP 8.2, placing the dollar sign outside the curly brace is deprecated when
the expression inside the braces resolves to a variable or an expression.
2023-02-13 19:51:46 +07:00
Meirza
e9822519eb
MDL-76415 lib: Fixed ${} string interpolation deprecations in phpxmlrpc
...
Since PHP 8.2, placing the dollar sign outside the curly brace is deprecated when
the expression inside the braces resolves to a variable or an expression.
2023-02-13 19:51:46 +07:00
Meirza
3f850a8a4a
MDL-76415 lib: Fixed ${var} str interpolation deprecations in php-jwt.
...
Since PHP 8.2, placing the dollar sign outside the curly brace is deprecated when
the expression inside the braces resolves to a variable or an expression.
2023-02-13 19:51:46 +07:00
Meirza
89131a73c2
MDL-76415 lib: Fixed ${var} string interpolation deprecations in php-ml
...
Since PHP 8.2, placing the dollar sign outside the curly brace is deprecated when
the expression inside the braces resolves to a variable or an expression.
2023-02-13 19:51:46 +07:00
Lars Bonczek
0a704a6b03
MDL-75379 core: Use non-static template cache
2023-02-13 12:33:33 +01:00
Paul Holden
2f73d7a232
MDL-76611 cohort: prevent duplicate idnumber in inplace editable.
2023-02-13 10:33:23 +00:00
raortegar
3a673213fb
MDL-76413 lib: Fixed PHP 8.2 callable deprecations in evalmath
2023-02-13 10:36:46 +01:00
raortegar
d7fd2c788a
MDL-76413 lib: Fixed PHP 8.2 callable deprecations in minify
2023-02-13 10:35:38 +01:00
raortegar
0e715b0c52
MDL-76413 lib: Fixed PHP 8.2 callable deprecations in adodb
2023-02-13 10:35:38 +01:00
raortegar
08e0045c03
MDL-76413 general: Fixed PHP 8.2 Callable deprecations
2023-02-13 10:35:38 +01:00
Paul Holden
e5f01178a6
MDL-77212 tiny_accessibilitychecker: remove unused lang string fetch.
2023-02-13 08:48:51 +00:00
Sara Arjona
597564d7b4
MDL-77086 badges: Improve debugging
...
Display more information, like the status error, when the badge can't
be sent to the backpack.
2023-02-13 08:40:45 +01:00
Ilya Tregubov
c11fac04c1
Merge branch 'MDL-77189-master' of https://github.com/lameze/moodle
2023-02-13 13:42:58 +08:00
Simey Lameze
0876de8868
MDL-77189 behat: basic coverage for wikimedia repository
2023-02-13 13:12:00 +08:00
Jun Pataleta
d1d808b5b4
Merge branch '76314-forum-fix-forumtype-and-groupmode-validation-master' of https://github.com/DSI-Universite-Rennes2/moodle
2023-02-13 11:39:22 +08:00
Jun Pataleta
099508cce7
Merge branch '76312-forum-subscriber-sorting-master' of https://github.com/DSI-Universite-Rennes2/moodle
2023-02-13 11:27:17 +08:00
Jun Pataleta
db79d463b6
Merge branch 'MDL-62839' of https://github.com/JasonEverling/moodle
2023-02-13 10:05:58 +08:00
Meirza
b77041ff28
MDL-77207 core: PHP 8.2 makes exported class name fully qualified.
2023-02-11 16:12:37 +07:00
Anupama Sarjoshi
05d51c15ca
MDL-63608 quiz: Fix Access order when manually grading quizzes
...
Changes done to fix access order of attempts that need manual grading.
Changed button text from 'Save and go to next page' to 'Save and show next' to improve UI.
2023-02-10 17:42:10 +00:00
Luca Bösch
d19685ba69
MDL-77156 enrol_self: deprecated trim() of null in PHP 8.1
2023-02-10 18:20:08 +01:00
Paul Holden
1ea152c99a
weekly release 4.2dev
2023-02-10 13:47:28 +00:00
Paul Holden
9ca082a5b0
NOBUG: Fixed SVG browser compatibility
2023-02-10 13:47:26 +00:00
Paul Holden
77c7943c0a
Merge branch 'install_master' of https://git.in.moodle.com/amosbot/moodle-install
2023-02-10 13:47:26 +00:00
Paul Holden
889f35fc26
MDL-69838 core: final removal of deprecated 310 methods.
2023-02-10 11:20:00 +00:00
Paul Holden
5021b3a5b5
MDL-68776 search: remove support for optional add_documents return.
...
All six returned array elements must now be present.
2023-02-10 10:41:50 +00:00
Julien Boulen
9f3baf8c4f
MDL-76314 forum: add form check to prevent combining wrong parameters
...
Form validation prevents combining the forum type "single discussion" and the group mode "separate groups".
2023-02-10 11:07:21 +01:00
Julien Boulen
0b1e4b57b6
MDL-76312 forum: sort subscribers list by fullname
2023-02-10 10:26:31 +01:00
Jun Pataleta
36564d26ba
Merge branch 'MDL-74272-fix' of https://github.com/sarjona/moodle
2023-02-10 16:52:36 +08:00
Sara Arjona
ad1a9e85de
MDL-74272 behat: Fix issue with headless
...
It seems unrelated to this patch... But git bisect pointed it here.
2023-02-10 09:42:53 +01:00
Jake Dallimore
7e6f706717
MDL-77140 mod_lti: fix content item return for new TinyMCE versions
2023-02-10 10:11:34 +08:00
David Woloszyn
694b3ef878
MDL-77145 enrol: Removed course shortname from unenrolme string
2023-02-10 11:10:15 +11:00
Jason A Everling
6f4011db33
MDL-62839 mod_lti: change instructorchoiceacceptgrades default value
...
update mod_lti behat test: renametool.feature, added "Accept grades from the tool" to "1"
2023-02-09 10:22:17 -06:00
Paul Holden
6f4675e043
MDL-76222 tool_customlang: non-translatable export CLI filename.
...
This matches the name used for manual (via UI) language export.
2023-02-09 14:18:05 +00:00
Andrew Nicols
ea1f5eba27
Merge branch 'MDL-76904-master' of https://github.com/NashTechOpenUniversity/moodle
2023-02-09 12:04:21 +08:00
Andrew Nicols
219d15895e
Merge branch 'MDL-74755' of https://github.com/paulholden/moodle
2023-02-09 11:44:16 +08:00
Jun Pataleta
6845a7f74f
Merge branch 'MDL-77052-master' of https://github.com/Utdanningsdirektoratet/moodle
2023-02-09 11:27:43 +08:00
Jun Pataleta
5ab615c610
Merge branch 'MDL-77161-master' of https://github.com/andrewnicols/moodle
2023-02-09 11:18:24 +08:00
Andrew Nicols
8d35d59bf3
Merge branch 'MDL-76354' of https://github.com/paulholden/moodle
2023-02-09 10:58:29 +08:00
Jun Pataleta
c909797ec1
Merge branch 'MDL-77007-master' of https://github.com/andrewnicols/moodle
2023-02-09 10:52:55 +08:00
Andrew Nicols
c7a1f4c748
Merge branch 'MDL-77018' of https://github.com/timhunt/moodle
2023-02-09 10:50:58 +08:00
Andrew Nicols
2de031b74c
Merge branch 'MDL-76066-master' of https://github.com/aanabit/moodle
2023-02-09 10:27:00 +08:00
Andrew Nicols
9890d88107
Merge branch 'MDL-77057' of https://github.com/paulholden/moodle
2023-02-09 10:19:22 +08:00
Andrew Nicols
43962ec9ce
Merge branch 'MDL-72559-master' of https://github.com/keevan/moodle
2023-02-09 10:17:12 +08:00
Matthew Hilton
5ea4d886ee
MDL-73317 assign: Move useridlist cache construction
...
Move the construction of the useridlist $SESSION cache to when a key
is requested.
This stops the writing of $SESSION when backing up
or restoring mod_assign instances, which is neccessary since the
backup and restore scripts close the session when processing.
2023-02-09 12:03:49 +10:00
Matthew Hilton
f106babf53
MDL-73317 search: Close session later in script
...
The session write_close was moved to the earliest point in the script
that does not modify the session. This is currently always after
$OUTPUT->header()
2023-02-09 12:03:49 +10:00