|
|
|
Environment:
|
All environment that support PHP
|
|
|
This will try to extract the functionality out of install.php file and put it in the libinstall.php. This enables cli installer reuse that code. At the moment refactoring will remove implementation like, configuring the database, configuring the folders, etc. This file will have an effect in install.php since it needed to be changed to accommodate the refactoring.
|
|
Description
|
This will try to extract the functionality out of install.php file and put it in the libinstall.php. This enables cli installer reuse that code. At the moment refactoring will remove implementation like, configuring the database, configuring the folders, etc. This file will have an effect in install.php since it needed to be changed to accommodate the refactoring. |
Show » |
|
I am in a process of:
1/ moving configuration checks from install.php into environment - new section PHP_SETTINGS in environment.xml and setup.php - why?? because many ppl are reporting problems when configuration changes
2/ moving environment test from install.php to admin/index.php - problems here are two - first all strings in environment test need to go into install lang packs, when creating config.php manually the environment tests were not executed at all (critical)
3/ installation strings are getting bigger and bigger - seems easier to download installer right after successful directory selection; this way we can use normal string handling in db selection/configuration/testing etc., this way we will need only some 15 strings instead of 50+ in install/en_utf8/installer.php
4/ enabling full debug and error dispaly in installer + tweaking all strings - this could prevent very many installer bug reports finally