[!!!][TASK] Migrate backend_layout.icon to FAL
The last place in TYPO3 Core to use internal_type=file (backend_layout.icon) is now moved to FAL with sys_file_reference. An upgrade wizard is in place to migrate existing icons from uploads/media to sys_file. FormEngine is migrated to also allow to use sys_file_references for the TCA ctrl property "selicon_field". With this change, a followup could be integrated to deprecate "old-style" internal_type=file code, and also to not create the uploads/ folder at all anymore within TYPO3 installations. Additionally, the functionality of "selicon_field_path" should be deprecated in the future. Resolves: #83153 Releases: master Change-Id: I578fd68b7e1f7bc6a1991b90e7750b903d3ec28b Reviewed-on: https://review.typo3.org/54830 Tested-by:TYPO3com <no-reply@typo3.com> Reviewed-by:
Sebastian Hofer <sebastian.hofer@marit.ag> Tested-by:
Sebastian Hofer <sebastian.hofer@marit.ag> Reviewed-by:
Pawel Cieslik <p.cieslik@macopedia.pl> Tested-by:
Pawel Cieslik <p.cieslik@macopedia.pl> Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch>
Showing
- typo3/sysext/backend/Classes/Form/FormDataProvider/AbstractItemProvider.php 26 additions, 10 deletions...nd/Classes/Form/FormDataProvider/AbstractItemProvider.php
- typo3/sysext/backend/Classes/View/BackendLayout/DefaultDataProvider.php 11 additions, 11 deletions...ackend/Classes/View/BackendLayout/DefaultDataProvider.php
- typo3/sysext/core/Documentation/Changelog/master/Breaking-83153-MigratedBackendLayoutIconToFileAbstractionLayer.rst 39 additions, 0 deletions...83153-MigratedBackendLayoutIconToFileAbstractionLayer.rst
- typo3/sysext/frontend/Configuration/TCA/backend_layout.php 11 additions, 10 deletionstypo3/sysext/frontend/Configuration/TCA/backend_layout.php
- typo3/sysext/frontend/ext_tables.sql 1 addition, 1 deletiontypo3/sysext/frontend/ext_tables.sql
- typo3/sysext/install/Classes/Updates/BackendLayoutIconUpdateWizard.php 310 additions, 0 deletions...install/Classes/Updates/BackendLayoutIconUpdateWizard.php
- typo3/sysext/install/ext_localconf.php 2 additions, 0 deletionstypo3/sysext/install/ext_localconf.php
Please register or sign in to comment