| 3 | | == Description == |
|---|
| 4 | | |
|---|
| 5 | | TracTicketTemplate enable users to create ticket using templates which can be customized by Trac administrator. Trac administrator can spcify a general template '''default''' for all uncustomized ticket types. |
|---|
| 6 | | |
|---|
| 7 | | == Bugs/Feature Requests == |
|---|
| 8 | | |
|---|
| 9 | | Existing bugs and feature requests for TracTweakUI are |
|---|
| 10 | | [query:component=ZoomQuietTranslation&order=priority here]. |
|---|
| 11 | | |
|---|
| 12 | | If you have any issues, create a |
|---|
| 13 | | [/newticket?component=ZoomQuietTranslation&owner=richard new ticket]. |
|---|
| 14 | | |
|---|
| 15 | | == Download and Source == |
|---|
| 16 | | |
|---|
| 17 | | Check out TracTweakUI [/svn/zoomquiettranslation/plugins/KSTracTicketTemplate using Subversion], or [source:zoomquiettranslation/plugins/KSTracTicketTemplate browse the source] with Trac. |
|---|
| 18 | | |
|---|
| 19 | | == Configuration == |
|---|
| 20 | | 1. Uninstall Trac Ticket Template if you have installed before. |
|---|
| 21 | | |
|---|
| 22 | | 2. Change to the directory containning setup.py. |
|---|
| 23 | | |
|---|
| 24 | | 3. If you want to install this plugin globally, that will install this plugin to the python path: |
|---|
| 25 | | * python setup.py install |
|---|
| 26 | | |
|---|
| 27 | | 4. If you want to install this plugin to trac instance only: |
|---|
| 28 | | * python setup.py bdist_egg |
|---|
| 29 | | * copy the generated egg file to the trac instance's plugin directory |
|---|
| 30 | | {{{ |
|---|
| 31 | | cp dist/*.egg /srv/trac/env/plugins |
|---|
| 32 | | }}} |
|---|
| 33 | | |
|---|
| 34 | | 5. Config trac.ini: |
|---|
| 35 | | {{{ |
|---|
| 36 | | [components] |
|---|
| 37 | | tickettemplate.* = enabled |
|---|
| 38 | | }}} |
|---|
| 39 | | |
|---|
| 40 | | == Usage == |
|---|
| 41 | | * Trac administrator should define the template for all ticket types: |
|---|
| 42 | | * Login as administrator, open Admin -> Ticket System -> Ticket Template |
|---|
| 43 | | * 'load' the template of each ticket type, modify them and 'apply changes' |
|---|
| 44 | | * After defined ticket template, normal user can create ticket using predefined template by change ticket types dropdown list items. |
|---|
| 45 | | |
|---|
| 46 | | == Recent Changes == |
|---|
| 47 | | |
|---|
| 48 | | [[ChangeLog(zoomquiettranslation/plugins/KSTracTicketTemplate, 3)]] |
|---|
| 49 | | |
|---|
| 50 | | == Author/Contributors == |
|---|
| 51 | | |
|---|
| 52 | | '''Author:''' [wiki:richard] [[BR]] |
|---|
| | 3 | Please visit [TracTicketTemplatePlugin here] |