Changes between Initial Version and Version 1 of AccountManagerPlugin/WikiMacros


Ignore:
Timestamp:
Feb 26, 2012, 7:53:04 PM (12 years ago)
Author:
Steffen Hoffmann
Comment:

inital version, making a developer reference for future discussion and work

Legend:

Unmodified
Added
Removed
Modified
  • AccountManagerPlugin/WikiMacros

    v1 v1  
     1= Wiki macros provided by AccountManagerPlugin =
     2
     3Since r11327 (acct_mgr-0.4) the plugin offers some macros for TracWiki.
     4
     5== Development notes ==
     6
     7Because I favor added-value over rather uncontrolled growth of Trac plugins I aim at integration of related plugins, addressing their outstanding issues too. See #9852 for more reasons, why I think this is especially a good idea in this case.
     8
     9=== WikiStatsPlugin ===
     10==== Featured macros ====
     11 * `Stats(Username)` | `Stats()` -- Stats for an individual: prints wiki edit and attachment statistics for a specified user or as a table for all wiki users
     12 * `PageCount` -- prints a count of the number of pages in the wiki
     13 * `UserCount` -- prints a count of the number of users in the wiki (acct_mgr plugin with the db backend required)
     14
     15==== Issues ====
     16 * Pending
     17 [[TicketQuery(component=WikiStatsPlugin&status!=closed)]]
     18 * Resolved
     19 [[TicketQuery(component=WikiStatsPlugin&status=closed)]]
     20
     21==== Translation ====
     22 ||WikiStatsPlugin macro||AccountManagerPlugin macro||
     23 ||`UserCount` ||`UserQuery(count)`[[BR]]no limitation regarding suitable user stores||
     24
     25=== UserStatsMacro ===
     26==== Featured macros ====
     27 * `UserStats` --  wiki table with all user names, last login timestamp, and the number of days that have passed since the last login
     28
     29==== Issues ====
     30 * Pending
     31 [[TicketQuery(component=UserStatsMacro&status!=closed)]]
     32 * Resolved
     33 [[TicketQuery(component=UserStatsMacro&status=closed)]]
     34
     35==== Translation ====
     36 ||WikiStatsPlugin macro||AccountManagerPlugin macro||
     37 ||`UserStats` ||''planned'', see #9852 ||
     38