Huong Nguyen
0703ba8a51
MDL-77354 tool_behat: Fix deprecated strlen() of null in PHP 8.1
2023-02-22 11:07:49 +07:00
Paul Holden
d58b28d97e
MDL-77352 javascript: declare debouncer outside the event handler.
...
It needs to be declared as such, otherwise each time the event is
triggered a new debouncer is created.
2023-02-21 22:38:59 +00:00
Simey Lameze
26cf7b3fa9
MDL-77271 behat: verify user licence preference is remembered
2023-02-21 15:17:27 +08:00
Simey Lameze
d9d8a1ad36
MDL-77271 behat: test to verify used licence cannot be deleted
2023-02-21 12:18:05 +08:00
Paul Holden
8939a00f66
Merge branch 'MDL-77269-master' of https://github.com/lameze/moodle
2023-02-20 12:17:41 +00:00
Simey Lameze
3236bf8e11
MDL-77269 licencemanager: show notification instead of an exception
2023-02-20 19:17:06 +08:00
Paul Holden
63e5431b25
Merge branch 'MDL-77287-master' of https://github.com/snake/moodle
2023-02-20 09:55:08 +00:00
Ferran Recio
135c8a999c
MDL-77182 core: add debug template info setting
...
A new developer setting that adds comments in the page HTML specifying
which template is used to render each part of the page. It can be set
form the site admin development tab and it is stored
as $CFG->debugtemplateinfo.
2023-02-20 08:54:06 +01:00
Jake Dallimore
0b1159cf85
MDL-77287 tool_oauth2: fix issuer form validation
...
This ensures validation errors from the issuer persistent are seen.
2023-02-17 15:15:10 +08:00
Tomo Tsuyuki
9e725bc168
MDL-45301 assign: Add font options for EditPDF
2023-02-17 15:30:25 +11:00
Andrew Nicols
3eed2c7914
Merge branch 'MDL-76222' of https://github.com/paulholden/moodle
2023-02-16 11:53:55 +08:00
Andrew Nicols
4fa300b78f
Merge branch 'MDL-76415-master' of https://github.com/meirzamoodle/moodle
2023-02-16 11:31:42 +08:00
Paul Holden
12229dd389
Merge branch 'MDL-77009-master' of https://github.com/andrewnicols/moodle
2023-02-15 15:51:06 +00:00
Andrew Nicols
ffe97712e5
Merge branch 'MDL-76413-master' of https://github.com/raortegar/moodle
2023-02-15 23:38:34 +08:00
Paul Holden
77c4493a11
Merge branch 'MDL-77147' of https://github.com/timhunt/moodle
2023-02-15 11:49:21 +00:00
raortegar
a03e6363de
MDL-76412 general: Fixed PHP 8.2 utf8_encode deprecations
2023-02-15 10:27:38 +01:00
Ilya Tregubov
d54a1d78f1
Merge branch 'MDL-75230-master' of https://github.com/andelacruz/moodle
2023-02-15 16:12:19 +08: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
raortegar
08e0045c03
MDL-76413 general: Fixed PHP 8.2 Callable deprecations
2023-02-13 10:35:38 +01: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
219d15895e
Merge branch 'MDL-74755' of https://github.com/paulholden/moodle
2023-02-09 11:44:16 +08:00
Jun Pataleta
c909797ec1
Merge branch 'MDL-77007-master' of https://github.com/andrewnicols/moodle
2023-02-09 10:52:55 +08:00
Paul Holden
f85f441914
Merge branch 'MDL-76542-master' of https://github.com/lameze/moodle
2023-02-08 14:22:10 +00:00
Jun Pataleta
65228171e5
Merge branch 'MDL-74905' of https://github.com/stronk7/moodle
2023-02-08 17:19:38 +08:00
Angelia Dela Cruz
367027f979
MDL-75230 behat: Lesson Behat tests optimised
...
Replace steps that manually add Lesson instances via the UI and use
Behat generators. This improves the speed of the Behat test runs.
2023-02-08 14:20:21 +08:00
Simey Lameze
64799f9ace
MDL-76542 behat: add step to go to user edit page directly
2023-02-08 12:22:29 +08:00
Jun Pataleta
8b3e36f8a8
Merge branch 'MDL-76755-master' of https://github.com/davewoloszyn/moodle
2023-02-08 11:34:21 +08:00
Tim Hunt
9091406f71
MDL-77147 question admin: optimised the query in admin/qtypes.php
2023-02-06 12:46:22 +00:00
Paul Holden
c766043420
MDL-74755 block_accessreview: stricter checking of enabled config.
2023-02-06 09:31:31 +00:00
Andrew Nicols
6414935cca
Merge branch 'MDL-76662' of https://github.com/paulholden/moodle
2023-02-04 21:37:23 +08:00
Eloy Lafuente (stronk7)
c66dc59131
MDL-74905 environment: Apply agreed changes:
...
- PHP 8.0 required.
- Moodle 3.11.8 required (first minor supporting PHP 8.0 officially).
- MySQL 8.0 required.
- MariaDB 10.6.7 required.
- PostgreSQL 13 required.
- php-sodium extension required.
- 64-bit PHP required.
2023-02-03 19:48:02 +01:00
Eloy Lafuente (stronk7)
6667366b54
MDL-74905 environment: 4.2 base information
...
This is a direct copy of the 4.1 information, to
have all the real changes under control in next commit(s).
2023-02-03 19:48:02 +01:00
David Woloszyn
23318ebb5e
MDL-76755 admin: Blocked hosts defaults improved
2023-02-02 15:16:17 +11:00
Andrew Nicols
929e5b4552
Merge branch 'MDL-75912-master' of https://github.com/andelacruz/moodle
2023-02-02 09:49:05 +08:00
Angelia Dela Cruz
854a357add
MDL-75912 behat: Wiki Behat tests optimised
...
Behat cleanup and optimisation
2023-02-01 11:01:47 +08:00
Angelia Dela Cruz
77cb8e55e4
MDL-75912 behat: Wiki Behat tests now use generators
...
Replace steps that manually add Wiki instances via the UI and use
Behat generators. This improves the speed of the Behat test runs.
2023-02-01 11:00:57 +08:00
Simey Lameze
af00222947
MDL-77079 behat: use different step to validate presets table data
2023-02-01 09:01:56 +08:00
Paul Holden
ebb277ecf5
MDL-76662 tool_log: correct supported reports test assertions.
2023-01-26 13:09:21 +00:00
Jun Pataleta
8c3cb3d17e
Merge branch 'MDL-77027-master' of https://github.com/andrewnicols/moodle
2023-01-25 15:33:52 +08:00
Andrew Nicols
6a5512c999
MDL-77007 admin: Remove deprecated auth_config.php usage
...
This was deprecated in Moodle 3.3 and should now be removed.
2023-01-25 14:13:59 +08:00
Andrew Nicols
a72168741c
MDL-77027 webservice: Add missing class requires
2023-01-25 11:14:59 +08:00
Sara Arjona
ae53d04144
Merge branch 'MDL-75337-master' of https://github.com/laurentdavid/moodle
2023-01-24 16:07:35 +01:00
Andrew Nicols
b1f844750b
MDL-77009 tool_monitor: Replace YUI dropdown with ESM version
2023-01-24 16:22:07 +08:00
Laurent David
fc72a1d7b1
MDL-75337 core: Single button - core changes
...
* Change all core calls toward single_button to use single_button::BUTTON_PRIMARY
when needed
2023-01-24 06:01:35 +01:00
Laurent David
377c962f11
MDL-75337 core: Single button - API changes
...
* Update component library for new features of single_button and modal
* Update core_notification javascript
2023-01-23 13:45:21 +01:00
Marina Glancy
b0a83aa7bd
MDL-76362 various: Avoid passing nulls to functions that don't allow nulls
...
PHP 8.1 is more strict on the parameter type. Functions such as trim(), strlen(), str_replace(), etc
show notice when null is passed as an argument
2023-01-23 09:15:54 +08:00
Jun Pataleta
fad05d7929
Merge branch 'MDL-76583-master-withoutrename' of https://github.com/andrewnicols/moodle
2023-01-19 09:44:48 +08:00
Andrew Nicols
5abb018103
Merge branch 'MDL-69126' of https://github.com/paulholden/moodle
2023-01-19 08:58:01 +08:00
Andrew Nicols
b56a9b9004
Merge branch 'MDL-76841' of https://github.com/paulholden/moodle
2023-01-19 08:54:07 +08:00
Andrew Nicols
3731f4e263
Merge branch 'MDL-70070' of https://github.com/paulholden/moodle
2023-01-19 08:47:51 +08:00