Bug #43094
closedRemove extList from LocalConfiguration
100%
Updated by Christian Kuhn about 12 years ago
extList was kept next to the new extListArray in LocalConfiguration.
Both hold the current list of loaded extensions. This leads to
confusion which variable is the one that takes precedence.
The patch removes extList from the upgrade wizard in the install tool
and only writes extListArray. This way, only one key is kept in
LocalConfiguration.php. For compatibility reasons, they array entry
'extList' is added to $GLOBALS['TYPO3_CONF_VARS'] at runtime during
bootstrap.
Updated by Gerrit Code Review about 12 years ago
- Status changed from New to Under Review
Patch set 1 for branch master has been pushed to the review server.
It is available at http://review.typo3.org/16566
Updated by Gerrit Code Review about 12 years ago
Patch set 2 for branch master has been pushed to the review server.
It is available at http://review.typo3.org/16566
Updated by Christian Kuhn about 12 years ago
hint: gov, intro and dummy packages need to be checked if they ship extList, too.
Updated by Christian Kuhn about 12 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset d6ccd3d926065455253e67b2644d5f961308a75d.
Updated by Riccardo De Contardi about 7 years ago
- Status changed from Resolved to Closed