Feature #33749
closedTask #33745: Integrate File Abstraction Layer
Integrate File Abstraction Layer API
100%
Description
Integrate File Abstraction Layer API to t3lib_File.
New domain objects are:- t3lib_file_File
- t3lib_file_Folder
- t3lib_file_ProcessedFile
- t3lib_file_Storage
- t3lib_file_Driver_AbstractDriver
One storage uses a driver to connect to a specific resource. The storage then holds several files, the filenames are called "identifier" there. A processed file will be created on manipulations to a file (by keeping the reference), examples are image resizing or more complex conversions/modifications.
Updated by Gerrit Code Review over 12 years ago
- Status changed from New to Under Review
Patch set 1 for branch master has been pushed to the review server.
It is available at http://review.typo3.org/9208
Updated by Gerrit Code Review over 12 years ago
Patch set 2 for branch master has been pushed to the review server.
It is available at http://review.typo3.org/9208
Updated by Gerrit Code Review over 12 years ago
Patch set 3 for branch master has been pushed to the review server.
It is available at http://review.typo3.org/9208
Updated by TYPO3 Release Team over 12 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset 38430a959845c2b80d2cefee23f4d8f3f376657c.
Updated by Riccardo De Contardi about 7 years ago
- Status changed from Resolved to Closed