Version 8 (modified by 11 years ago) (diff) | ,
---|
Contents
Printing Sticky of Trac Tickets
Description
This plugin is able to print tickets on sticky notes.
Usage
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.
Arguments
The sticky format and content can be controlled with arguments in 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 | N.A see #9655 | Optional. Width (mm) of a sticky. | 75
|
sticky_height | N.A see #9655 | Optional. Height (mm) of a sticky"). | 75
|
Installation
- Install globally with:
sudo easy_install https://trac-hacks.org/svn/stickyticketplugin/0.12
- Enable the plugin by updating TracIni file (..../trac.ini) as follows:
[components] tracstickyticket.* = enabled
- Configure the plugin in its own configuration section, placed into 'trac.ini' file as follows:
[sticky-ticket] fields = owner,milestone,priority,description sticky_width = 65 sticky_height = 50
- Restart web server on command line:
$ sudo /etc/init.d/apache2 restart
Bugs/Feature Requests
Existing bugs and feature requests for StickyTicketPlugin are here.
If you have any issues, create a new ticket.
Source & Download
You can check out StickyTicketPlugin from here using Subversion, or browse the source with Trac.
Download the zipped source from [download:stickyticketplugin here].
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: jun66j5
Contributors: OpenGroove,Inc. and ciklone
Attachments (2)
- sticky-tickets.png (66.0 KB) - added by 12 years ago.
-
StickyFormated.jpg (11.6 KB) - added by 11 years ago.
Where to find sticky link
Download all attachments as: .zip