Edgewall Software

Changes between Version 98 and Version 99 of MacroBazaar


Ignore:
Timestamp:
Jul 7, 2005, 5:42:04 AM (19 years ago)
Author:
Shun-ichi Goto <gotoh@…>
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • MacroBazaar

    v98 v99  
    559559Display list of ticket numbers in a box on the right side of the page.
    560560The purpose of this macro is show related tickets compactly.
    561 No automation. Simply, numbers you specified are displayed.
     561You can specify ticket number or report number which would be expanded as ticket numbers.
    562562
    563563Example:
    564564{{{
    565 [[TicketBox(1,5,31,58)]]
    566 }}}
    567 
    568 [[BR]]Download: http://projects.edgewall.com/trac/attachment/wiki/MacroBazaar/TicketBox.py
     565[[TicketBox(#1,#7,#31)]]       ... list of tickets
     566[[TicketBox(1,7,31)]]          ... '#' char can be omitted
     567[[TicketBox({1})]]             ... expand report result as ticket list
     568[[TicketBox({1),#50,{2},100)]] ... convination of above
     569[[TicketBox(500pt,{1})]]       ... with box width as 50 point
     570[[TicketBox(200px,{1})]]       ... with box width as 200 pixel
     571[[TicketBox(25%,{1})]]         ... with box width as 25%
     572[[TicketBox('Different Title',#1,#2)]] ... Use different title
     573[[TicketBox("Other Title",#1,#2)]]     ... likewise
     574}}}
     575
     576[[BR]]Download: http://projects.edgewall.com/trac/attachment/wiki/MacroBazaar/TicketBox.2.py
    569577[[BR]]''By:'' Shun-ichi Goto <gotoh@taiyo.co.jp>
    570 [[BR]]''Version:'' >= 0.8
     578[[BR]]''Version:'' >= 0.8 (also 0.9pre)
     579[[BR]]''Revised:'' 2005/07/07
    571580
    572581
     
    581590 * Something like pararaph numbers in http://www.blueoxen.org/tools/purplewiki/ helps with documentation authoring.
    582591 * Request: Extend the !TicketBox macro so that it can display tickets returned by a ticket report as well. Example: {{{[[TicketBox({1},5)]]}}} would show tickets returned by report 1 and ticket no. 5 as well
     592   * Good idea. I've implemented and attached. See above. (gotoh)
    583593
    584594[wiki:MacroBazaar#Categories (categories)]