Actions
Task #67506
closedDeprecate IconUtility::getIcon and clean up "gfx/i/"
Status:
Closed
Priority:
Should have
Assignee:
Category:
Backend API
Target version:
Start date:
2015-06-16
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
7
PHP Version:
Tags:
Complexity:
Sprint Focus:
Description
The method IconUtility::getIcon was used for returning
overlaid icons before TYPO3 CMS 4.4, based on raw icons
inside gfx/i/ and created temporary icons when not present.
The left-over function calls are replaced with sprite icon calls.
Additionally, in order to thin out typo3/gfx/, all icons which have
always been overlaid with t3skin already have been removed. All
other files from typo3/gfx/i/ are moved to EXT:t3skin to
stay compatible.
With TYPO3 CMS 8, the folder EXT:t3skin/icons/gfx/i/ will
be completely removed with the function itself.
Actions