Task #84992
openStrategy for disabling Fluid debugging in admin panel should be changed
0%
Description
The debugging of f:render needs to be disabled in the admin panel and any views rendered therein. Unfortunately the chosen strategy is not optimal as it involves adding a ViewHelper replacement with a non-standard argument, and using this argument to opting out from debugging in individual templates.
A more appropriate solution would be to mutate the configuration array that contains the namespace overlay responsible for overriding f:render with the debuggable version. By removing the overlay before rendering the admin panel, all f:render calls will go directly to Fluid's f:render which does not add debug output.
Updated by Gerrit Code Review over 6 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/56951
Updated by Gerrit Code Review over 6 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/56951
Updated by Gerrit Code Review over 6 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/56951
Updated by Gerrit Code Review over 6 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/56951
Updated by Gerrit Code Review over 6 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/56951
Updated by Gerrit Code Review over 6 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/56951
Updated by Gerrit Code Review over 6 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/56951
Updated by Gerrit Code Review over 6 years ago
Patch set 8 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/56951
Updated by Gerrit Code Review over 6 years ago
Patch set 9 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/56951
Updated by Susanne Moog over 6 years ago
- Priority changed from Should have to Must have
Updated by Sybille Peters about 6 years ago
Is what you are addressing here related to #85087 (fluid debug output in cached pages)?.
I will set related. Please undo, if I misunderstood.
Updated by Sybille Peters about 6 years ago
- Related to Bug #85087: Prevent Admin Panel Fluid Debug View from being cached added
Updated by Susanne Moog about 6 years ago
- Target version changed from 9 LTS to Candidate for Major Version