Changes between Version 1 and Version 2 of TicketExtPlugin


Ignore:
Timestamp:
Oct 3, 2008, 4:20:29 PM (16 years ago)
Author:
Takanori Suzuki
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • TicketExtPlugin

    v1 v2  
     1[[PageOutline]]
     2
    13= TicketExtPlugin =
    24
    35== Description ==
    46
    5 Ticket extensions for Trac.
     7This plugin add the some features to the ticket.[[BR]]
    68
     9
     10This plugin works with:
     11 * [http://trac-hacks.org/svn/customfieldadminplugin CustomFieldAdminPlugin]
     12
     13== Features ==
     14 * description template according to the ticket type
     15 * custom fields enable or disable the settings
     16
     17
     18== Install ==
     19
     20{{{
     21>easy_install http://trac-hacks.org/svn/ticketextplugin/0.11
     22}}}
    723
    824== Bugs/Feature Requests ==
     
    3248[ticketext]
    3349defect.template = [problem][[BR]]\n\n\n[expect][[BR]]\n\n\n[note][[BR]]\n
     50defect.enablefields = custom_fields1,custom_fields2
    3451}}}
    3552