This is just some static backup of the original site, don't expect every link to work!

Opened 10 years ago

Closed 10 years ago

Last modified 10 years ago

#404 closed defect (fixed)

Used/created column sort order

Reported by: anonymous Owned by:
Version: 0.9.9 Keywords:
Cc:

Description

They're not sorting properly. The current format leads to this kind of "sorting":

Mon Feb 19 19:35:19 2012 Mon Feb 5 03:12:15 2012 Mon Jan 9 21:36:15 2013 Sat Dec 19 07:38:40 2012

and so on.

Please change the column format to YYYY-MM-DD HH:MM:SS

So it would be:

2013-02-18 16:30:28 2012-11-22 19:27:57

that way the string-based reordering of those columns will be done in the proper order.

Plus, it's a lot easier to read.

Also reported at: https://github.com/absorb-it/Virtual-Identity/issues/2

Change History (2)

comment:1 Changed 10 years ago by rene

Resolution: fixed
Status: newclosed

Hi,

thanks for your report. Fixed the sorting-issue with [cdbc54259ca] . Added some option to configure the Date-Format of these rows with [a8f01798c3987]. For your requirements, open the config dialog and choose the Storage-Tab, add "%Y-%m-%d %H:%m:%S" as the Date format (see http://linux.die.net/man/3/strftime for more formatting options).

This will be part of 0.9.10, which will be released after some testing. Check virtual_identity-0.9.9-4-ga8f0179-tb+sm.xpi for a preview of the implemented change.

Nice regards, Rene

comment:2 Changed 10 years ago by anonymous

That's fantastic, Rene, thanks a lot!

:-)

Note: See TracTickets for help on using tickets.