Feature #90131
closedfilelist: Show full datetime for a file
0%
Description
In the filelist module, by default the "lastModified" date of a file will be shown as ddmmyy. (The formatting is configured in $GLOBALS['TYPO3_CONF_VARS']['SYS']['ddmmyy']).
This makes it impossible to view the actual time (hhmm).
For simplicity I suggest to only show the date in the table column but add a title attribute for hovering which shows the full datetime.
Updated by Georg Ringer almost 5 years ago
if you are working on that, be aware that there are 3 places to fix, 2x in FileList.php and one in the template
Updated by Christian Eßl almost 5 years ago
Ok, while the template is easy to extend, adding a simple title tag in FileList.php would require rewriting a lot of the code in there. -> too much for such a small feature and as the filelist is already planned to be completely replaced in the future, I will drop this idea.
Updated by Georg Ringer over 4 years ago
- Status changed from New to Rejected
I am closing this issue. feel free to reopen if still valid