Actions
Bug #55593
closedCleanup ext_localconf.php of system extensions
Start date:
2014-02-02
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
6.2
PHP Version:
Tags:
Complexity:
Is Regression:
No
Sprint Focus:
Description
As TYPO3 is loading all ext_localconf.php on each call,
the existing code can be cleaned up by removing
old information, putting BE-only functionality in
TYPO3_MODE == 'BE' and install-tool only
in Install only mode.
Also, some hardcoded require_once statements are
removed.
Benefits are that FE does not need to load everything
all the time.
I haven't noticed any side-effects so far, but please
test extensively.
Actions