Actions
Bug #25103
closedRemove deprecated functions scheduled for removal in 4.6
Start date:
2011-02-19
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
4.5
PHP Version:
5.3
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
Attached patch will be committed to trunk in 72 hours if nobody objects.
Type: cleanup
BT:
Mission:
Remove all deprecated methods which are not used by core and logged by logDeprecatedFunction() and scheduled for removal in 4.6.
Notes:
- I've check every method in this patch that it not used any more in core, so it should be safe to remove them.
- There are still some occurrences where deprecated methods are used / inter weaved with core code. I've left them out and created issues for each (attached as child to umbrella issue #24954), so we can tackle them one by one.
- Deprecations in extbase and fluid are not touched
- The dbal changes are separated, I'll mail the patch to Xavier.
(issue imported from #M17670)
Files
Actions