Changes between Version 23 and Version 24 of TicketBoxMacro


Ignore:
Timestamp:
Apr 2, 2015, 1:06:44 PM (9 years ago)
Author:
figaro
Comment:

Cosmetic changes, tagged with nolicense

Legend:

Unmodified
Added
Removed
Modified
  • TicketBoxMacro

    v23 v24  
    11[[PageOutline(2-5,Contents,pullout)]]
    2 = Ticket list in a box on the wiki page =
    32
    4 == News ==
    5 This macro is unified for several trac versions (0.9, 0.10, 0.11, 0.12dev)
    6 since 2008-07-31 (r4088).
    7 Note that repository structure is changed and the version directory
    8 are no longer exist.
    9 Get latest source from [http://trac-hacks.org/svn/ticketboxmacro/TicketBox.py here].
     3= Ticket list in a box on the wiki page
    104
    11 == Description ==
    12 This macro displays the list of ticket numbers in a box on the right
    13 side of the page compactly.
     5== News
     6This macro is unified for several Trac versions (0.9, 0.10, 0.11, 0.12dev) since 2008-07-31 (r4088).
     7Note that the repository structure has changed and the version directory does no longer exist.
     8Get the latest source from [http://trac-hacks.org/svn/ticketboxmacro/TicketBox.py here].
     9
     10== Description
     11
     12This macro displays the list of ticket numbers in a box on the right side of the page compactly.
    1413You can specify the tickets explicitly or use the result of reporting.
    1514The tickets will be displayed as sorted and uniq'ed.
    1615An example image is shown on the right of this page.
    1716
    18 Note: 'query' format is not yet supported.
     17'''Note''': 'query' format is not yet supported.
    1918
    2019{{{
     
    2423}}}
    2524
    26 == Bugs/Feature Requests ==
     25== Bugs/Feature Requests
    2726
    2827Existing bugs and feature requests for TicketBoxMacro are [query:status!=closed&component=TicketBoxMacro&order=priority here].
     
    3130[/newticket?component=TicketBoxMacro&owner=gotoh new ticket].
    3231
    33 == Download and Source ==
     32[[TicketQuery(component=TicketBoxMacro&group=type,format=progress)]]
     33
     34== Download and Source
    3435
    3536 * [source:ticketboxmacro Browse with Trac].
    36  * checkout with subversion from [/svn/ticketboxmacro repository] (for any trac versions)
     37 * checkout with subversion from [/svn/ticketboxmacro repository] for any Trac version.
    3738
    38 [[BR]](2008/07/31 : Files for each trac versions are unified.)
    39 [[BR]](2008/03/28 : [source:ticketboxmacro/0.8/#2848 TicketBoxMacro for 0.8] is obsoleted.)
     39Notes:
     40 * 2008/07/31 : Files for each trac versions are unified.
     41 * 2008/03/28 : [source:ticketboxmacro/0.8/#2848 TicketBoxMacro for 0.8] is obsoleted.
    4042
    41 == Install ==
     43== Installation
    4244
    43 For trac 0.10 or before, copy `TicketBox.py` to `wiki-macros` directory
    44 of your trac environment or system wide `wiki-macros` directory.
     45For Trac 0.10 or before, copy `TicketBox.py` to `wiki-macros` directory of your Trac environment or system wide `wiki-macros` directory.
    4546
    46 For trac 0.11 or later, copy `TicketBox.py` to `plugins` directory of your
    47 trac environment (no need enable this plugin explicitly).
    48 Or copy it to system wide `plugins` directory then enable the
    49 `TicketBox` plugin via admin page.
     47For Trac 0.11 or later, copy `TicketBox.py` to `plugins` directory of your Trac environment and there is no need enable this plugin explicitly.
     48Or copy it to system wide `plugins` directory then enable the `TicketBox` plugin via the admin page.
    5049
    51 == Basic Usage ==
     50== Usage
    5251
    5352These example shows the simple list of tickets by specifiying ticket numbers.
     
    5857}}}
    5958
    60 These examples lists the tickets from the report result.
     59These examples list the tickets from the report result.
    6160The third example uses the dynamic variable 'COMPONENT'.
    62 The special variable 'USER' is always available and it is
    63 your login name (or 'anonymous' if not logged in).
     61The special variable 'USER' is always available and it is your login name, or 'anonymous' if not logged in.
    6462You can override the variable 'USER' like in the fourth example.
    6563{{{
     
    7068}}}
    7169
    72 If field name of ticket id is not 'ticket' in report report definition,
    73 You can specify by `ticket=xxx`:
     70If field name of ticket id is not 'ticket' in report report definition, you can specify by `ticket=xxx`:
    7471{{{
    7572[[Ticketbox({20},ticket=id)]]
     
    7774
    7875TracQuery style of query string can be used.
    79 And it aslo can be used in report defintion (starting with `query:`),
     76And it can also be used in report defintion, starting with `query:`:
    8077{{{
    8178[[TicketBox([query:status=new])]]
     
    9390}}}
    9491
    95 == Display Options ==
     92== Display Options
    9693
    9794You can specify the size of the box:
     
    103100
    104101You can specify the title.
    105 The value should be surrounded by single or double quote.
    106 You can also embed the number of tickets by '%d' in title string like
    107 third example:
     102The value should be surrounded by a single quote or a double quote.
     103You can also embed the number of tickets by '%d' in title string like in the third example:
    108104{{{
    109105[[TicketBox('Related Tickets',#1,#2)]]
     
    114110If you do not want the box to be floating, use the `inline` keyword.
    115111The box is placed inline with the wiki text.
    116 If you want the ticket's summary to be displayed, use the `summary` keyword.
     112If you want the ticket's summary to be displayed, use the `summary` keyword:
    117113{{{
    118114[[TicketBox({1},inline)]]
     
    121117
    122118`nowrap` forces no wrap of line. It is useful with summary option.
    123 If this option is specified, line length may exceeds specified `width`.
     119If this option is specified, line length may exceeds specified `width`:
    124120{{{
    125121[[TicketBox({1},summary,nowrap)]]
    126122}}}
    127123
    128 Text color, background color, border line color and float position
    129 can be specified:
     124Text color, background color, border line color and float position can be specified:
    130125{{{
    131126[[TicketBox({1},float=left,color=green,background=transparent,border-color=red)]]
    132127}}}
    133128
    134 == Recent Changes ==
     129== Recent Changes
    135130
    136131[[ChangeLog(ticketboxmacro,3)]]
    137132
    138 == Author/Contributors ==
     133== Author/Contributors
    139134
    140135'''Author:''' [wiki:gotoh gotoh] [[BR]]
    141 '''Maintainer:''' [wiki:gotoh gotoh] [[BR]]
     136'''Maintainer:''' [[Maintainer]] [[BR]]
    142137'''Contributors:'''