Changes between Version 6 and Version 7 of CloneTicketPlugin


Ignore:
Timestamp:
Apr 10, 2009, 2:48:35 PM (15 years ago)
Author:
J Evan S
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • CloneTicketPlugin

    v6 v7  
    1 = Add a "clone" button to tickets =
     1= Add a "Clone" button to tickets =
    22
    3 Adds a "clone" button to each ticket:
     3Adds a "Clone" button to each ticket.
     4
     5[[Image(CloneTicketButton.png)]]
     6
     7== Installation ==
     8
     9Copy ticket_clone.py to the plugin directory and restart server.
    410
    511  http://trac.edgewall.org/browser/trunk/sample-plugins/ticket_clone.py
    612
    7 
    8 Installation: Copy ticket_clone.py to the plugin directory and restart server.
     13You must also enable the plugin, either directly in trac.ini before restarting the server, or through the admin interface after restarting.
     14{{{
     15[components]
     16ticket_clone.* = enabled
     17}}}