[BUGFIX] Clean-up responsibilities of FAL classes
This is a followup for the patch I6ceeb8db4dd4e470e7c72dcfbc2121093411da75. The latest change sets missed to adapt the unit-tests accordingly. Furthermore due to this change it came to light, that the active loading option of storages in the file object may create a recursion issue, if the file is not indexed. This architectural problem has been removed by making the constructor argument mandatory and extend the ResourceFactory to always inject the correct storage. Releases: 6.2 Resolves: #51528 Change-Id: Ic1561b83f49783e3af1b8f3403e1b8eab84a1380 Reviewed-on: https://review.typo3.org/24623 Reviewed-by: Frans Saris Tested-by: Frans Saris Reviewed-by: Christian Kuhn Tested-by: Christian Kuhn
Showing
- typo3/sysext/core/Classes/Resource/AbstractFile.php 7 additions, 26 deletionstypo3/sysext/core/Classes/Resource/AbstractFile.php
- typo3/sysext/core/Classes/Resource/Driver/AbstractDriver.php 1 addition, 1 deletiontypo3/sysext/core/Classes/Resource/Driver/AbstractDriver.php
- typo3/sysext/core/Classes/Resource/File.php 5 additions, 11 deletionstypo3/sysext/core/Classes/Resource/File.php
- typo3/sysext/core/Classes/Resource/Folder.php 1 addition, 1 deletiontypo3/sysext/core/Classes/Resource/Folder.php
- typo3/sysext/core/Classes/Resource/Index/FileIndexRepository.php 1 addition, 10 deletions...ysext/core/Classes/Resource/Index/FileIndexRepository.php
- typo3/sysext/core/Classes/Resource/ResourceFactory.php 12 additions, 6 deletionstypo3/sysext/core/Classes/Resource/ResourceFactory.php
- typo3/sysext/core/Classes/Resource/Service/IndexerService.php 8 additions, 15 deletions...3/sysext/core/Classes/Resource/Service/IndexerService.php
- typo3/sysext/core/Tests/Unit/Resource/Driver/LocalDriverTest.php 1 addition, 1 deletion...ysext/core/Tests/Unit/Resource/Driver/LocalDriverTest.php
- typo3/sysext/core/Tests/Unit/Resource/FileTest.php 62 additions, 40 deletionstypo3/sysext/core/Tests/Unit/Resource/FileTest.php
- typo3/sysext/core/Tests/Unit/Resource/ResourceStorageTest.php 6 additions, 2 deletions...3/sysext/core/Tests/Unit/Resource/ResourceStorageTest.php
- typo3/sysext/core/Tests/Unit/Resource/Utility/FileExtensionFilterTest.php 3 additions, 1 deletion...e/Tests/Unit/Resource/Utility/FileExtensionFilterTest.php
- typo3/sysext/frontend/Tests/Unit/ContentObject/ContentObjectRendererTest.php 3 additions, 1 deletion...nd/Tests/Unit/ContentObject/ContentObjectRendererTest.php
- typo3/sysext/scheduler/Classes/Task/FileIndexingTask.php 2 additions, 1 deletiontypo3/sysext/scheduler/Classes/Task/FileIndexingTask.php
Please register or sign in to comment