Actions
Bug #23371
closedProvide a reason for logDeprecatedTypoScript()
Start date:
2010-08-13
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
4.5
PHP Version:
5.3
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
Currently there's no way to give an explanation, when logging usage of a deprecated TypoScript object/property, because it's implemented the following way:
function logDeprecatedTyposcript($msg) { $GLOBALS['TT']->setTSlogMessage($msg . ' is deprecated.', 2); t3lib_div::deprecationLog('TypoScript ' . $msg); }
Because of one time, some text is appended to $msg and one time text is prepended, all the logged entries would make no sense, if you want to provide useful hints.
(issue imported from #M15454)
Files
Actions