Actions
Bug #21561
closedfileNameASCIIPrefix got deprecated but is used in core
Start date:
2009-11-16
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
4.3
PHP Version:
5.2
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
The function fileNameASCIIPrefix in class.tslib_fe.php is deprecated with the message "please use the "simulatestatic" sysext directly"
problem is that this function is also called in other parts of the core. for example if a menu is built with using gifbuilder and config.meaningfulTempFilePrefix is enabled.
see class.tslib_gifbuilder.php #14462
(issue imported from #M12604)
Files
Updated by Georg Ringer about 15 years ago
should be
"see class.tslib_gifbuilder.php line 632
Updated by Georg Ringer about 15 years ago
introduced with RFC #21413: Log deprecated method calls and remove them in 4.5, see http://bugs.typo3.org/view.php?id=12420 and rev 6339
Updated by Oliver Hader almost 15 years ago
Logging deprecated methods that are still used in the Core has been reverted as follow-up to RFC #21413.
Updated by Steffen Gebert almost 15 years ago
Attached v3 IMHO fixes all issues and can be included in 4.4
Actions