Actions
Feature #34362
closedFilelist "Date" is not shown from folders
Status:
Closed
Priority:
Should have
Assignee:
Category:
File Abstraction Layer (FAL)
Target version:
-
Start date:
2012-02-27
Due date:
% Done:
0%
Estimated time:
PHP Version:
Tags:
Complexity:
Sprint Focus:
Description
current master shows the date of folders, fal doesn't in filelist module
Updated by Andreas Wolf over 12 years ago
- Status changed from New to Accepted
The folder object currently does not expose this information, and it also has very little information about a folder in general. I think we should improve this, maybe by extracting common functionality from the file object to a common base class for files and folders. This class should be like the ResourceInterface, and ideally implement all its methods. The other classes (File, Folder) then inherit this class and add their respective interfaces.
Updated by Alexander Opitz almost 11 years ago
- Tracker changed from Bug to Feature
- Project changed from 1401 to TYPO3 Core
- Target version deleted (
6.0 final)
Updated by Alexander Opitz almost 11 years ago
- Category set to File Abstraction Layer (FAL)
- TYPO3 Version set to 6.0
Updated by Mathias Schreiber almost 10 years ago
- Status changed from Accepted to Needs Feedback
- Assignee set to Mathias Schreiber
Where can we take that Information from?
file_mtime or something TYPO3-related like tstamp?
Updated by Susanne Moog over 9 years ago
- Status changed from Needs Feedback to Closed
Duplicate of #65165 which has a pending patch. I'll close this one.
Actions