-
Story
-
Resolution: Done
-
Medium
-
None
-
None
The directory listing component should sort first by date (newest first, and just the YYYY-MM-DD portion not any (invisible) HH:MM:SS.XXX parts), and then by name, however "." should sort above "-" (i.e. a simple lexicographic sort by character or code point is not adequate; names should be tokenized using "." as a separator and then sorted in token order).