[TASK] Replace IconUtility with IconFactory for TCA records
Implement replacement and replace all core usages of IconUtility::getSpriteIconForRecord() with IconFactory->getIconForRecord(). Register and fix several icon definitions for core tables. Resolves: #69754 Releases: master Change-Id: I5adf4f58a0331c77458049e19c7c8ca441b9e4cf Reviewed-on: http://review.typo3.org/43272 Reviewed-by:Anja Leichsenring <aleichsenring@ab-softlab.de> Tested-by:
Anja Leichsenring <aleichsenring@ab-softlab.de> Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch>
Showing
- Build/Gruntfile.js 1 addition, 1 deletionBuild/Gruntfile.js
- Build/Resources/Private/Icons/Mimetype/mimetypes-application.svg 0 additions, 0 deletions...esources/Private/Icons/Mimetype/mimetypes-application.svg
- typo3/sysext/backend/Classes/Backend/Avatar/Avatar.php 4 additions, 1 deletiontypo3/sysext/backend/Classes/Backend/Avatar/Avatar.php
- typo3/sysext/backend/Classes/Backend/ToolbarItems/ShortcutToolbarItem.php 3 additions, 3 deletions...kend/Classes/Backend/ToolbarItems/ShortcutToolbarItem.php
- typo3/sysext/backend/Classes/ClickMenu/ClickMenu.php 5 additions, 4 deletionstypo3/sysext/backend/Classes/ClickMenu/ClickMenu.php
- typo3/sysext/backend/Classes/Clipboard/Clipboard.php 2 additions, 2 deletionstypo3/sysext/backend/Classes/Clipboard/Clipboard.php
- typo3/sysext/backend/Classes/Controller/ContentElement/ElementInformationController.php 2 additions, 2 deletions...ontroller/ContentElement/ElementInformationController.php
- typo3/sysext/backend/Classes/Controller/ContentElement/MoveElementController.php 5 additions, 7 deletions...asses/Controller/ContentElement/MoveElementController.php
- typo3/sysext/backend/Classes/Controller/NewRecordController.php 4 additions, 4 deletions...sysext/backend/Classes/Controller/NewRecordController.php
- typo3/sysext/backend/Classes/Form/Container/InlineRecordContainer.php 24 additions, 32 deletions.../backend/Classes/Form/Container/InlineRecordContainer.php
- typo3/sysext/backend/Classes/Form/Container/OuterWrapContainer.php 5 additions, 11 deletions...ext/backend/Classes/Form/Container/OuterWrapContainer.php
- typo3/sysext/backend/Classes/Form/Element/GroupElement.php 2 additions, 2 deletionstypo3/sysext/backend/Classes/Form/Element/GroupElement.php
- typo3/sysext/backend/Classes/Form/Wizard/SuggestWizardDefaultReceiver.php 7 additions, 5 deletions...kend/Classes/Form/Wizard/SuggestWizardDefaultReceiver.php
- typo3/sysext/backend/Classes/RecordList/ElementBrowserRecordList.php 1 addition, 1 deletion...t/backend/Classes/RecordList/ElementBrowserRecordList.php
- typo3/sysext/backend/Classes/Search/LiveSearch/LiveSearch.php 5 additions, 2 deletions...3/sysext/backend/Classes/Search/LiveSearch/LiveSearch.php
- typo3/sysext/backend/Classes/Template/DocumentTemplate.php 2 additions, 2 deletionstypo3/sysext/backend/Classes/Template/DocumentTemplate.php
- typo3/sysext/backend/Classes/Tree/Pagetree/Commands.php 2 additions, 1 deletiontypo3/sysext/backend/Classes/Tree/Pagetree/Commands.php
- typo3/sysext/backend/Classes/Tree/View/AbstractTreeView.php 3 additions, 3 deletionstypo3/sysext/backend/Classes/Tree/View/AbstractTreeView.php
- typo3/sysext/backend/Classes/Tree/View/PagePositionMap.php 4 additions, 1 deletiontypo3/sysext/backend/Classes/Tree/View/PagePositionMap.php
- typo3/sysext/backend/Classes/Utility/IconUtility.php 2 additions, 2 deletionstypo3/sysext/backend/Classes/Utility/IconUtility.php
Please register or sign in to comment