[TASK] Deprecate internal_type=file and file_reference
TCA "type=group" with "internal_type=file" and "internal_type=file_reference" are the last parts of content related file handling that circumvent FAL. All usages in the core have been changed since TYPO3 v6 until TYPO3 v9. To prepare and unlock further file system related works in v10, it is important we finally get rid of these parts that low level handles uploads/ and other legacy functionality. The patch finds any usages via TcaMigration, notes them as deprecated and adds a series of hints to core places that can be removed in v10. Note there is probably some hidden handling left in the core, this is partially hard to find. We may stumble upon more details in v10, but will have the freedom to remove them then. Resolves: #86406 Releases: master Change-Id: I94f2fa6364277497e85e513f1bfd34cc0acf1390 Reviewed-on: https://review.typo3.org/58414 Tested-by:TYPO3com <no-reply@typo3.com> Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch> Reviewed-by:
Wouter Wolters <typo3@wouterwolters.nl> Tested-by:
Wouter Wolters <typo3@wouterwolters.nl>
Showing
- typo3/sysext/backend/Classes/Form/Element/GroupElement.php 1 addition, 0 deletionstypo3/sysext/backend/Classes/Form/Element/GroupElement.php
- typo3/sysext/backend/Classes/Form/FieldControl/InsertClipboard.php 1 addition, 0 deletions...ext/backend/Classes/Form/FieldControl/InsertClipboard.php
- typo3/sysext/backend/Classes/Form/FieldWizard/FileThumbnails.php 1 addition, 0 deletions...ysext/backend/Classes/Form/FieldWizard/FileThumbnails.php
- typo3/sysext/backend/Classes/Form/FieldWizard/FileTypeList.php 1 addition, 0 deletions.../sysext/backend/Classes/Form/FieldWizard/FileTypeList.php
- typo3/sysext/backend/Classes/Form/FieldWizard/FileUpload.php 1 addition, 0 deletionstypo3/sysext/backend/Classes/Form/FieldWizard/FileUpload.php
- typo3/sysext/backend/Classes/Form/FieldWizard/OtherLanguageContent.php 1 addition, 0 deletions...backend/Classes/Form/FieldWizard/OtherLanguageContent.php
- typo3/sysext/backend/Classes/Form/FormDataProvider/TcaGroup.php 1 addition, 0 deletions...sysext/backend/Classes/Form/FormDataProvider/TcaGroup.php
- typo3/sysext/backend/Classes/History/RecordHistory.php 1 addition, 0 deletionstypo3/sysext/backend/Classes/History/RecordHistory.php
- typo3/sysext/core/Classes/DataHandling/DataHandler.php 7 additions, 0 deletionstypo3/sysext/core/Classes/DataHandling/DataHandler.php
- typo3/sysext/core/Classes/DataHandling/TableColumnSubType.php 8 additions, 0 deletions...3/sysext/core/Classes/DataHandling/TableColumnSubType.php
- typo3/sysext/core/Classes/Database/ReferenceIndex.php 1 addition, 0 deletionstypo3/sysext/core/Classes/Database/ReferenceIndex.php
- typo3/sysext/core/Classes/Database/SoftReferenceIndex.php 1 addition, 0 deletionstypo3/sysext/core/Classes/Database/SoftReferenceIndex.php
- typo3/sysext/core/Classes/Integrity/DatabaseIntegrityCheck.php 3 additions, 0 deletions.../sysext/core/Classes/Integrity/DatabaseIntegrityCheck.php
- typo3/sysext/core/Classes/Migrations/TcaMigration.php 30 additions, 0 deletionstypo3/sysext/core/Classes/Migrations/TcaMigration.php
- typo3/sysext/core/Classes/Tree/TableConfiguration/TreeDataProviderFactory.php 1 addition, 1 deletion...asses/Tree/TableConfiguration/TreeDataProviderFactory.php
- typo3/sysext/core/Documentation/Changelog/master/Deprecation-86406-TCATypeGroupInternal_typeFileAndFile_reference.rst 66 additions, 0 deletions...-86406-TCATypeGroupInternal_typeFileAndFile_reference.rst
- typo3/sysext/core/Tests/Unit/Migrations/TcaMigrationTest.php 44 additions, 0 deletionstypo3/sysext/core/Tests/Unit/Migrations/TcaMigrationTest.php
- typo3/sysext/install/Configuration/ExtensionScanner/Php/ClassConstantMatcher.php 10 additions, 0 deletions...nfiguration/ExtensionScanner/Php/ClassConstantMatcher.php
- typo3/sysext/install/Configuration/ExtensionScanner/Php/MethodCallMatcher.php 42 additions, 0 deletions.../Configuration/ExtensionScanner/Php/MethodCallMatcher.php
- typo3/sysext/recycler/Classes/Task/CleanerTask.php 2 additions, 0 deletionstypo3/sysext/recycler/Classes/Task/CleanerTask.php
Please register or sign in to comment