Changes between Version 3 and Version 4 of TicketExtPlugin


Ignore:
Timestamp:
Oct 3, 2008, 5:10:46 PM (16 years ago)
Author:
Takanori Suzuki
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • TicketExtPlugin

    v3 v4  
    99
    1010This plugin works with:
    11  * [http://trac-hacks.org/svn/customfieldadminplugin CustomFieldAdminPlugin]
     11 * CustomFieldAdminPlugin
    1212
    1313== Features ==
    14  * description template according to the ticket type
    15  * custom fields enable or disable the settings
    16 
     14 * Apply template to the ticket description according to the ticket type.
     15 * It is able to customize the template by TracAdmin.
     16 * Custom fields enable or disable the settings
    1717
    1818== Install ==
     
    5151}}}
    5252
     53||'''key'''||'''description'''||
     54||'''<ticket type>'''.template||Ticket description template. It is able to use WikiFormatting.||
     55||'''<ticket type>'''.enablefields||Enable custom fields. You can define some fields by comma separated.
     56
     57 * '''<ticket type>'''は日本語も利用可能です
    5358
    5459== Recent Changes ==