Changes between Initial Version and Version 1 of ProgressMeterMacro


Ignore:
Timestamp:
Dec 25, 2007, 6:05:36 PM (16 years ago)
Author:
Andrej Tokarčík
Comment:

New hack ProgressMeterMacro, created by qwp0

Legend:

Unmodified
Added
Removed
Modified
  • ProgressMeterMacro

    v1 v1  
     1= ProgressMeter macro =
     2
     3== Description ==
     4
     5This macro plugin was created due to the task created for GHOP/Python Software Foundation (http://code.google.com/p/google-highly-open-participation-psf/issues/detail?id=256).
     6
     7This plugin enables the macro users to display progress meter similar to the meters visible in the Roadmap. The ProgressMeter macro works with the same arguments as TicketQuery macro (available in the standard Trac distribution). It can be used for example for building complete report of the progress on tickets owned by a particular person. Actually the macro just counts the tickets matching given criteria and shows the meter (closed-to-active-tickets ratio).
     8
     9Longer description can be found at the mentioned web page of GHOP task.
     10
     11== Bugs/Feature Requests ==
     12
     13Existing bugs and feature requests for ProgressMeterMacro are
     14[report:9?COMPONENT=ProgressMeterMacro here].
     15
     16If you have any issues, create a
     17[http://trac-hacks.org/newticket?component=ProgressMeterMacro&owner=qwp0 new ticket].
     18
     19== Download ==
     20
     21Download the zipped source from [download:progressmetermacro here].
     22
     23== Source ==
     24
     25You can check out ProgressMeterMacro from [http://trac-hacks.org/svn/progressmetermacro here] using Subversion, or [source:progressmetermacro browse the source] with Trac.
     26
     27== Example ==
     28
     29Displays meter of progress on tickets owned by 'qwp0' within milestone '0.1a':
     30{{{
     31[[ProgressMeter(owner=qwp0, milestone=0.1a)]]
     32}}}
     33
     34Display meter of progress on tickets associated with component 'wiki':
     35{{{
     36[[ProgressMeter(component=wiki)]]
     37}}}
     38
     39
     40== Recent Changes ==
     41
     42[[ChangeLog(progressmetermacro, 3)]]
     43
     44== Author/Contributors ==
     45
     46'''Author:''' [wiki:qwp0] [[BR]]
     47'''Contributors:'''