Changes between Version 11 and Version 12 of StickyTicketPlugin


Ignore:
Timestamp:
Nov 6, 2016, 9:30:36 AM (7 years ago)
Author:
figaro
Comment:

Moved example to functional description

Legend:

Unmodified
Added
Removed
Modified
  • StickyTicketPlugin

    v11 v12  
    55== Description
    66
    7 [[Image(sticky-tickets.png,width=200px,right)]]
     7This plugin is able to print tickets on virtual sticky notes in a pdf file.
    88
    9 This plugin is able to print tickets on sticky notes.
     9Observe next to the Download section at the bottom of the page a link to get a PDF file from a simple ticket or even from a set of tickets:
     10
     11[[Image(StickyFormated.jpg, border=2)]]
     12
     13This will then display something as follows:
     14
     15[[Image(sticky-tickets.png)]]
    1016
    1117== Bugs/Feature Requests
    1218
    13 Existing bugs and feature requests for !StickyTicketPlugin are [report:9?COMPONENT=StickyTicketPlugin here].
     19Existing bugs and feature requests for !StickyTicketPlugin are
     20[report:9?COMPONENT=StickyTicketPlugin here].
    1421
    15 If you have any issues, create a [/newticket?component=StickyTicketPlugin new ticket].
     22If you have any issues, create a
     23[/newticket?component=StickyTicketPlugin new ticket].
    1624
    1725[[TicketQuery(component=StickyTicketPlugin&group=type,format=progress)]]
     
    4856}}}
    4957
    50 == Usage
     58== Configuration
    5159
    52 Observe next to download section (bottom page) a link to get a PDF file from a simple ticket or even from a set of tickets:
    53 
    54 [[Image(StickyFormated.jpg,width=400px)]]
    55 
    56 === Arguments
    57 
    58 The sticky format and content can be controlled with arguments in `trac.ini` file:
     60The sticky format and content can be controlled with arguments in the `[sticky-ticket]` stanza of the `trac.ini` file:
    5961
    6062||'''Argument'''  ||'''Version'''  ||'''Description'''  ||'''Default'''
    61 || `fields`|| 0.12.0.3 ||Optional. Ticket fields in a sticky. || `owner,reporter,time` ||
    62 || `fontname`|| 0.12.0.3 ||Optional. Font name in PDF file. || `(auto)` ||
    63 || `pagesize`|| 0.12.0.3 ||Optional. Page size of PDF file which the tickets is printed. || `A4` ||
    64 || `sticky-width`|| 0.12.0.3 ||Optional. Width (mm) of a sticky. || `75` ||
    65 || `sticky-height`|| 0.12.0.3 ||Optional. Height (mm) of a sticky"). || `75` ||
     63|| `fields` || 0.12.0.3 ||Optional. Ticket fields in a sticky. || `owner,reporter,time` ||
     64|| `fontname` || 0.12.0.3 ||Optional. Font name in PDF file. || `(auto)` ||
     65|| `pagesize` || 0.12.0.3 ||Optional. Page size of PDF file which the tickets is printed. || `A4` ||
     66|| `sticky-width` || 0.12.0.3 ||Optional. Width (mm) of a sticky. || `75` ||
     67|| `sticky-height` || 0.12.0.3 ||Optional. Height (mm) of a sticky. || `75` ||
    6668
    6769== Recent Changes