Changes between Version 34 and Version 35 of TicketExtPlugin


Ignore:
Timestamp:
Jul 22, 2015, 11:07:00 AM (9 years ago)
Author:
figaro
Comment:

Cosmetic changes, tagged with license

Legend:

Unmodified
Added
Removed
Modified
  • TicketExtPlugin

    v34 v35  
    1 [[PageOutline]]
     1[[PageOutline(2-5,Contents,pullout)]]
    22
    3 = Ticket extensions =
     3= Ticket extensions
    44
    5 == Description ==
     5== Description
    66
    7 This plugin add the some features to the ticket.[[BR]]
     7This plugin adds some features to a ticket.
    88
    9 This plugin's features:
     9Key features:
    1010 * Apply template to the ticket description according to the ticket type.
    1111 * Template can be customized in TracAdmin.
    1212 * Custom fields can be enabled or disabled according to the ticket type.
    1313
    14 == Requires ==
    15 This plugin requires:
    16  * CustomFieldAdminPlugin
    17  * [http://sourceforge.net/projects/json-py/ json-py] (If you use Python2.5)
     14'''Note:'''
     15 * If you use [http://sourceforge.jp/projects/shibuya-trac/wiki/plugins%2FDecoratorPlugin DecoratorPlugin], please see this page:
     16   http://d.hatena.ne.jp/szk-takanori/20081017/1224257533
     17 * If you use !TicketPropController Plugin, please see this page:
     18   http://syo.cocolog-nifty.com/freely/2010/02/trac-b97d.html
    1819
    19 == Install ==
    20 
    21  * Install [http://sourceforge.net/projects/json-py/ json-py]
    22    * Copy json.py to site-packages directory.
    23  * For Trac 0.11
    24  {{{
    25   > easy_install http://trac-hacks.org/svn/ticketextplugin/0.11 
    26  }}}
    27  * For Trac 0.12
    28  {{{
    29   > easy_install http://trac-hacks.org/svn/ticketextplugin/0.12
    30  }}}
    31 
    32 == Bugs/Feature Requests ==
     20== Bugs/Feature Requests
    3321
    3422Existing bugs and feature requests for TicketExtPlugin are
     
    3624
    3725If you have any issues, create a
    38 [/newticket?component=TicketExtPlugin&owner=takanorig new ticket].
     26[/newticket?component=TicketExtPlugin new ticket].
    3927
    40 == Download ==
     28== Download
     29
    4130Download the zipped source from [download:ticketextplugin here].
    4231
    43 === Release ===
     32=== Release
    4433
    4534||'''version'''||'''trac'''||'''release date'''||
     
    4938||[/changeset/4531/ticketextplugin/0.11/?old_path=/&filename=ticketextplugin-0.2&format=zip ticketext-0.2]||0.11||2008-10-18||
    5039
    51 == Source ==
     40== Source
    5241
    5342You can check out TicketExtPlugin from [/svn/ticketextplugin here] using Subversion, or [source:ticketextplugin browse the source] with Trac.
    5443
    55 == Example ==
     44== Installation
    5645
    57 === Configuration ===
     46=== Requirements
    5847
    59 {{{
    60 #!ini
    61 # trac.ini
     48This plugin requires:
     49 * CustomFieldAdminPlugin
     50 * [http://sourceforge.net/projects/json-py/ json-py], if you use Python 2.5.
     51
     52=== Installation steps
     53
     54 * Install [http://sourceforge.net/projects/json-py/ json-py]
     55   * Copy json.py to site-packages directory.
     56 * For Trac 0.11:
     57 {{{
     58$ easy_install http://trac-hacks.org/svn/ticketextplugin/0.11 
     59}}}
     60 * For Trac 0.12:
     61 {{{
     62$ easy_install http://trac-hacks.org/svn/ticketextplugin/0.12
     63}}}
     64
     65== Configuration
     66
     67{{{#!ini
    6268[components]
    6369ticketext.* = enabled
     
    7480 * '''<ticket type>'''は日本語も利用可能です
    7581
    76 === Screenshots ===
     82=== Screenshots
    7783
    7884[[Image(ticketext_template.png,width=300)]]
    7985[[Image(ticketext_template_admin.png,width=300)]]
    8086
    81 == Recent Changes ==
     87== Recent Changes
    8288
    8389[[ChangeLog(ticketextplugin, 3)]]
    8490
    85 == Note ==
    86  * If you use [http://sourceforge.jp/projects/shibuya-trac/wiki/plugins%2FDecoratorPlugin DecoratorPlugin], please see this page.[[BR]]
    87    http://d.hatena.ne.jp/szk-takanori/20081017/1224257533
    88  * If you use !TicketPropController Plugin, please see this page.[[BR]]
    89    http://syo.cocolog-nifty.com/freely/2010/02/trac-b97d.html
    90 
    91 == Author/Contributors ==
     91== Author/Contributors
    9292
    9393'''Author:''' [wiki:takanorig] [[BR]]