Changes between Version 5 and Version 6 of ChildTicketTreeMacro


Ignore:
Timestamp:
Jul 20, 2015, 1:26:37 PM (9 years ago)
Author:
figaro
Comment:

Cosmetic changes, tagged with license

Legend:

Unmodified
Added
Removed
Modified
  • ChildTicketTreeMacro

    v5 v6  
    11[[PageOutline(2-5,Contents,pullout)]]
    22
    3 = Display complete ticket hierarchy for ChildTicketsPlugin tickets =
     3= Display complete ticket hierarchy for ChildTicketsPlugin tickets
    44
    5 == Description ==
     5== Description
    66
    77The 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.
    88
    9 == Bugs/Feature Requests ==
     9== Bugs/Feature Requests
    1010
    1111Existing bugs and feature requests for ChildTicketTreeMacro are
     
    1313
    1414If you have any issues, create a
    15 [http://trac-hacks.org/newticket?component=ChildTicketTreeMacro&owner=walnut new ticket].
     15[/newticket?component=ChildTicketTreeMacro new ticket].
    1616
    17 == Download ==
     17[[TicketQuery(component=ChildTicketTreeMacro&group=type,format=progress)]]
     18
     19== Download
    1820
    1921Download the zipped source from [download:childtickettreemacro here].
    2022
    21 == Source ==
     23== Source
    2224
    2325You can check out ChildTicketTreeMacro from [http://trac-hacks.org/svn/childtickettreemacro here] using Subversion, or [source:childtickettreemacro browse the source] with Trac.
    2426
    25 == Examples ==
     27== Examples
    2628
    27 Used alone in a ticket field, will take the current ticket as the top level and print the tree.
     29Used alone in a ticket field, will take the current ticket as the top level and print the tree:
    2830{{{
    2931[[ChildTicketTree]]
    3032}}}
    31 Can be used in any wiki page anywhere and provides a tree for ticket with id '#1' ('1' ie. without '#' also accepted).
     33
     34Can be used in any wiki page anywhere and provides a tree for ticket with id '#1' ('1' ie. without '#' also accepted):
    3235{{{
    3336[[ChildTicketTree(#1)]]
    3437}}}
    35 The ticket number can also be explicitly given as an argument.
     38
     39The ticket number can also be explicitly given as an argument:
    3640{{{
    3741[[ChildTicketTree(ticket=1)]]
    3842}}}
    39 Include the parent ticket in the output. (Default:false)
     43
     44Include the parent ticket in the output (default:false):
    4045{{{
    4146[[ChildTicketTree(root=true)]]
    4247}}}
    43 Print the child ticket tree list within a border (actually a fieldset, the 'legend' is not modifiable)
     48
     49Print the child ticket tree list within a border (actually a fieldset, the 'legend' is not modifiable):
    4450{{{
    4551[[ChildTicketTree(border=true)]]
    4652}}}
    4753
    48 == Recent Changes ==
     54== Recent Changes
    4955
    5056[[ChangeLog(childtickettreemacro, 3)]]
    5157
    52 == Author/Contributors ==
     58== Author/Contributors
    5359
    5460'''Author:''' [wiki:walnut] [[BR]]
    55 '''Maintainer:''' [wiki:walnut] [[BR]]
     61'''Maintainer:''' [[Maintainer]] [[BR]]
    5662'''Contributors:'''