[TASK] Streamline ext_localconf.php / ext_tables.php of sysexts
In order to have a proper "way to do things" for extension developers to look up registration process the following parts were streamlined: - Discouraged usage of the pseudo-global variable $_EXTKEY inside ext_localconf.php and ext_tables.php in favor of strings. For module registrations this part was left out for now as module registration will be streamlined separately. - Use PHP5.5-style ::class in all occurrences instead of escaped strings for class names. - Use $GLOBALS['TYPO3_CONF_VARS'] instead of $TYPO3_CONF_VARS. Releases: master Resolves: #65347 Change-Id: Iad03e42d38d65ae1483ef8190f755430ec617e45 Reviewed-on: http://review.typo3.org/37240 Reviewed-by:Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch> Reviewed-by:
Markus Klein <klein.t3@reelworx.at> Tested-by:
Markus Klein <klein.t3@reelworx.at>
Showing
- typo3/sysext/about/ext_tables.php 1 addition, 1 deletiontypo3/sysext/about/ext_tables.php
- typo3/sysext/aboutmodules/ext_tables.php 2 additions, 2 deletionstypo3/sysext/aboutmodules/ext_tables.php
- typo3/sysext/belog/ext_tables.php 2 additions, 2 deletionstypo3/sysext/belog/ext_tables.php
- typo3/sysext/beuser/ext_tables.php 6 additions, 6 deletionstypo3/sysext/beuser/ext_tables.php
- typo3/sysext/cms/ext_localconf.php 3 additions, 3 deletionstypo3/sysext/cms/ext_localconf.php
- typo3/sysext/documentation/ext_tables.php 3 additions, 3 deletionstypo3/sysext/documentation/ext_tables.php
- typo3/sysext/extbase/ext_tables.php 2 additions, 2 deletionstypo3/sysext/extbase/ext_tables.php
- typo3/sysext/extensionmanager/ext_tables.php 5 additions, 5 deletionstypo3/sysext/extensionmanager/ext_tables.php
- typo3/sysext/felogin/ext_localconf.php 1 addition, 2 deletionstypo3/sysext/felogin/ext_localconf.php
- typo3/sysext/indexed_search/ext_localconf.php 3 additions, 3 deletionstypo3/sysext/indexed_search/ext_localconf.php
- typo3/sysext/install/ext_tables.php 3 additions, 3 deletionstypo3/sysext/install/ext_tables.php
- typo3/sysext/lang/ext_localconf.php 1 addition, 1 deletiontypo3/sysext/lang/ext_localconf.php
- typo3/sysext/lang/ext_tables.php 3 additions, 3 deletionstypo3/sysext/lang/ext_tables.php
- typo3/sysext/linkvalidator/ext_localconf.php 3 additions, 3 deletionstypo3/sysext/linkvalidator/ext_localconf.php
- typo3/sysext/opendocs/ext_localconf.php 2 additions, 2 deletionstypo3/sysext/opendocs/ext_localconf.php
- typo3/sysext/openid/ext_localconf.php 2 additions, 2 deletionstypo3/sysext/openid/ext_localconf.php
- typo3/sysext/recycler/ext_tables.php 3 additions, 3 deletionstypo3/sysext/recycler/ext_tables.php
- typo3/sysext/reports/ext_localconf.php 4 additions, 4 deletionstypo3/sysext/reports/ext_localconf.php
- typo3/sysext/reports/ext_tables.php 3 additions, 3 deletionstypo3/sysext/reports/ext_tables.php
- typo3/sysext/rsaauth/ext_localconf.php 7 additions, 7 deletionstypo3/sysext/rsaauth/ext_localconf.php
Please register or sign in to comment