Visit Counter Macro

Description

Macro displays how many times was wiki page displayed.

This macro accepts from one to three parameters. First parameter is wiki page name which visit count you want to display. Other parameters are optional. Second parameter determines if displaying of macro should update specified page visit count. Accepted values of this parameter are: True, False, true, false, 1, 0. Default value is true. Third parameter specifies number of digits for visit count display. If its value is 0 then visit count is displayed as simple text. Default value is 4.

In trac.ini configuration file you can specify time after what cookie used to store information about visited pages on client expires in seconds (0 means as long as session lasts):

[visitcounter]
expires = 0

Bugs/Feature Requests

Existing bugs and feature requests for VisitCouterMacro are here.

If you have any issues, create a new ticket but read BugReporting page first, please.

Download

Download the zipped source from here.

Source

You can check out VisitCouterMacro from here using Subversion, or browse the source with Trac.

Installation

After installing plugin's egg enable it in environment's trac.ini configuration file or use WebAdminPlugin to do it for you:

[components]
visitcounter.core.* = enabled
visitcounter.init.* = enabled

Then updage your environment using:

# trac-admin <path_to_environment> upgrade

Example

[[VisitCounter(WikiStart)]]
[[VisitCounter(WikiStart, false)]]
[[VisitCounter(WikiStart, True, 3)]]

Feedback

Are you using the VisitCounterMacro?
  • Yes, it's usefull.
  • No, it's useless.
  • No, I don't need it.

Change Log

[1219] by Blackhex on 08/31/06 17:48:58

VisitCouterMacro:

Bug in session expiration date fix.

[1087] by Blackhex on 08/06/06 15:27:12

VisitCouterMacro:

  • Cookie 'expires' value was not setted.
  • Macro now can be used without argumets when current wiki page visit count is displayed.
  • Cookie name has changed from 'visited' to 'visited-pages' to prevent name collistion.

[853] by Blackhex on 06/13/06 14:55:10

VisitCouterMacro:

Initial release.

[852] by Blackhex on 06/13/06 14:46:02

New hack VisitCouterMacro, created by Blackhex

Author/Contributors

Author: Blackhex
Contributors: