Actions
Feature #18615
closedAdding dontShowDebugOutput Option to INSTALL TOOL using in t3lib_div debug functions
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
-
Target version:
-
Start date:
2008-04-13
Due date:
% Done:
0%
Estimated time:
PHP Version:
5.2
Tags:
Complexity:
Sprint Focus:
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
Actions