[FEATURE] New FAL Indexer and ExtractorRegistry
A new Indexer for FAL according to the concept of the BluePrint, also adding a new ExtractorRegistry where extensions can register their extraction classes (implementing ExtractorInterface). See: http://wiki.typo3.org/Blueprints/FAL-IndexerRework Releases: 6.2 Resolves: #52841, #53599 Change-Id: I06e8d011096c88221aaf62bd0a25e681692dbfa0 Reviewed-on: https://review.typo3.org/25370 Reviewed-by: Frans Saris Tested-by: Frans Saris Reviewed-by: Ernesto Baschny Tested-by: Ernesto Baschny
Showing
- typo3/sysext/core/Classes/Resource/Index/ExtractorInterface.php 87 additions, 0 deletions...sysext/core/Classes/Resource/Index/ExtractorInterface.php
- typo3/sysext/core/Classes/Resource/Index/ExtractorRegistry.php 112 additions, 0 deletions.../sysext/core/Classes/Resource/Index/ExtractorRegistry.php
- typo3/sysext/core/Classes/Resource/Index/FileIndexRepository.php 86 additions, 5 deletions...ysext/core/Classes/Resource/Index/FileIndexRepository.php
- typo3/sysext/core/Classes/Resource/Index/Indexer.php 344 additions, 0 deletionstypo3/sysext/core/Classes/Resource/Index/Indexer.php
- typo3/sysext/core/Classes/Resource/Index/MetaDataRepository.php 10 additions, 1 deletion...sysext/core/Classes/Resource/Index/MetaDataRepository.php
- typo3/sysext/core/ext_tables.sql 3 additions, 0 deletionstypo3/sysext/core/ext_tables.sql
Please register or sign in to comment