Feature #53015
closedEpic #47018: Implement Composer support and clean package manager API
Allow the activation of packages during runtime
100%
Description
Due to the nature of the Flow Package Manager, packages cannot be activated and directly used during runtime. Before the Package Manager it was possible to activate/deactivate extensions in AdditionalConfiguration.php under certain custom conditions.
This should be made possible again, but with the limitations that packages can just be activated for runtime usage, not deactivated and cannot introduce own class alias mappings.
The ExtensionManager can use this too to load a package after activation until the end of the request and perform further updates of the caching framework and category api.
Updated by Gerrit Code Review about 11 years ago
- Status changed from Accepted to Under Review
Patch set 1 for branch master has been pushed to the review server.
It is available at https://review.typo3.org/24939
Updated by Gerrit Code Review almost 11 years ago
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/24939
Updated by Gerrit Code Review almost 11 years ago
Patch set 3 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/24939
Updated by Gerrit Code Review almost 11 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/24939
Updated by Thomas Maroschik almost 11 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset a4c96cfa2f9178ab0bfce78e6985dc4b6ed7f332.