﻿ticket,summary,type,release,owner,status,created,modified,_description,_reporter
6142,Option to hide accounts that are not active,enhancement,0.11,,new,2009-11-03T04:36:26+01:00,2015-06-26T04:47:23+02:00,Users that have been removed from my Trac site still appear in the UserStatsMacro tabl.  It would be nice to have the option to hide inactive users.,Ryan J Ollos
5640,Better readability for 'How long ago' column,enhancement,0.11,,new,2009-08-08T04:02:29+02:00,2015-06-26T04:47:23+02:00,"The '''How long ago''' column currently looks like this,

|| joela	 || 2009/04/03 16:18:09	 || 126 day(s)||
|| kangy	 || 2009/08/07 00:06:26	 || <24h      ||
|| kendrickw	 || 2009/08/07 11:07:35	 || <24h      ||
|| kenl	         || 2009/08/04 13:36:44	 || 3 day(s)  ||

The layout of the '''How long ago''' column is pretty messy.  I think the following looks much better:

|| `joela`	 || `2009/04/03 16:18:09` || `126 day(s)`||
|| `kangy`	 || `2009/08/07 00:06:26` || `< 1 day(s)`||
|| `kendrickw`	 || `2009/08/07 11:07:35` || `< 1 day(s)`||
|| `kenl`	 || `2009/08/04 13:36:44` || `  3 day(s)`||

One of the changes is the use of a fixed width font.  It doesn't necessarily have to be the font I used, but a fixed width font would be preferable.",Ryan J Ollos
4379,[Patch] Show user's full name in addition to user login,enhancement,0.11,,new,2009-01-05T13:48:59+01:00,2015-06-26T04:47:23+02:00,"currently this shows:

||'''User'''||'''Last Login'''||'''How long ago'''||
||aaa||1969/12/31 16:00:00||14249 day(s)||
||bbb||2009/01/05 08:23:27||<24h||



but I would like to see

||'''User ID'''||'''User Name'''||'''Last Login'''||'''How long ago'''||
||aaa||John Smith||never||never||
||bbb||Jane Doe||2009/01/05 08:23:27||<24h||


Is this possible?

",peterson_eric_d@…
4239,Add ability to generate additional [wiki:username] links for each user,enhancement,0.11,,new,2008-12-09T23:24:17+01:00,2020-05-01T06:51:13+02:00,"Our configuration of trac has every user their own wiki page (mostly for contact details and the like).  i.e.:
{{{
List of users:
 * [wiki:username1]
 * [wiki:username2]
 * [wiki:username3]
}}}

The ability to pass in a parameter to the UserStatsMacro to allow such generation of links would replace that hard coded list ;-0

Example UserStatsMacro call:
{{{
[[UserStats(wiki=$username)]]
}}}
might generate wiki text like:
{{{
|| User || Last Login || How long ago ||
|| [wiki:user1] || 2008/12/08 21:07:58 || <24h ||
|| [wiki:user2] || 2008/12/02 22:02:40 || 6 day(s) ||
|| [wiki:user3] || 2008/12/06 16:38:27 || 3 day(s)  ||
}}}
i.e.
|| User || Last Login || How long ago ||
|| [wiki:user1] || 2008/12/08 21:07:58 || <24h ||
|| [wiki:user2] || 2008/12/02 22:02:40 || 6 day(s) ||
|| [wiki:user3] || 2008/12/06 16:38:27 || 3 day(s)  ||",Matt Callaghan
4238,"Allow ability to ""colourize"" 'How long ago' column",enhancement,0.11,,new,2008-12-09T23:18:48+01:00,2015-06-26T04:47:23+02:00,"It would be useful to be able to specify ''thresholds'' for different coloured output on the ""How Long Ago"" column of the UserStatsMacro.

Currently, if we have a fair number of users, it's not clear instantly '''who's good and who's bad'''.
Example:
|| User || Last Login || How long ago ||
|| user || 2008/12/04 00:36:38 || 5 day(s) ||
|| user || 2008/12/07 13:07:03 || 2 day(s) ||
|| user || 2008/11/22 14:32:52 || 17 day(s) ||
|| user	|| 2008/12/09 16:48:47 || <24h ||
|| user || 2008/11/30 18:49:48 || 8 day(s) ||
|| user	|| 2008/12/08 23:14:37 || <24h ||
|| user || 1969/12/31 19:00:00 || 14222 day(s) ||
|| user	|| 2008/12/08 21:07:58 || <24h ||
|| user || 2008/12/02 22:02:40 || 6 day(s) ||
|| user || 2008/12/06 16:38:27 || 3 day(s) ||
|| user || 1969/12/31 19:00:00 || 14222 day(s) ||
|| user || 2008/12/06 19:30:49 || 2 day(s) ||
|| user	|| 2008/12/09 12:12:28 || <24h ||
|| user || 2008/12/08 03:25:15 || 1 day(s) ||
|| user || 2008/02/07 12:33:36 || 306 day(s) ||
|| user || 2008/12/07 13:24:13 || 2 day(s) ||


However, if we could provide optional threshold values to the ""How Long Ago"" in days, it would help make it much clearer who's active and who's not.

Example Macro Call:
{{{
[[UserStats(threshold(green,7), threshold(yellow,14), threshold(red,999999), etc.)]]
}}}
The above example would provide some sort of colour feedback to the table.  If the user logged in within the last 7 days, they would be GREEN, in between 7 and 14, YELLOW, more than 14 days RED)
(Obviously my idea of the call isn't ideal, but hopefully you get the point.)",Matt Callaghan
4237,Provide more useful feedback if a user has never logged in,enhancement,0.11,,new,2008-12-09T23:07:24+01:00,2015-06-26T04:47:23+02:00,"If a user has never logged into trac before, the ''session'' table shows a value of '''0''' for the '''last_visit''' column.  The UserStatsMacro should present this information properly (instead of an obscure large number)

Example:
|| user1_logged_in_recently || 2008/12/06 16:38:27 || 3 day(s) ||
|| user2_never_logged_in || 1969/12/31 19:00:00 || 14222 day(s) ||",Matt Callaghan
