Changes between Version 22 and Version 23 of UserStatsMacro


Ignore:
Timestamp:
Sep 23, 2016, 7:41:18 AM (8 years ago)
Author:
figaro
Comment:

Moved example to functional description

Legend:

Unmodified
Added
Removed
Modified
  • UserStatsMacro

    v22 v23  
    77This plugin creates a wiki table with all user names, last login timestamp, and the number of days that have passed since the last login. This is useful for identifying users that have not logged for a while, to see if they still need access.
    88
     9Just type {{{[[UserStats]]}}} in any Wiki page, you will get something like:
     10
     11||'''User'''||'''Last Login'''||'''How long ago'''||
     12||user1||2008/08/29 11:42:18|| 3 day(s) ||
     13||user2||2008/08/30 10:04:23|| <24h ||
     14
     15where the user links to a report of the user's tasks.
     16
    917See also: TracStatsPlugin and AccountManagerPlugin, which has some similar features since r11327.
    1018
     
    1220
    1321Existing bugs and feature requests for UserStatsMacro are
    14 [query:status!=closed&component=UserStatsMacro&order=priority here].
     22[report:9?COMPONENT=UserStatsMacro here].
    1523
    1624If you have any issues, create a
     
    2735You can check out UserStatsMacro from [/svn/userstatsmacro here] using Subversion, or [source:userstatsmacro browse the source] with Trac.
    2836
    29 == Example
     37== Installation
    3038
    31 Just type {{{[[UserStats]]}}} in any Wiki page, you will get something like:
    32 
    33 ||'''User'''||'''Last Login'''||'''How long ago'''||
    34 ||user1||2008/08/29 11:42:18|| 3 day(s) ||
    35 ||user2||2008/08/30 10:04:23|| <24h ||
    36 
    37 where the user links to a report of the user's tasks.
     39General instructions on installing Trac plugins can be found on the [TracPlugins#InstallingaTracplugin TracPlugins] page.
    3840
    3941== Recent Changes