Changes between Initial Version and Version 1 of ChildTicketTreeMacro


Ignore:
Timestamp:
Jul 26, 2011, 8:13:33 PM (13 years ago)
Author:
Mark Ryan
Comment:

New hack ChildTicketTreeMacro, created by walnut

Legend:

Unmodified
Added
Removed
Modified
  • ChildTicketTreeMacro

    v1 v1  
     1[[PageOutline(2-5,Contents,pullout)]]
     2
     3= ChildTicketTreeMacro =
     4
     5== Description ==
     6
     7The macro is specifically for use with the ChildTicketsPlugin. In tickets with children, only immediate children of that parent are displayed. This macro addresses that issue by printing a whole tree (the complete hierarchy) of child tickets.
     8
     9== Bugs/Feature Requests ==
     10
     11Existing bugs and feature requests for ChildTicketTreeMacro are
     12[report:9?COMPONENT=ChildTicketTreeMacro here].
     13
     14If you have any issues, create a
     15[http://trac-hacks.org/newticket?component=ChildTicketTreeMacro&owner=walnut new ticket].
     16
     17== Download ==
     18
     19Download the zipped source from [download:childtickettreemacro here].
     20
     21== Source ==
     22
     23You can check out ChildTicketTreeMacro from [http://trac-hacks.org/svn/childtickettreemacro here] using Subversion, or [source:childtickettreemacro browse the source] with Trac.
     24
     25== Example ==
     26
     27{{{
     28[[ChildTicketTree]] - Used alone in a ticket field, will take the current ticket as the top level and print the tree.
     29[[ChildTicketTree(#1)]] - Can be used in any wiki page anywhere and provides a tree for ticket with id '#1' ('1' ie. without '#' also accepted).
     30[[ChildTicketTree(ticket=1)]] - The ticket number can also be explicitly given as an argument.
     31[[ChildTicketTree(style=progress)]] - (Not yet implemented) Shows a progress bar instead of a 'list'.
     32}}}
     33
     34== Recent Changes ==
     35
     36[[ChangeLog(childtickettreemacro, 3)]]
     37
     38== Author/Contributors ==
     39
     40'''Author:''' [wiki:walnut] [[BR]]
     41'''Maintainer:''' [wiki:walnut] [[BR]]
     42'''Contributors:'''