[TASK] Deprecate signals during extension installation
The database handling and comparison was streamlined with patch https://review.typo3.org/57429/. The extension manager uses the global database compare action after an extension was activated. For that reason we do not have to maintain a couple of duplicated signals anymore and can mark them as deprecated. Resolves: #85462 Releases: master Change-Id: I7f6d814c43b530bb51737b3457b89c8075c364e7 Reviewed-on: https://review.typo3.org/57671 Tested-by:TYPO3com <no-reply@typo3.com> Reviewed-by:
Helmut Hummel <typo3@helhum.io> Reviewed-by:
Markus Klein <markus.klein@typo3.org> Reviewed-by:
Wouter Wolters <typo3@wouterwolters.nl> Tested-by:
Markus Klein <markus.klein@typo3.org> Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch>
Showing
- typo3/sysext/core/Documentation/Changelog/9.0/Breaking-82368-SignalAfterExtensionConfigurationWriteRemoved.rst 4 additions, 3 deletions...g-82368-SignalAfterExtensionConfigurationWriteRemoved.rst
- typo3/sysext/core/Documentation/Changelog/master/Deprecation-85462-SignalHasInstalledExtensionsDeprecated.rst 40 additions, 0 deletions...recation-85462-SignalHasInstalledExtensionsDeprecated.rst
- typo3/sysext/core/Documentation/Changelog/master/Deprecation-85462-SignalTablesDefinitionIsBeingBuiltDeprecated.rst 42 additions, 0 deletions...on-85462-SignalTablesDefinitionIsBeingBuiltDeprecated.rst
- typo3/sysext/extensionmanager/Classes/Service/ExtensionManagementService.php 1 addition, 0 deletions...ionmanager/Classes/Service/ExtensionManagementService.php
- typo3/sysext/extensionmanager/Classes/Utility/InstallUtility.php 17 additions, 1 deletion...ysext/extensionmanager/Classes/Utility/InstallUtility.php
- typo3/sysext/extensionmanager/Tests/Unit/Utility/InstallUtilityTest.php 0 additions, 83 deletions...xtensionmanager/Tests/Unit/Utility/InstallUtilityTest.php
- typo3/sysext/extensionmanager/Tests/UnitDeprecated/Utility/InstallUtilityTest.php 145 additions, 0 deletions...nager/Tests/UnitDeprecated/Utility/InstallUtilityTest.php
Please register or sign in to comment