[BUGFIX] Clean up message handling in install tool
The extension compatibility misuses the install tool message system for its tests and hands over on-the-fly arrays instead of proper message objects. The patch moves the message creation to the controller and hands them over to view instead. Resolves: #66805 Releases: master Change-Id: Icea9955e7e1206327f859abf4ec3bcada50a65e6 Reviewed-on: http://review.typo3.org/39279 Reviewed-by:Markus Klein <markus.klein@typo3.org> Tested-by:
Markus Klein <markus.klein@typo3.org> Reviewed-by:
Andreas Fernandez <typo3@scripting-base.de> Tested-by:
Andreas Fernandez <typo3@scripting-base.de>
Showing
- typo3/sysext/install/Classes/Controller/Action/AbstractAction.php 25 additions, 0 deletions...sext/install/Classes/Controller/Action/AbstractAction.php
- typo3/sysext/install/Classes/Controller/Action/Tool/ImportantActions.php 1 addition, 0 deletions...stall/Classes/Controller/Action/Tool/ImportantActions.php
- typo3/sysext/install/Classes/Controller/Action/Tool/LoadExtensions.php 3 additions, 1 deletion...install/Classes/Controller/Action/Tool/LoadExtensions.php
- typo3/sysext/install/Classes/Status/LoadingStatus.php 27 additions, 0 deletionstypo3/sysext/install/Classes/Status/LoadingStatus.php
- typo3/sysext/install/Resources/Private/Partials/Action/Tool/ImportantActions/ExtensionCompatibilityTester.html 3 additions, 9 deletions...n/Tool/ImportantActions/ExtensionCompatibilityTester.html
Please register or sign in to comment