Andrew Nicols
889e1d4e35
Merge branch 'MDL-78544-401' of https://github.com/snake/moodle into MOODLE_401_STABLE
2023-06-24 22:26:57 +08:00
Stefan Hanauska
e3c84dcb32
MDL-77152 files: Ensure trailing/leading slash
2023-06-24 10:32:02 +02:00
Ilya Tregubov
84a7937643
Merge branch 'MDL-78434-m401' of https://github.com/sammarshallou/moodle into MOODLE_401_STABLE
2023-06-22 14:37:45 +02:00
Andrew Nicols
fd87f7b46d
Merge branch 'MDL-78541/401' of https://github.com/skodak/moodle into MOODLE_401_STABLE
2023-06-22 14:37:44 +02:00
Andrew Nicols
675ca18cfa
Merge branch 'MDL-78350-401' of https://github.com/paulholden/moodle into MOODLE_401_STABLE
2023-06-22 14:37:44 +02:00
Andrew Nicols
de329f8268
Merge branch 'MDL-75913-401' of https://github.com/davewoloszyn/moodle into MOODLE_401_STABLE
2023-06-22 14:37:43 +02:00
hieuvu
14079fa738
MDL-78484 formslib: Move enable checkbox display before the date picker
2023-06-22 11:08:47 +07:00
Jake Dallimore
331f47a4f3
MDL-78544 forms: fix string to number comparison bug in duration element
...
Prior to PHP 8, 0 == "", but now no more. We should use empty instead.
See: https://www.php.net/manual/en/migration80.incompatible.php
2023-06-22 11:01:17 +08:00
Paul Holden
61ae9500d7
MDL-78350 output: parse returned dynamic tab javascript when loading.
...
Ensure we don't create nested <script> tags when rendering templates,
which triggers console errors since 1ef815cd.
Co-authored-by: Andrew Nicols <andrew@nicols.co.uk>
2023-06-21 17:25:40 +01:00
Petr Skoda
9fee59de2a
MDL-78541 admin: ignore headings in admin_apply_default_settings()
...
This is a workaround for plugins that do not have
unique setting names.
2023-06-21 15:47:06 +02:00
Julien Boulen
4001902464
MDL-78259 weblib: purify audio/video tags as inline elements
2023-06-20 16:37:02 +08:00
David Woloszyn
94b98082a3
MDL-75913 behat: Switch to TinyMCE editor iframe
2023-06-19 16:38:18 +10:00
David Woloszyn
7f6d6d240f
MDL-75913 behat: Private files data generator
2023-06-19 16:38:18 +10:00
Andrew Nicols
1f553279d2
MDL-75913 behat: Add support for file uploads in generators
2023-06-19 16:38:18 +10:00
Anders Rasmussen
c5471d260e
MDL-74893 authentication: Fix auto-login guest
...
Fixed auto-login as guest, when Guest login button is hidden
2023-06-19 07:49:24 +02:00
Petr Skoda
52e39db7ad
MDL-77525 filter: add filtering stages
2023-06-17 16:49:34 +02:00
Andrew Nicols
dedfbb7e63
Merge branch 'MDL-78461-401' of https://github.com/paulholden/moodle into MOODLE_401_STABLE
2023-06-15 11:23:27 +08:00
Andrew Nicols
196ed7530b
Merge branch 'MDL-69231-401' of https://github.com/lameze/moodle into MOODLE_401_STABLE
2023-06-15 10:56:53 +08:00
Andrew Nicols
46f3dc6538
Merge branch 'MDL-78478-401' of https://github.com/dasistwas/moodle into MOODLE_401_STABLE
2023-06-15 09:56:18 +08:00
Sara Arjona
36a7924b64
Merge branch 'MDL-78055-401' of https://github.com/paulholden/moodle into MOODLE_401_STABLE
2023-06-14 16:54:57 +02:00
Sara Arjona
4dcf2db446
Merge branch 'MDL-74824-401' of https://github.com/paulholden/moodle into MOODLE_401_STABLE
2023-06-14 16:51:11 +02:00
David Bogner
c461b4d8fc
MDL-78478 forms: Fix repeated elements in dynamic forms
2023-06-14 15:30:32 +02:00
Paul Holden
b8f3aa4d12
MDL-78055 themes: account for undefined extrascsscallback config.
...
Where a theme didn't define this property, it would raise debugging
deprecation warnings in PHP8.1.
2023-06-14 13:51:12 +01:00
Ilya Tregubov
beb0328060
Merge branch 'MDL-70152-401' of https://github.com/andelacruz/moodle into MOODLE_401_STABLE
2023-06-14 13:25:03 +08:00
Paul Holden
43d715777a
MDL-78461 core: fix base plugininfo class reference to root directory.
2023-06-13 14:05:31 +01:00
sam marshall
673576142e
MDL-78434 Lib: PHP 8.1 incompatible code relating to LDAP\Connection
2023-06-13 09:45:04 +01:00
Jun Pataleta
fcdad9f31c
Merge branch 'MDL-75937-401' of https://github.com/stevandoMoodle/moodle into MOODLE_401_STABLE
2023-06-12 16:10:45 +08:00
Stevani Andolo
f0211bbfb1
MDL-75937 admin: Fixed config data display inconsistency
2023-06-12 15:29:54 +08:00
Andrew Nicols
73a55b6268
Merge branch 'MDL-78297-401' of https://github.com/MartinGauk/moodle into MOODLE_401_STABLE
2023-06-12 10:19:43 +08:00
Paul Holden
05074c1ca3
MDL-74824 user: fix custom change password URL in login notification.
2023-06-11 17:41:09 +01:00
David Woloszyn
0596ff2d2b
MDL-78237 editor_tiny: Prevent navbar obscuring modal content
2023-06-08 17:15:13 +10:00
Sara Arjona
4fffa81e41
Merge branch 'MDL-77946-401' of https://github.com/paulholden/moodle into MOODLE_401_STABLE
2023-06-08 06:56:56 +02:00
Sara Arjona
fcd946c862
Merge branch 'MDL-78308-401' of https://github.com/paulholden/moodle into MOODLE_401_STABLE
2023-06-08 06:48:40 +02:00
Andrew Nicols
1b27cfd795
MDL-76838 core: Add unit test for invalid unicode sequences
2023-06-08 11:59:23 +08:00
Andrew Nicols
cc7ea9fecd
Merge branch 'MDL-76838-401' of https://github.com/paulholden/moodle into MOODLE_401_STABLE
2023-06-08 11:54:42 +08:00
Andrew Nicols
7dc747ea99
Merge branch 'MDL-77264-401' of https://github.com/paulholden/moodle into MOODLE_401_STABLE
2023-06-08 11:32:46 +08:00
Andrew Nicols
21443080c8
Merge branch 'MDL-78408-401' of https://github.com/snake/moodle into MOODLE_401_STABLE
2023-06-08 11:05:34 +08:00
Jun Pataleta
ea1a8336e5
Merge branch 'MDL-78036_401' of https://github.com/stronk7/moodle into MOODLE_401_STABLE
2023-06-08 11:03:24 +08:00
Andrew Nicols
cf3ae5bc2a
Merge branch 'MDL-76406-401' of https://github.com/safatshahin/moodle into MOODLE_401_STABLE
2023-06-08 10:38:58 +08:00
Jun Pataleta
37a29f7950
Merge branch 'MDL-78431-401' of https://github.com/andrewnicols/moodle into MOODLE_401_STABLE
2023-06-08 10:28:18 +08:00
Stevani Andolo
bd5329b1a5
MDL-78215 core: Added support unit test
2023-06-08 09:37:02 +08:00
Stevani Andolo
69596a6bb2
MDL-78215 core: support checking if 0.0.0.0 is in subnet
2023-06-08 09:37:01 +08:00
Andrew Nicols
2279eee0ab
MDL-78431 core: Abort after config for source maps
2023-06-07 21:07:52 +08:00
Martin Gauk
190db6962e
MDL-78297 core: Less cache lookups in deprecated capabilities feature
...
Avoid use of $cache->has.
2023-06-07 12:04:36 +02:00
Jake Dallimore
7fd423acfc
MDL-78408 core: fix restoration of anchor to wantsurl during login
2023-06-07 14:30:37 +08:00
Eloy Lafuente (stronk7)
7abeaf37ea
MDL-78036 behat: Move all links from old docs to new counterparts
2023-06-06 12:39:21 +02:00
Sara Arjona
e96dab8594
Merge branch 'MDL-76936-401' of https://github.com/HirotoKagotani/moodle into MOODLE_401_STABLE
2023-06-06 11:22:15 +02:00
Simey Lameze
fc10598d63
MDL-69231 behat: remaining work for role capability generator
...
This commit does few things:
* Unify data generators usage to role short name.
* Replace remaining manual steps to use the new data generator.
* Also replaced other manual steps to set config to use data generators.
* Tidy up of some tests, aligning pipes and splitting one line steps into multiple lines.
* Fixes tests to have one Given/When/Then per scenario.
2023-06-02 12:42:35 +08:00
Andrew Nicols
c4cd52ce5a
MDL-69231 tests: Add role capability setting generator
2023-06-02 12:42:35 +08:00
Andrew Nicols
c49877c8f5
MDL-69231 tests: Improve existing role generator
...
Support definition of context levels and permissions.
2023-06-02 12:42:35 +08:00