Task #65347
closedStreamline ext_localconf.php / ext_tables.php of sysexts
100%
Description
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 occurences instead
of escaped strings for class names.
- Use $GLOBALS['TYPO3_CONF_VARS'] instead of
$TYPO3_CONF_VARS.
Updated by Gerrit Code Review over 9 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 http://review.typo3.org/37240
Updated by Gerrit Code Review over 9 years ago
Patch set 2 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at http://review.typo3.org/37240
Updated by Gerrit Code Review over 9 years ago
Patch set 3 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at http://review.typo3.org/37240
Updated by Benni Mack over 9 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset 99653df5df2c451d15a053dcfbdb8503adfbf7de.
Updated by Riccardo De Contardi about 7 years ago
- Status changed from Resolved to Closed