Feature #18615
closedAdding dontShowDebugOutput Option to INSTALL TOOL using in t3lib_div debug functions
0%
Description
While developing extension you use t3lib_div::debug* functions for showing output in the frontend. If you miss to delete one debug function after developing, it could happen that debug output shows up LIVE.
That's why, in my opinion, we should offer to disable all debug functions in the INSTALL TOOL.
Thats why I created a diff which makes this possible. It adds the option
dontShowDebugOutput to the SYS section of the INSTALL TOOL and checks in the debug functions of t3lib_div wether this option is set or not. The default is FALSE because of backwards compatibility.
(issue imported from #M8112)
Files
Updated by Sebastian Böttger over 16 years ago
In the diff there has been also some changes in function like danishStringUpper (I removed now from diff file). But I didn't change anything there. Anybody got an idea how to change this behaviour? Guess that's becauso of the charset, I'm working on Windows Vista.
Updated by Alexander Opitz over 11 years ago
- Status changed from New to Needs Feedback
- Target version deleted (
0)
As this report is very old, is the handling in newer TYPO3 CMS Versions (like 6.0/6.1) more like you expect it?
Updated by Alexander Opitz about 11 years ago
- Status changed from Needs Feedback to Closed
No feedback for over 90 days.