]> git.mxchange.org Git - mailer.git/commit
Rewrites for installation phase:
authorRoland Häder <roland@mxchange.org>
Tue, 6 Jul 2010 07:01:51 +0000 (07:01 +0000)
committerRoland Häder <roland@mxchange.org>
Tue, 6 Jul 2010 07:01:51 +0000 (07:01 +0000)
commitff6e1b8fc739109c5e07413377268231f7a7c50d
treef0759e41badb52b7bbc921a13ad3bc3631f9cd2f
parent5c8a9ba30d1aaa13a6f18c51548a4d3f2c25326e
Rewrites for installation phase:
- All localized installer messages should be located in install_XX.php
- All those messages should have a prefix INSTALLER_
- Fatal errors in installation phase are now no longer handled by our fatal
  error handler, instead the installer handles them by itself.
- Another old message id part "LANG" removed
- TODOs.txt updated
19 files changed:
DOCS/TODOs.txt
inc/db/lib-mysql3.php
inc/install-inc.php
inc/language/de.php
inc/language/install_de.php
inc/language/nickname_de.php
inc/template-functions.php
install.php
templates/de/html/admin/admin_config_nickname.tpl
templates/de/html/install/install_fatal_errors.tpl
templates/de/html/install/install_fatal_row.tpl
templates/de/html/install/install_fatal_table.tpl
templates/de/html/install/install_finished.tpl
templates/de/html/install/install_main.tpl
templates/de/html/install/install_page1.tpl
templates/de/html/install/install_page2.tpl
templates/de/html/install/install_page3.tpl
templates/de/html/install/install_page5.tpl
templates/de/html/install/install_welcome.tpl