moodle/install
Daniel Ziegenberg 39fda04cdc
MDL-73700 core: remove unused functions and strings from installer
While searching for no longer needed PHP 5.x & 7.0 checks, the
`phpversionhelp` lang string and, subsequently, the `memorylimithelp`
lang string and the `install_helpbutton()` and
`install_print_help_page()` functions were discovered. According to
comments on MDL-2787 and MDL-64482 they are no longer in use since
Moodle 1.x (approximately), neither reachable since some good versions
ago. With MDL-17458 (commit 3b09331066),
the function `print_compatibility_row()` was gone, and it seems like it
was the only place calling `install_helpbutton()`. And
`install_helpbutton()` was the only place where a link to the help mode
(e.g.  `install.php?help=$helpfield`) ever surfaced.  As both lang
strings and functions are particular to the installer and never could
have been used outside of it, we are going for direct deletion instead
of regular deprecation.

Signed-off-by: Daniel Ziegenberg <daniel@ziegenberg.at>
2025-01-28 18:57:57 +01:00
..
lang Automatically generated installer lang files 2025-01-17 00:08:00 +00:00
css.php MDL-65485 core_themes: installer html updates for bootstrap4 2019-05-06 11:03:14 +02:00
distribution.html MDL-18167 more distro hooks refactoring - agreed with Eloy 2009-02-07 20:03:25 +00:00
README.txt MDL-20700 coding style cleanup - cvs keywords removed, closign php tag removed, trailing whitespace cleanup 2009-11-01 16:48:45 +00:00
stringnames.txt MDL-73700 core: remove unused functions and strings from installer 2025-01-28 18:57:57 +01:00
welcome.html MDL-26623 fix file permissions 2011-03-01 12:26:49 +01:00

The file stringnames.txt contains a list of all the strings used during the install process.

A daily cron job will pick up the changes to this file and update all the language files
(ie those in install/lang/*/install.php) automatically.


Martin Dougiamas, 20/8/2007