Task #82497
closedStreamline \TYPO3\CMS\Backend\Utility\BackendUtility::getPagesTSconfig
100%
Description
\TYPO3\CMS\Backend\Utility\BackendUtility::getPagesTSconfig basically accumulates the PageTS of a page and returns it parsed.
But that method also allowes returning the PageTS unparsed.
Also, it's possible to provide your own rootline and in that case the PageTS is not cached at all.
That means, that this method serves 3 different purposes and should therefore be streamlined.
Updated by Alexander Schnitzler about 7 years ago
- Tracker changed from Bug to Task
Updated by Gerrit Code Review about 7 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 https://review.typo3.org/54152
Updated by Alexander Schnitzler about 7 years ago
- Related to Bug #82293: Centralize getPagesTSconfig methods added
Updated by Alexander Schnitzler about 7 years ago
- Related to Bug #82498: getPagesTSconfigPreInclude signal must not alter pre cached PageTS added
Updated by Gerrit Code Review about 7 years ago
Patch set 2 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/54152
Updated by Georg Ringer about 7 years ago
- Related to Bug #82293: Centralize getPagesTSconfig methods added
Updated by Gerrit Code Review about 7 years ago
Patch set 3 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/54152
Updated by Gerrit Code Review about 7 years ago
Patch set 4 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/54152
Updated by Gerrit Code Review about 7 years ago
Patch set 5 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/54152
Updated by Gerrit Code Review about 7 years ago
Patch set 6 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/54152
Updated by Gerrit Code Review about 7 years ago
Patch set 7 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/54152
Updated by Anonymous about 7 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset 107c4b3280eecc65304de0095eccee40bc62534c.
Updated by Benni Mack about 6 years ago
- Related to Bug #85310: $GLOBALS['BE_USER] is null causes Errors in FE added