[TASK] Drop fluid FailSafe from install tool
Install tool has a fallback layer to a php based template in case fluid does not work due to broken reflection for @inject annotations. Since @inject isn't used anymore in install tool this layer can be dropped now. Change-Id: Iedf0e9ea75fa105f649324c993963fb29e666607 Resolves: #72724 Related: #55352 Releases: master Reviewed-on: https://review.typo3.org/45868 Reviewed-by:Markus Klein <markus.klein@typo3.org> Tested-by:
Markus Klein <markus.klein@typo3.org> Reviewed-by:
Anja Leichsenring <aleichsenring@ab-softlab.de> Tested-by:
Anja Leichsenring <aleichsenring@ab-softlab.de>
Showing
- typo3/sysext/install/Classes/Controller/Action/AbstractAction.php 12 additions, 10 deletions...sext/install/Classes/Controller/Action/AbstractAction.php
- typo3/sysext/install/Classes/Controller/Action/Common/InstallToolDisabledAction.php 1 addition, 1 deletion...es/Controller/Action/Common/InstallToolDisabledAction.php
- typo3/sysext/install/Classes/Controller/Action/Step/EnvironmentAndFolders.php 1 addition, 1 deletion.../Classes/Controller/Action/Step/EnvironmentAndFolders.php
- typo3/sysext/install/Classes/Controller/StepController.php 1 addition, 5 deletionstypo3/sysext/install/Classes/Controller/StepController.php
- typo3/sysext/install/Classes/View/FailsafeView.php 0 additions, 115 deletionstypo3/sysext/install/Classes/View/FailsafeView.php
- typo3/sysext/install/Resources/Private/Templates/Action/Common/InstallToolDisabled.phtml 0 additions, 29 deletions...Private/Templates/Action/Common/InstallToolDisabled.phtml
- typo3/sysext/install/Resources/Private/Templates/Action/Step/EnvironmentAndFolders.phtml 0 additions, 55 deletions...Private/Templates/Action/Step/EnvironmentAndFolders.phtml
Please register or sign in to comment