moodle/admin/tool/customlang
Eloy Lafuente (stronk7) deb0e76eee MDL-73278 phpunit: Rename already namespaced classes to match file name
These are the only cases 100% safe to apply the renaming of the
testcase class names to match the file names.

All other cases are not safe, because they are missing namespace
and may enter into name conflicts. Adding namespaces is not as
simple as imagined because it implies to, also, add a good number
of modifications to core. See the issue for more details.
2021-12-07 23:54:29 +01:00
..
classes MDL-69583 tool_customlang: add customization import 2020-10-13 13:26:21 +02:00
cli MDL-69583 tool_customlang: add CLI import 2020-10-14 11:59:17 +02:00
db MDL-69308 upgrade: remove all the < 3.6.0 upgrade steps 2021-01-13 19:11:19 +01:00
lang/en MDL-69998 lang: Import fixed English strings (en_fix) 2020-10-27 11:32:10 +01:00
templates MDL-67833 tool_customlang: break long text in component column. 2021-07-09 11:36:56 +01:00
tests MDL-73278 phpunit: Rename already namespaced classes to match file name 2021-12-07 23:54:29 +01:00
edit.php MDL-35628 performance: Remove dirname() where possible. 2016-06-10 08:06:49 +10:00
export.php MDL-69582 tool_customlang: add export langstring feature 2020-10-08 19:08:15 +02:00
filter_form.php MDL-69582 tool_customlang: add export langstring feature 2020-10-08 19:08:15 +02:00
import.php MDL-69583 tool_customlang: add customization import 2020-10-13 13:26:21 +02:00
index.php MDL-69583 tool_customlang: add customization import 2020-10-13 13:26:21 +02:00
lib.php MDL-29509 move customlang to admin tools 2011-09-27 00:39:19 +02:00
locallib.php MDL-67515 tool_customlang: Ignore invalid component strings 2021-03-02 09:07:38 +00:00
module.js MDL-29509 move customlang to admin tools 2011-09-27 00:39:19 +02:00
settings.php MDL-29509 move customlang to admin tools 2011-09-27 00:39:19 +02:00
version.php MDL-69583 tool_customlang: add customization import 2020-10-13 13:26:21 +02:00