Changes between Version 7 and Version 8 of TicketCreationStatusPlugin


Ignore:
Timestamp:
Jun 5, 2009, 9:30:36 AM (15 years ago)
Author:
Barbara Post
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • TicketCreationStatusPlugin

    v7 v8  
    1212
    1313== Usage ==
    14 Simply install the plugin using setuptools ([http://trac.edgewall.org/wiki/TracPlugins how to]), activate the !TicketCreationStatus component, then add either of the following trac.ini options:
     14Simply install the plugin using setuptools ([http://trac.edgewall.org/wiki/TracPlugins how to]). Activate the !TicketCreationStatus component if installed for all Trac projects in trac.ini:
     15
     16{{{
     17 [components]
     18 ticketcreationstatus.* = enabled
     19}}}
     20
     21Then add either of the following trac.ini options:
    1522
    1623{{{