Changes between Version 26 and Version 27 of TicketBoxMacro


Ignore:
Timestamp:
Oct 26, 2016, 7:16:55 PM (7 years ago)
Author:
figaro
Comment:

Further cosmetic changes

Legend:

Unmodified
Added
Removed
Modified
  • TicketBoxMacro

    v26 v27  
    1414An example image is shown on the right of this page.
    1515
    16 '''Note''': 'query' format is not yet supported.
     16'''Note''': The 'query' format is not yet supported, see [t:TicketQuery].
    1717
    1818This macro is unified for several Trac versions (0.9, 0.10, 0.11, 0.12dev) since 2008-07-31 (r4088).
     19
     20See also: TicketBoxPlugin
    1921
    2022== Bugs/Feature Requests
     
    4547== Usage
    4648
    47 These example shows the simple list of tickets by specifiying ticket numbers.
    48 '#' character can be omitted:
     49=== Examples
     50
     51This example shows the simple list of tickets by specifying ticket numbers.
     52The '#' character can be omitted:
    4953{{{
    5054[[TicketBox(#1, #7, #31)]]
     
    6367}}}
    6468
    65 If field name of ticket id is not 'ticket' in report report definition, you can specify by `ticket=xxx`:
     69If field name of ticket id is not 'ticket' in report report definition, you can specify it by `ticket=xxx`:
    6670{{{
    6771[[Ticketbox({20}, ticket=id)]]
     
    6973
    7074TracQuery style of query string can be used.
    71 And it can also be used in report defintion, starting with `query:`:
     75And it can also be used in report definition, starting with `query:`:
    7276{{{
    7377[[TicketBox([query:status=new])]]
     
    111115}}}
    112116
    113 The option `nowrap` forces the line not to wrap around the screen. It is useful with summary option.
     117The option `nowrap` forces the line not to wrap around the screen. It is useful with the summary option.
    114118If this option is specified, line length may exceeds specified `width`:
    115119{{{