[FEATURE] Introduce Data Processor for Files
In order to use real file objects within Fluid templates or other places with cObjects, a new data processor for Files is added. As it does most of the same part (collecting files from various sources) as the FILES cObject, the logic has been separated into an own class, the so-called "File Collector". Resolves: #67662 Releases: master Change-Id: I05c494db65caa7efd1847504a057b3b21efb8702 Reviewed-on: http://review.typo3.org/40508 Reviewed-by:Wouter Wolters <typo3@wouterwolters.nl> Tested-by:
Wouter Wolters <typo3@wouterwolters.nl> Reviewed-by:
Frans Saris <franssaris@gmail.com> Tested-by:
Frans Saris <franssaris@gmail.com> Reviewed-by:
Andreas Fernandez <typo3@scripting-base.de> Tested-by:
Andreas Fernandez <typo3@scripting-base.de>
Showing
- typo3/sysext/core/Documentation/Changelog/master/Feature-67662-DataProcessorForFiles.rst 60 additions, 0 deletions.../Changelog/master/Feature-67662-DataProcessorForFiles.rst
- typo3/sysext/frontend/Classes/ContentObject/FilesContentObject.php 75 additions, 211 deletions...ext/frontend/Classes/ContentObject/FilesContentObject.php
- typo3/sysext/frontend/Classes/DataProcessing/FilesProcessor.php 114 additions, 0 deletions...sysext/frontend/Classes/DataProcessing/FilesProcessor.php
- typo3/sysext/frontend/Classes/Resource/FileCollector.php 307 additions, 0 deletionstypo3/sysext/frontend/Classes/Resource/FileCollector.php
- typo3/sysext/frontend/Tests/Unit/ContentObject/FilesContentObjectTest.php 39 additions, 11 deletions...ntend/Tests/Unit/ContentObject/FilesContentObjectTest.php
Please register or sign in to comment