Feature #15228
closedSorting in filelists
0%
Description
If you choose the option "date" as sorting criteria in filelists, TYPO3 chooses the creation date of the files as sorting criteria. There is no possibility to take the file modification date into account.
I added the option "mdate" to sort after the file modification date.
Here an excerpt from TSref regarding the stdWrap property filelist. I refer to item 3 in this issue:
Reads a directory and returns a list of files.
The value is exploded by "|" into parameters:
1: The path
2: comma-list of allowed extensions (no spaces between); if empty all extensions goes.
3: sorting: name, size, ext, date
4: reverse: Set to "r" if you want a reversed sorting
5: fullpath_flag: If set, the filelist is returned with complete paths, and not just the filename
(issue imported from #M1910)
Files