id	summary	reporter	owner	description	type	status	priority	component	severity	resolution	keywords	cc	release
4239	Add ability to generate additional [wiki:username] links for each user	fermulator	rjollos	Our configuration of trac has every user their own wiki page (mostly for contact details and the like).  i.e.:\r\n{{{\r\nList of users:\r\n * [wiki:username1]\r\n * [wiki:username2]\r\n * [wiki:username3]\r\n}}}\r\n\r\nThe ability to pass in a parameter to the UserStatsMacro to allow such generation of links would replace that hard coded list ;-0\r\n\r\nExample UserStatsMacro call:\r\n{{{\r\n[[UserStats(wiki=$username)]]\r\n}}}\r\nmight generate wiki text like:\r\n{{{\r\n|| User || Last Login || How long ago ||\r\n|| [wiki:user1] || 2008/12/08 21:07:58 || <24h ||\r\n|| [wiki:user2] || 2008/12/02 22:02:40 || 6 day(s) ||\r\n|| [wiki:user3] || 2008/12/06 16:38:27 || 3 day(s)  ||\r\n}}}\r\ni.e.\r\n|| User || Last Login || How long ago ||\r\n|| [wiki:user1] || 2008/12/08 21:07:58 || <24h ||\r\n|| [wiki:user2] || 2008/12/02 22:02:40 || 6 day(s) ||\r\n|| [wiki:user3] || 2008/12/06 16:38:27 || 3 day(s)  ||	enhancement	new	normal	UserStatsMacro	normal			rjollos	0.11
