[TASK] Cleanup ext_localconf.php of sysexts
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. Resolves: #55593 Releases: 6.2 Change-Id: Ibc37e84cb2af05ddb6b227290330aad31037a018 Reviewed-on: https://review.typo3.org/27286 Reviewed-by: Markus Klein Tested-by: Markus Klein Reviewed-by: Fabien Udriot Tested-by: Fabien Udriot Reviewed-by: Wouter Wolters Tested-by: Wouter Wolters
Showing
- typo3/sysext/cms/ext_localconf.php 161 additions, 154 deletionstypo3/sysext/cms/ext_localconf.php
- typo3/sysext/css_styled_content/ext_localconf.php 3 additions, 27 deletionstypo3/sysext/css_styled_content/ext_localconf.php
- typo3/sysext/extbase/ext_localconf.php 13 additions, 13 deletionstypo3/sysext/extbase/ext_localconf.php
- typo3/sysext/feedit/ext_localconf.php 3 additions, 1 deletiontypo3/sysext/feedit/ext_localconf.php
- typo3/sysext/felogin/ext_localconf.php 14 additions, 11 deletionstypo3/sysext/felogin/ext_localconf.php
- typo3/sysext/recycler/ext_localconf.php 3 additions, 1 deletiontypo3/sysext/recycler/ext_localconf.php
- typo3/sysext/rtehtmlarea/Classes/RteHtmlAreaBase.php 2 additions, 0 deletionstypo3/sysext/rtehtmlarea/Classes/RteHtmlAreaBase.php
- typo3/sysext/rtehtmlarea/ext_localconf.php 2 additions, 57 deletionstypo3/sysext/rtehtmlarea/ext_localconf.php
- typo3/sysext/rtehtmlarea/res/indentalign/pageTSConfig.txt 0 additions, 13 deletionstypo3/sysext/rtehtmlarea/res/indentalign/pageTSConfig.txt
- typo3/sysext/setup/ext_tables.php 141 additions, 140 deletionstypo3/sysext/setup/ext_tables.php
- typo3/sysext/sys_note/ext_localconf.php 3 additions, 3 deletionstypo3/sysext/sys_note/ext_localconf.php
- typo3/sysext/taskcenter/ext_tables.php 2 additions, 2 deletionstypo3/sysext/taskcenter/ext_tables.php
- typo3/sysext/workspaces/ext_localconf.php 5 additions, 3 deletionstypo3/sysext/workspaces/ext_localconf.php
Please register or sign in to comment