Project

General

Profile

Actions

Task #91500

closed

Remove runtimeActivatedPackages left overs after deprecation removal

Added by Benjamin Franzke almost 4 years ago. Updated over 3 years ago.

Status:
Closed
Priority:
Should have
Assignee:
-
Category:
-
Target version:
-
Start date:
2020-05-27
Due date:
% Done:

100%

Estimated time:
TYPO3 Version:
11
PHP Version:
Tags:
Complexity:
Sprint Focus:

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.


Related issues 1 (0 open1 closed)

Related to TYPO3 Core - Task #91477: Remove deprecated code in BootstrapClosedBenni Mack2020-05-26

Actions
Actions

Also available in: Atom PDF