Actions
Task #53688
closedEpic #55070: Workpackages
Epic #54260: WP: FAL Missing Issues / Features / API
Story #54263: As an Integrator I want to have my metadata present at places when using files
Task #52778: No metadata shown for Folder and Category bases collections
ResourceFactory::createFileObject is called from Folder::getFiles directly
Status:
Closed
Priority:
Must have
Assignee:
Category:
File Abstraction Layer (FAL)
Target version:
Start date:
2014-01-01
Due date:
2014-02-15
% Done:
100%
Estimated time:
3.00 h
TYPO3 Version:
6.2
PHP Version:
Tags:
Complexity:
medium
Sprint Focus:
Description
sysext/core/Resource/Folder::getFiles directly collects the files from the driver (very expensive!) and creates FileObjects directly.
These FileObjects do not know of their index record!
- The driver already provides a method that only returns the existing identifiers instead of extracting the file's data.
- In case the IndexRecord is already present, the method calls ResourceFactory::getFile($uid, $indexRecord) otherwise ResourceFactory::getFileObjectByStorageAndIdentifier() is used.
Updated by Steffen Ritter almost 11 years ago
- Tracker changed from Bug to Task
- Due date set to 2013-12-31
- Estimated time set to 3.00 h
- Translation missing: en.field_remaining_hours set to 3.0
- Complexity set to medium
Updated by Gerrit Code Review almost 11 years ago
- Status changed from Accepted to Under Review
Patch set 1 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/26360
Updated by Steffen Ritter almost 11 years ago
- Status changed from Under Review to Resolved
- % Done changed from 90 to 100
Applied in changeset 28b91ac69752be61586f52a0e0b4bf59ba7eb921.
Updated by Riccardo De Contardi about 7 years ago
- Status changed from Resolved to Closed
Actions