Refactoring Installation
authorPhilipp Holzer <admin@philipp.info>
Mon, 29 Oct 2018 17:44:39 +0000 (18:44 +0100)
committerPhilipp Holzer <admin@philipp.info>
Mon, 29 Oct 2018 17:44:39 +0000 (18:44 +0100)
commitf0382ab919b3848dd4dce9717a4f7cc7910c19d7
treebfd985dc1f563198a3a05da80cb42e7276f38198
parent64149c41b45d6c4d2210ec3fc0fb59e1d3b92077
Refactoring Installation

- centralized installation
- renamed Core\Install to Core\Installer
- avoid using $a->data[] for states
- removed unnecessary code
src/Core/Console/AutomaticInstallation.php
src/Core/Install.php [deleted file]
src/Core/Installer.php [new file with mode: 0644]
src/Module/Install.php
tests/src/Core/InstallTest.php [deleted file]
tests/src/Core/InstallerTest.php [new file with mode: 0644]
view/templates/install.tpl [deleted file]
view/templates/install_db.tpl
view/templates/install_finished.tpl [new file with mode: 0644]
view/templates/install_settings.tpl