Actions
Bug #21413
closedLog deprecated method calls and remove them in 4.5
Start date:
2009-11-01
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
4.3
PHP Version:
5.2
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
Many methods from Core either are marked as deprecated but either miss the t3lib_div::logDeprecatedFunction() call at the beginning or miss a statement in phpDoc that clearly states that the method will be removed in TYPO3 4.5.
Solution:
Add what is missing
(issue imported from #M12420)
Files
Updated by Oliver Hader almost 15 years ago
Removed deprecation logging from methods that are still used in the TYPO3 Core
Committed to SVN Trunk (rev. 6534)
Actions