Task #91500
closedRemove runtimeActivatedPackages left overs after deprecation removal
100%
Description
https://review.typo3.org/c/Packages/TYPO3.CMS/+/64584
From what I see right now there are some remaining places where runtimeActivatesPackages are still taken into account:
typo3/sysext/core/Classes/Utility/ExtensionManagementUtility.php calculates $GLOBALS['TYPO3_CONF_VARS']['EXT']['runtimeActivatedPackages'] into cache hashes.
typo3/sysext/core/Configuration/DefaultConfiguration.php contains the default value.
typo3/sysext/extensionmanager/Classes/ViewHelpers/ToggleExtensionInstallationStateViewHelper.php contains logic regarding runtimeActivatedPackages.
See:
git grep runtimeActivatedPackages | grep -v "/Documentation/\|/ExtensionScanner/"
Also the Bootstrapping could be adapted to remove hacks that where needed for runtime activated packages.
Updated by Benjamin Franzke over 4 years ago
- Related to Task #91477: Remove deprecated code in Bootstrap added
Updated by Gerrit Code Review over 4 years ago
- Status changed from New to Under Review
Patch set 1 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/64588
Updated by Gerrit Code Review over 4 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/c/Packages/TYPO3.CMS/+/64588
Updated by Benjamin Franzke over 4 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset 4af5abc5867cd941aa81c7ae402dc448d14c45d8.