Bug #65305
closedBug #59473: Inconsistent API for folders
Folder::getSubfolder() doesn't use the file drivers correctly
100%
Description
The Folder::getSubfolder() tries to create a folder identifier by it self but that is only possible for hierarchical file system.
The storage should be asked for the correct folder.
So a getFolderInFolder($folderName, $folder) function should be added to ResourceStorage and that once calls driver->getFolderInFolder()
Updated by Michael Oehlhof over 9 years ago
The DriverInterface has no function getFolderInFolder(), only the LocalDriver has it.
Should we add this function to the interface?
Updated by Frans Saris over 9 years ago
Yes, getFolderInFolder and getFileInFolder should be part of the interface.
Updated by Gerrit Code Review over 9 years ago
- Status changed from New 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 http://review.typo3.org/38479
Updated by Gerrit Code Review over 9 years ago
Patch set 2 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at http://review.typo3.org/38479
Updated by Gerrit Code Review over 9 years ago
Patch set 3 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at http://review.typo3.org/38479
Updated by Gerrit Code Review over 9 years ago
Patch set 4 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at http://review.typo3.org/38479
Updated by Gerrit Code Review over 9 years ago
Patch set 5 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at http://review.typo3.org/38479
Updated by Gerrit Code Review over 9 years ago
Patch set 6 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at http://review.typo3.org/38479
Updated by Gerrit Code Review over 9 years ago
Patch set 7 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at http://review.typo3.org/38479
Updated by Gerrit Code Review over 9 years ago
Patch set 8 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at http://review.typo3.org/38479
Updated by Gerrit Code Review over 9 years ago
Patch set 9 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at http://review.typo3.org/38479
Updated by Gerrit Code Review over 9 years ago
Patch set 10 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at http://review.typo3.org/38479
Updated by Michael Oehlhof over 9 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset 71c6ee6ce83e6c449ca606cd3d6cc23855b8038a.
Updated by Gerrit Code Review over 9 years ago
- Status changed from Resolved 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 http://review.typo3.org/40487
Updated by Benni Mack over 9 years ago
- Status changed from Under Review to Resolved
Applied in changeset ed1b7f8bcca3885c4905c31a113b635564aefd38.
Updated by Gerrit Code Review over 9 years ago
- Status changed from Resolved to Under Review
Patch set 2 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at http://review.typo3.org/40488
Updated by Benni Mack over 9 years ago
- Status changed from Under Review to Resolved
Applied in changeset 965ee9367c8c2cccbe2118621afae455e28bb6e9.