Task #86366
closedCompatibility Layer for AbstractUpdate
100%
Description
To ease the update pain a compatibility layer for AbstractUpdate based
upgrade wizards will be implemented, that allows running "old" wizards
on CLI (enabling extension authors to support both v8 and v9 with one
wizard).
To get people to migrate to the new structure the methods in Abstract
Update will all be marked as deprecated. As it is an abstract class this has
to be done in all methods and the constructor as we cannot reliably know
which methods are overwritten.
Updated by Anja Leichsenring about 6 years ago
- Related to Feature #86076: New API for UpgradeWizards added
Updated by Gerrit Code Review about 6 years ago
- Status changed from New to Under Review
Patch set 2 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/58370
Updated by Gerrit Code Review about 6 years ago
Patch set 4 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/58370
Updated by Gerrit Code Review about 6 years ago
Patch set 5 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/58370
Updated by Gerrit Code Review about 6 years ago
Patch set 6 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/58370
Updated by Markus Klein about 6 years ago
- Has duplicate Bug #86373: Installing typo3db_legacy result in error for upgrade wizards added
Updated by Markus Klein about 6 years ago
- Has duplicate deleted (Bug #86373: Installing typo3db_legacy result in error for upgrade wizards)
Updated by Susanne Moog about 6 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset ede15203e7a924788e71c9ca7790a1aee4d4e4aa.
Updated by Georg Ringer about 6 years ago
- Related to Bug #86533: Remove false positives from extension scanner added
Updated by Georg Ringer almost 6 years ago
- Related to Task #84685: Deprecate \TYPO3\CMS\Install\Updates\AbstractUpdate::installExtensions added