Changes between Version 37 and Version 38 of TracTicketTemplatePlugin


Ignore:
Timestamp:
Aug 25, 2014, 6:15:51 PM (10 years ago)
Author:
Ryan J Ollos
Comment:

New style markup.

Legend:

Unmodified
Added
Removed
Modified
  • TracTicketTemplatePlugin

    v37 v38  
    11[[PageOutline(2-5,Contents,pullout)]]
    2 = Trac Ticket Template =
     2= Trac Ticket Template
    33
    44 SEE:'''ZoomQuiet''' ~ Collection KSPEG Trac hacking
    55
    6 == Description ==
     6== Description
    77
    88 * !TicketTemplate enable users to create ticket using templates which can be customized by Trac administrator and themselves.
     
    1212 * This version can work with Trac 0.11/0.12.
    1313
    14 = Changes in version 0.7 =
     14= Changes in version 0.7
    1515 * This version has fully i18n support with Trac `0.12dev-r9098` above.
    1616 * New feature: support '''My Template'''. Everyone can manage their own templates now.
     
    2020 * New feature: support importing and exporting ticket_templates(by Russell Ballestrini).
    2121 
    22 = Prerequisite =
     22= Prerequisite
    2323 * [http://pypi.python.org/pypi/simplejson simplejson] when python is below 2.6
    2424
    25 == Bugs/Feature Requests ==
     25== Bugs/Feature Requests
    2626
    2727Existing bugs and feature requests for TracTicketTemplatePlugin are
     
    3131[http://trac-hacks.org/newticket?component=TracTicketTemplatePlugin&owner=richard new ticket].
    3232
    33 == Download ==
     33== Download
    3434
    3535Download the zipped source from [download:tractickettemplateplugin here].
    3636
    37 == Source ==
     37== Source
    3838
    3939You can check out TracTicketTemplatePlugin from [http://trac-hacks.org/svn/tractickettemplateplugin here] using Subversion, or [source:tractickettemplateplugin browse the source] with Trac.
    4040
    41 == Install ==
     41== Install
    4242 '''IMPORTANT''': Please BACKUP you ticket templates if you are upgrading this plugin.
    4343
     
    4545
    4646 1. Uninstall this plugin if you have installed before.
    47 
    48  2. Change to the directory containing `setup.py`.
    49  
    50  * (Optional): If you are using Trac 0.12 with i18n, you should compile language files here:
    51  {{{#!sh
     47 1. Change to the directory containing `setup.py`.
     48  * (Optional): If you are using Trac 0.12 with i18n, you should compile language files here:
     49  {{{#!sh
    5250python setup.py compile_catalog -f
    5351}}}
    54 
    55  3. If you want to install this plugin globally, that will install this plugin to the python path:
     52 1. If you want to install this plugin globally, that will install this plugin to the python path:
    5653  * python setup.py install
    57 
    58  4. If you want to install this plugin to trac instance only:
     54 1. If you want to install this plugin to trac instance only:
    5955  * python setup.py bdist_egg
    6056  * copy the generated egg file to the trac instance's plugin directory
     
    6258cp dist/*.egg /srv/trac/env/plugins
    6359}}}
    64 
    65  5. Config trac.ini:
     60 1. Config trac.ini:
    6661  {{{#!ini
    6762[components]
     
    7570  * Set enable_custom to false will disable My Template, which default is true.
    7671 
    77 == About i18n/l10n support ==
     72== About i18n/l10n support
    7873This plugin is prepared for localization. English message texts are the (POSIX) default.[[BR]]
    7974Current languages supplied with the plugin are:
     
    114109Kindly provided by [[Image(https://ds0k0en9abmn1.cloudfront.net/static/charts/images/tx-logo-micro.png, link=http://www.transifex.net/, title=the open translation platform, valign=bottom)]]
    115110
    116 == Example ==
     111== Example
    117112
    118113 * Trac administrator should define the template for all ticket types:
     
    120115  * '''load''' the template of each ticket type, modify them and '''apply changes'''
    121116 * After defined ticket template, normal user can create ticket using predefined template by '''change ticket types''' dropdown list items.
    122  * Screen capture of ''newticket'' page.
    123117
    124   [[Image(NewTicketPage-v0.7.png,50%)]]
    125 
    126  * Screen capture of Admin panel.
    127 
    128   [[Image(AdminTicketTemplatePage-v0.7.png,50%)]]
     118|| Screen capture of the //New Ticket// page =|| [[Image(NewTicketPage-v0.7.png,50%)]] ||
     119|| Screen capture of the //Admin// panel =|| [[Image(AdminTicketTemplatePage-v0.7.png,50%)]] ||
    129120
    130121 * About template params:
     
    145136  * Note: be careful choosing template param name, to avoid conflicting with ticket field names.
    146137
    147 == Recent Changes ==
     138== Recent Changes
    148139
    149140[[ChangeLog(tractickettemplateplugin, 3)]]
    150141
    151 == Author/Contributors ==
     142== Author/Contributors
    152143
    153144'''Author:''' [wiki:richard] [[BR]]