Feature #33666
Callback for file/folder list matching
| Status: | Resolved | Start date: | 2012-02-03 | |
|---|---|---|---|---|
| Priority: | Should have | Due date: | ||
| Assignee: | - | % Done: | 0% |
|
| Category: | - | |||
| Target version: | 6.0 beta1 | |||
| Votes: | 0 |
Description
The storage and drivers should implement calls to a callback to get the file/folder lists. This would allow us to filter out items on a per-usage basis, without the need to use a (rather slow) regular expression for filtering.
This would make the pattern matching - which is currently still not implemented - unnecessary.
Related issues
| blocks File Abstraction Layer - Bug #34360: Folders with dots are not shown | Resolved | 2012-02-27 |
History
Updated by Andreas Wolf over 1 year ago
- Subject changed from Callback for file/folder list matching to Callback for file/folder list matching
Updated by Andreas Wolf about 1 year ago
- Target version set to 6.0 beta1
I would like to get this in to get rid of the hardcoded checks for _temp _ in various places. We will need to exclude more folders from being displayed in the user interface, while these folder still should be accessible to low-level methods. Therefore, the filtering has to be configurable, at best on a per-call base.
Updated by Gerrit Code Review about 1 year ago
Patch set 1 for branch plain-fileabstraction has been pushed to the review server.
It is available at http://review.typo3.org/10432
Updated by Benjamin Mack about 1 year ago
- Status changed from New to Resolved