Contents
Printing Sticky of Trac Tickets
Description
This plugin is able to print tickets on virtual sticky notes in a pdf file.
Observe 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:
This will then display something as follows:
Bugs/Feature Requests
Existing bugs and feature requests for StickyTicketPlugin are here.
If you have any issues, create a new ticket.
defect |
3 / 4 |
||
---|---|---|---|
enhancement |
1 / 2 |
Download
Download the zipped source from here.
Source
You can check out StickyTicketPlugin from here using Subversion, or browse the source with Trac.
Installation
- Install globally with:
$ sudo easy_install https://trac-hacks.org/svn/stickyticketplugin/0.12
- Enable the plugin by updating the TracIni file (
../conf/trac.ini
) as follows:[components] tracstickyticket.* = enabled
- Configure the plugin in its own configuration section, placed into the
trac.ini
file as follows:[sticky-ticket] fields = owner,milestone,priority,description sticky-width = 65 sticky-height = 50
- Restart the web server on the command line:
$ sudo /etc/init.d/apache2 restart
Configuration
The sticky format and content can be controlled with arguments in the [sticky-ticket]
stanza of the trac.ini
file:
Argument | Version | Description | Default |
fields | 0.12.0.3 | Optional. Ticket fields in a sticky. | owner,reporter,time
|
fontname | 0.12.0.3 | Optional. Font name in PDF file. | (auto)
|
pagesize | 0.12.0.3 | Optional. Page size of PDF file which the tickets is printed. | A4
|
sticky-width | 0.12.0.3 | Optional. Width (mm) of a sticky. | 75
|
sticky-height | 0.12.0.3 | Optional. Height (mm) of a sticky. | 75
|
Recent Changes
- 11065 by jun66j5 on 2011-12-30 17:55:24
-
Removed unused imports and variables.
- 11064 by jun66j5 on 2011-12-30 17:51:59
-
Fixed broken sticky feature in a report page.
- 11063 by jun66j5 on 2011-12-30 17:50:17
-
Fixed a problem that the plugin accesses
tracstickyticket/locale
with no message catalogs (closes #9647).
(more)
Author/Contributors
Author: jun66j5
Maintainer: Jun Omae
Contributors: OpenGroove,Inc. and ciklone
Attachments (2)
- sticky-tickets.png (66.0 KB) - added by 13 years ago.
-
StickyFormated.jpg (11.6 KB) - added by 13 years ago.
Where to find sticky link
Download all attachments as: .zip