Feature #33749
Task #33745: Integrate File Abstraction Layer
Integrate File Abstraction Layer API
Status: | Resolved | Start date: | 2012-02-07 | |
---|---|---|---|---|
Priority: | Should have | Due date: | ||
Assigned To: | - | % Done: | 100% |
|
Category: | - | Spent time: | - | |
Target version: | 4.7.0-beta1 | |||
PHP Version: | 5.3 | Sprint Focus: | ||
Complexity: |
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.
Associated revisions
[FEATURE] Integrate File Abstraction Layer API
Change-Id: Id0d5071aed6c9a03b75069bb9ba970ccfa5ca525
Resolves: #33749
Releases: 4.7
Reviewed-on: http://review.typo3.org/9208
Reviewed-by: Steffen Ritter
Tested-by: Steffen Ritter
History
#1 Updated by Oliver Hader over 3 years ago
- Tracker changed from Bug to Feature
#2 Updated by Gerrit Code Review over 3 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
#3 Updated by Gerrit Code Review over 3 years ago
Patch set 2 for branch master has been pushed to the review server.
It is available at http://review.typo3.org/9208
#4 Updated by Gerrit Code Review over 3 years ago
Patch set 3 for branch master has been pushed to the review server.
It is available at http://review.typo3.org/9208
#5 Updated by TYPO3 Release Team over 3 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset 38430a959845c2b80d2cefee23f4d8f3f376657c.