Jun Pataleta
baef734ef7
MDL-75012 js: Remove orphaned source maps
2023-03-02 13:04:55 +08:00
Jun Pataleta
916503658d
Merge branch 'MDL-75012-master-5' of https://github.com/andrewnicols/moodle
2023-03-02 12:34:34 +08:00
Andrew Nicols
33b1e41f13
MDL-75012 js: Full build of all grunt things
2023-03-02 11:55:32 +08:00
Andrew Nicols
4946bb1bb0
Merge branch 'MDL-61458' of https://github.com/paulholden/moodle
2023-03-02 11:16:57 +08:00
Andrew Nicols
64e7cfabe6
Merge branch 'MDL-77391' of https://github.com/jrchamp/moodle
2023-03-02 09:26:13 +08:00
Andrew Nicols
54ac0ae079
Merge branch 'MDL-77277-master' of https://github.com/skodak/moodle
2023-03-02 09:11:22 +08:00
Matt Porritt
16dbf367c3
MDL-76928 Libraries: Upgrade lunr.js to 2.3.9
2023-03-02 11:15:49 +11:00
Andrew Nicols
b049bc9ac5
Merge branch 'MDL-77322_basicauth_checkbox' of https://github.com/leonstr/moodle
2023-03-01 10:49:21 +08:00
Petr Skoda
089b9a8846
MDL-77277 tool_componentlibrary: import Bootstrap v4.6.2
2023-02-28 23:46:00 +08:00
Petr Skoda
6db8f35c43
MDL-77277 theme_boost: import Bootstrap v4.6.2
2023-02-28 23:45:52 +08:00
Paul Holden
1e8c579812
MDL-61458 tool_lp: remove custom cohort autocomplete form selector.
...
The previous commit replaced the only remaining usage of it with the
equivalent core cohort form element. Prior to that, 21a0008f had done
the same.
2023-02-28 15:45:20 +00:00
Jonathan Champ
cdf6c1ae88
MDL-77391 question admin: further improve query peformance in qtypes.php
2023-02-28 10:17:11 -05:00
Andrew Nicols
e6fe30187f
MDL-77248 core: Move pre_enable_plugin_actions callback to enable_plugin
...
Note: The original callback was incorrectly using the $PAGE output,
which cannot be relied upon in this callback. The best we can do here is
to add a notification to explain the situation.
2023-02-28 12:04:50 +08:00
Andrew Nicols
797b76becf
MDL-77248 core_admin: Tidy up coding style of admin/modules
2023-02-28 12:01:15 +08:00
Paul Holden
efbe491826
MDL-61458 tool_cohortroles: switch to core user/cohort form elements.
...
Remove last dependency on tool_lp plugin.
2023-02-27 12:20:16 +00:00
Leon Stringer
ad592f442d
MDL-77322 oauth2: Fix basicauth checkbox
...
Following MDL-61880 you could turn on "Authenticate token requests via
HTTP headers" but not turn this off again. This change fixes this and
adds a Behat scenario to test toggling this checkbox is saved
correctly.
2023-02-24 17:25:43 +00:00
Andrew Nicols
8a27d2c082
Merge branch 'MDL-77271-master' of https://github.com/lameze/moodle
2023-02-23 19:04:29 +01:00
Andrew Nicols
e515c15cfa
Merge branch 'MDL-77352' of https://github.com/paulholden/moodle
2023-02-23 19:04:29 +01:00
Andrew Nicols
d174cf3f85
Merge branch 'MDL-76412-master' of https://github.com/raortegar/moodle
2023-02-23 11:04:07 +08:00
Andrew Nicols
7839d62111
Merge branch 'MDL-77354-master' of https://github.com/HuongNV13/moodle
2023-02-23 10:49:09 +08:00
Ilya Tregubov
d6c9b9eaed
Merge branch 'MDL-77182-master' of https://github.com/ferranrecio/moodle
2023-02-23 10:09:51 +08:00
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