Changes between Version 42 and Version 43 of TracTicketTemplatePlugin


Ignore:
Timestamp:
Jul 18, 2015, 10:54:21 AM (9 years ago)
Author:
figaro
Comment:

Cosmetic changes

Legend:

Unmodified
Added
Removed
Modified
  • TracTicketTemplatePlugin

    v42 v43  
    11[[PageOutline(2-5,Contents,pullout)]]
     2
    23= Trac Ticket Template
    34
    45== Description
    56
    6  * !TicketTemplate enable users to create ticket using templates which can be customized by Trac administrator and themselves.
     7This plugin enables users to create a ticket using templates which can be customized by Trac administrator and themselves.
     8
     9Key features:
    710 * Trac administrator can specify a general system level template '''default''' for all uncustomized ticket types.
    811 * System level ticket templates are ticket type specific.
     
    1013
    1114=== Changes in version 0.7
     15
    1216 * This version has fully i18n support with Trac `0.12dev-r9098` above.
    1317 * New feature: support '''My Template'''. Everyone can manage their own templates now.
     
    1721 * New feature: support importing and exporting ticket_templates(by Russell Ballestrini).
    1822 
    19 See:'''ZoomQuiet''' ~ Collection KSPEG Trac hacking
     23See: '''ZoomQuiet''' ~ Collection KSPEG Trac hacking
    2024
    2125== Bugs/Feature Requests
     
    2529
    2630If you have any issues, create a
    27 [http://trac-hacks.org/newticket?component=TracTicketTemplatePlugin&owner=richard new ticket].
     31[/newticket?component=TracTicketTemplatePlugin new ticket].
    2832
    2933[[TicketQuery(component=TracTicketTemplatePlugin&group=type,format=progress)]]
     
    3943== Installation
    4044
    41 '''IMPORTANT''': Please BACKUP you ticket templates if you are upgrading this plugin.
     45'''Important''': Please backup your ticket templates if you are upgrading this plugin.
    4246
    4347Prerequisite: [pypi:simplejson simplejson] when Python is earlier than version 2.6.
    4448
    45 You can install this software as normal Trac plugin.
     49You can install this software as a normal Trac plugin.
    4650
    4751 1. Uninstall this plugin if you have installed it before.
     
    5155python setup.py compile_catalog -f
    5256}}}
    53  1. If you want to install this plugin globally, that will install this plugin to the python path:
     57 1. If you want to install this plugin globally, that will install this plugin to the Python path:
    5458  * python setup.py install
    55  1. If you want to install this plugin to trac instance only:
     59 1. If you want to install this plugin to Trac instance only:
    5660  * python setup.py bdist_egg
    57   * copy the generated egg file to the trac instance's plugin directory
     61  * copy the generated egg file to the Trac instance's plugin directory
    5862  {{{#!sh
    5963cp dist/*.egg /srv/trac/env/plugins
    6064}}}
    61  1. Config trac.ini:
     65 1. Configure your `trac.ini` file:
    6266  {{{#!ini
    6367[components]
     
    7175  * Set `enable_custom` to false will disable My Template, which default is true.
    7276 
    73 == About i18n/l10n support
     77== About i18n / l10n support
    7478
    75 This plugin is prepared for localization. English message texts are the (POSIX) default.[[BR]]
     79This plugin is prepared for localization. English message texts are the (POSIX) default.
     80
    7681Current languages supplied with the plugin are:
    7782 * English (default)
     
    8287
    8388If you can't find the language you want, you could do it yourself.
    84  1. Init your language catalog, take et_EE for example:
     89 1. Init your language catalog, take `et_EE` for example:
    8590 {{{#!sh
    8691python setup.py init_catalog -l et_EE
    8792}}}
    88  1. Update catalog
     93 1. Update catalog:
    8994 {{{#!sh
    9095python setup.py update_catalog -l et_EE
     
    100105python setup.py compile_catalog -f
    101106}}}
    102  1. Reinstall the plugin
     107 1. Reinstall the plugin.
     108
    103109See the [http://trac.edgewall.org/wiki/CookBook/PluginL10N#Dotranslatorswork l10n cookbook page for Trac plugins] for more details.
    104110
     
    145151
    146152'''Author:''' [wiki:richard] [[BR]]
    147 '''Maintainer:''' [wiki:richard] [[BR]]
     153'''Maintainer:''' [[Maintainer]] [[BR]]
    148154'''Contributors:''' [wiki:hasienda], [wiki:russellballestrini], rjollos