[TASK] Replace IconUtility::skinImg with IconUtility::getSpriteImage Part 1
This patch replaces a lot occurrences of IconUtility::skinImg with IconUtility::getSpriteImage or similar. Thinks that will be ignored in this iteration: \TYPO3\CMS\Backend\Clipboard\Clipboard::printClipboard - Here skinImg returns just the path to use in an select option. This is not possible with getSpriteIcon. \TYPO3\CMS\Backend\Controller\EditDocumentController::getButtons - Here skinImg returns just the path to use for input button. This is not possible with getSpriteIcon. \TYPO3\CMS\Backend\Controller\LoginController - There is no sprite icon replacement for the TYPO3 Logo. \TYPO3\CMS\Backend\Controller\ContentElement\ NewContentElementController::main - No replacement for icon of content wizard availiable. \TYPO3\CMS\Backend\Controller\Wizard\TableController - Here skinImg returns just the path to use for input button. \TYPO3\CMS\Backend\Form - I cowardly refuse to touch FormEngine until Lolli is done :-) \TYPO3\CMS\Backend\History\RecordHistory::linkPage - No icons for revert actions. \TYPO3\CMS\Backend\Template\DocumentTemplate::getBackendFavicon - Here just an URL is returned. \TYPO3\CMS\Backend\Tree\View\AbstractTreeView::getIcon - Could not find out how to trigger that. \TYPO3\CMS\Backend\Tree\View\ElementBrowserPageTreeView::printTree - Could not find out how to trigger that. \TYPO3\CMS\Backend\Tree\View\FolderTreeView::PMicon - Could not find out how to trigger that. \TYPO3\CMS\Backend\Tree\View\FolderTreeView:: getBrowseableTreeForStorage - Could not find out how to trigger that. \TYPO3\CMS\Backend\Tree\View\PagePositionMap::JSimgFunc - Can be ignored, because this function is not used anywhere else in the core and will be marked as deprecated within this patch. \TYPO3\CMS\Backend\Tree\View\PagePositionMap::insertQuadLines - There is no reasonable replacement for the halfline in the sprite icons. \TYPO3\CMS\Backend\View\PageLayoutView::getTable_tt_content - No representation in sprite icons found. \TYPO3\CMS\Backend\View\PageLayoutView::pages_getTree - No representation in sprite icons found. \TYPO3\CMS\Backend\View\PageTreeView - Could not find out how to trigger that. \ext_posMap::wrapRecordHeader (that is in backend/Modules/Layout/index.php) - No representation in sprite icons found. \ext_posMap::wrapRecordHeader (that is in cms/layout/db_layout.php) - No representation in sprite icons found. \TYPO3\CMS\Compatibility6\Controller\Wizard\FormsController::getButtons - Here skinImg returns just the path to use for input button. \TYPO3\CMS\Core\Database\QueryGenerator::getFormElements - Here skinImg returns just the path to use for input button. \TYPO3\CMS\Core\Integrity\DatabaseIntegrityCheck::genTree \TYPO3\CMS\Core\Integrity\DatabaseIntegrityCheck::genTree_records - Could not find out how to trigger that. \TYPO3\CMS\Fluid\ViewHelpers\Be\PageInfoViewHelper::render - Could not find out how to trigger that. \TYPO3\CMS\Impexp\ImportExport::addRelations - This file does not exists. \TYPO3\CMS\Impexp\LocalPageTree::ext_tree - Could not find out how to trigger that. typo3/sysext/recordlist/Classes/Browser/ElementBrowser.php - There are some dotted tree lines and blinking arrows without replacement. \TYPO3\CMS\Reports\ViewHelpers\IconViewHelper::render - Very generic View Helper \TYPO3\CMS\Rtehtmlarea\BrowseLinks::getUserLinkSelectorHtml - No representation in sprite icons found. \TYPO3\CMS\Rtehtmlarea\PageTree::printTree - No representation in sprite icons found. \TYPO3\CMS\Rtehtmlarea\Controller\UserElementsController::main_user - Could not find out how to trigger that. \TYPO3\CMS\Taskcenter\Controller\TaskModuleController::renderListMenu - Found no task with an individual icon file for the menu on the left side. So could not test. \TYPO3\CMS\Version\View\VersionView::getVersionSelector - No representation in sprite icons found. \TYPO3\CMS\WizardCrpages\Controller\ CreatePagesWizardModuleFunctionController::getTypeSelectHtml - Ignored because we are not able to determain the correct sprite icon from the TCA at this point of time. Resolves: #65992 Releases: master Change-Id: I1071703e8219699353a1d875a6b66a7ed51207b8 Reviewed-on: http://review.typo3.org/38132 Reviewed-by:Anja Leichsenring <aleichsenring@ab-softlab.de> Tested-by:
Anja Leichsenring <aleichsenring@ab-softlab.de> Reviewed-by:
Benjamin Mack <benni@typo3.org> Tested-by:
Benjamin Mack <benni@typo3.org>
Showing
- typo3/gfx/clip_select.gif 0 additions, 0 deletionstypo3/gfx/clip_select.gif
- typo3/gfx/edit_fe.gif 0 additions, 0 deletionstypo3/gfx/edit_fe.gif
- typo3/gfx/i/_icon_webfolders.gif 0 additions, 0 deletionstypo3/gfx/i/_icon_webfolders.gif
- typo3/gfx/import.gif 0 additions, 0 deletionstypo3/gfx/import.gif
- typo3/gfx/newrecord2_marker.gif 0 additions, 0 deletionstypo3/gfx/newrecord2_marker.gif
- typo3/gfx/newrecord2_marker_d.gif 0 additions, 0 deletionstypo3/gfx/newrecord2_marker_d.gif
- typo3/gfx/newrecord_marker.gif 0 additions, 0 deletionstypo3/gfx/newrecord_marker.gif
- typo3/gfx/newrecord_marker_d.gif 0 additions, 0 deletionstypo3/gfx/newrecord_marker_d.gif
- typo3/gfx/plusbullet2.gif 0 additions, 0 deletionstypo3/gfx/plusbullet2.gif
- typo3/gfx/zoom2.gif 0 additions, 0 deletionstypo3/gfx/zoom2.gif
- typo3/sysext/backend/Classes/RecordList/ElementBrowserRecordList.php 1 addition, 1 deletion...t/backend/Classes/RecordList/ElementBrowserRecordList.php
- typo3/sysext/backend/Classes/Tree/View/PagePositionMap.php 9 additions, 7 deletionstypo3/sysext/backend/Classes/Tree/View/PagePositionMap.php
- typo3/sysext/core/Documentation/Changelog/master/Deprecation-64598-DeprecatePagepositionmapjsimgfunc.rst 33 additions, 0 deletions...r/Deprecation-64598-DeprecatePagepositionmapjsimgfunc.rst
- typo3/sysext/feedit/Classes/FrontendEditPanel.php 7 additions, 3 deletionstypo3/sysext/feedit/Classes/FrontendEditPanel.php
- typo3/sysext/frontend/Classes/View/AdminPanelView.php 1 addition, 1 deletiontypo3/sysext/frontend/Classes/View/AdminPanelView.php
- typo3/sysext/recordlist/Classes/Browser/ElementBrowser.php 24 additions, 48 deletionstypo3/sysext/recordlist/Classes/Browser/ElementBrowser.php
- typo3/sysext/sys_action/Classes/ActionTask.php 4 additions, 4 deletionstypo3/sysext/sys_action/Classes/ActionTask.php
- typo3/sysext/tstemplate/Classes/Controller/TypoScriptTemplateObjectBrowserModuleFunctionController.php 1 addition, 1 deletion...poScriptTemplateObjectBrowserModuleFunctionController.php
- typo3/sysext/wizard_crpages/Classes/Controller/CreatePagesWizardModuleFunctionController.php 1 addition, 1 deletion.../Controller/CreatePagesWizardModuleFunctionController.php
Please register or sign in to comment