moodle/admin/tool/langimport
Eloy Lafuente (stronk7) 361dfe8145
MDL-75952 general: Since php81, refection->setAccessible() is no-op
Refereces:
- https://wiki.php.net/rfc/make-reflection-setaccessible-no-op
- https://www.php.net/manual/en/reflectionproperty.setaccessible.php
- https://www.php.net/manual/en/reflectionmethod.setaccessible.php

As of PHP 8.1.0, calling this method has no effect; all methods are
invokable by default. So, let's remove all uses from core, they are
no-op.
2024-03-10 21:15:00 +01:00
..
amd MDL-79064 core: Update all get_strings as uses 2023-08-29 10:57:54 +08:00
classes MDL-65292 style: Fix all function declarations white space 2024-02-28 23:33:26 +01:00
db
lang/en MDL-77159 tool_langimport: Replace YUI module with ESM 2023-05-24 20:40:14 +08:00
templates MDL-75670 theme: Refactor form-group helper class dropped in BS5 2024-02-29 13:55:37 +01:00
tests MDL-75952 general: Since php81, refection->setAccessible() is no-op 2024-03-10 21:15:00 +01:00
index.php MDL-54749 tool_langimport: require sesskey to update lang packs. 2024-02-07 02:34:19 +01:00
lib.php
settings.php
styles.css MDL-70632 tool_langimport: search for available language packs. 2021-02-03 10:03:37 +00:00
version.php MDL-79551 versions: bump all versions and requires near release 2023-10-04 13:57:17 +08:00