Project

General

Profile

Actions

Task #84992

open

Strategy for disabling Fluid debugging in admin panel should be changed

Added by Claus Due almost 6 years ago. Updated about 4 years ago.

Status:
New
Priority:
Must have
Assignee:
-
Category:
AdminPanel
Start date:
2018-05-12
Due date:
% Done:

0%

Estimated time:
TYPO3 Version:
9
PHP Version:
Tags:
Complexity:
Sprint Focus:

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.


Related issues 1 (0 open1 closed)

Related to TYPO3 Core - Bug #85087: Prevent Admin Panel Fluid Debug View from being cachedClosed2018-05-28

Actions
Actions #1

Updated by Gerrit Code Review almost 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

Actions #2

Updated by Gerrit Code Review almost 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

Actions #3

Updated by Gerrit Code Review almost 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

Actions #4

Updated by Gerrit Code Review almost 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

Actions #5

Updated by Gerrit Code Review almost 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

Actions #6

Updated by Gerrit Code Review almost 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

Actions #7

Updated by Gerrit Code Review almost 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

Actions #8

Updated by Gerrit Code Review almost 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

Actions #9

Updated by Gerrit Code Review almost 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

Actions #10

Updated by Susanne Moog over 5 years ago

  • Category set to AdminPanel
Actions #11

Updated by Susanne Moog over 5 years ago

  • Target version set to 9 LTS
Actions #12

Updated by Susanne Moog over 5 years ago

  • Priority changed from Should have to Must have
Actions #13

Updated by Sybille Peters over 5 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.

Actions #14

Updated by Sybille Peters over 5 years ago

  • Related to Bug #85087: Prevent Admin Panel Fluid Debug View from being cached added
Actions #15

Updated by Susanne Moog over 5 years ago

  • Target version changed from 9 LTS to Candidate for Major Version
Actions #16

Updated by Benni Mack about 4 years ago

  • Status changed from Under Review to New
Actions

Also available in: Atom PDF