[TASK] Migrate extension install upgrade wizards to new API
Migrates all upgrade wizards based on the `AbstractDownloadExtensionUpdate` class to the new API. Related: #86172 Resolves: #86199 Releases: master Change-Id: I79ffa702a1448bb66324074ef2debf41922d95e8 Reviewed-on: https://review.typo3.org/58233 Reviewed-by:Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
TYPO3com <no-reply@typo3.com> Reviewed-by:
Frank Naegler <frank.naegler@typo3.org> Tested-by:
Frank Naegler <frank.naegler@typo3.org>
Showing
- typo3/sysext/install/Classes/Command/UpgradeWizardRunCommand.php 7 additions, 3 deletions...ysext/install/Classes/Command/UpgradeWizardRunCommand.php
- typo3/sysext/install/Classes/Updates/AbstractDownloadExtensionUpdate.php 43 additions, 43 deletions...stall/Classes/Updates/AbstractDownloadExtensionUpdate.php
- typo3/sysext/install/Classes/Updates/AdminPanelInstall.php 58 additions, 73 deletionstypo3/sysext/install/Classes/Updates/AdminPanelInstall.php
- typo3/sysext/install/Classes/Updates/Compatibility7ExtractionUpdate.php 71 additions, 57 deletions...nstall/Classes/Updates/Compatibility7ExtractionUpdate.php
- typo3/sysext/install/Classes/Updates/ExtensionModel.php 82 additions, 0 deletionstypo3/sysext/install/Classes/Updates/ExtensionModel.php
- typo3/sysext/install/Classes/Updates/FormLegacyExtractionUpdate.php 70 additions, 75 deletions...xt/install/Classes/Updates/FormLegacyExtractionUpdate.php
- typo3/sysext/install/Classes/Updates/FuncExtractionUpdate.php 62 additions, 74 deletions...3/sysext/install/Classes/Updates/FuncExtractionUpdate.php
- typo3/sysext/install/Classes/Updates/RedirectExtractionUpdate.php 67 additions, 69 deletions...sext/install/Classes/Updates/RedirectExtractionUpdate.php
- typo3/sysext/install/Classes/Updates/RedirectsExtensionUpdate.php 78 additions, 34 deletions...sext/install/Classes/Updates/RedirectsExtensionUpdate.php
- typo3/sysext/install/Classes/Updates/RteHtmlAreaExtractionUpdate.php 60 additions, 73 deletions...t/install/Classes/Updates/RteHtmlAreaExtractionUpdate.php
- typo3/sysext/install/Classes/Updates/Typo3DbExtractionUpdate.php 60 additions, 73 deletions...ysext/install/Classes/Updates/Typo3DbExtractionUpdate.php
- typo3/sysext/install/Tests/Unit/Updates/Compatibility7ExtractionUpdateTest.php 5 additions, 46 deletions...Tests/Unit/Updates/Compatibility7ExtractionUpdateTest.php
Please register or sign in to comment