[TASK] Remove ext:dbal from installation steps
We don't want to still have fresh installations that enable ext:dbal. The patch removes the ext:dbal specific handling from the install tool steps. With an active loaded ext:dbal, the install tool still works fine and runs through the steps, only new installations can no longer choose "i do not use mysql". Change-Id: I4b694d377df41b8ce3bd6360c7f81c9e4cd28843 Resolves: #77622 Releases: master Reviewed-on: https://review.typo3.org/49578 Tested-by:Bamboo TYPO3com <info@typo3.com> Reviewed-by:
Wouter Wolters <typo3@wouterwolters.nl> Tested-by:
Wouter Wolters <typo3@wouterwolters.nl> Reviewed-by:
Andreas Fernandez <typo3@scripting-base.de> Reviewed-by:
Georg Ringer <georg.ringer@gmail.com> Tested-by:
Georg Ringer <georg.ringer@gmail.com>
Showing
- typo3/sysext/install/Classes/Controller/Action/AbstractAction.php 0 additions, 15 deletions...sext/install/Classes/Controller/Action/AbstractAction.php
- typo3/sysext/install/Classes/Controller/Action/Step/DatabaseConnect.php 97 additions, 353 deletions...nstall/Classes/Controller/Action/Step/DatabaseConnect.php
- typo3/sysext/install/Classes/Controller/Action/Step/DatabaseData.php 4 additions, 1 deletion...t/install/Classes/Controller/Action/Step/DatabaseData.php
- typo3/sysext/install/Classes/Controller/Action/Step/DatabaseSelect.php 1 addition, 2 deletions...install/Classes/Controller/Action/Step/DatabaseSelect.php
- typo3/sysext/install/Resources/Private/Partials/Action/Step/DatabaseConnect/ConnectDetails.html 0 additions, 24 deletions.../Partials/Action/Step/DatabaseConnect/ConnectDetails.html
- typo3/sysext/install/Resources/Private/Partials/Action/Step/DatabaseConnect/DbalDriverSelection.html 0 additions, 45 deletions...ials/Action/Step/DatabaseConnect/DbalDriverSelection.html
- typo3/sysext/install/Resources/Private/Partials/Action/Step/DatabaseConnect/LoadDbal.html 0 additions, 16 deletions...rivate/Partials/Action/Step/DatabaseConnect/LoadDbal.html
- typo3/sysext/install/Resources/Private/Partials/Action/Step/DatabaseConnect/UnloadDbal.html 0 additions, 8 deletions...vate/Partials/Action/Step/DatabaseConnect/UnloadDbal.html
- typo3/sysext/install/Resources/Private/Templates/Action/Step/DatabaseConnect.html 1 addition, 14 deletions...ources/Private/Templates/Action/Step/DatabaseConnect.html
Please register or sign in to comment