Changes between Version 8 and Version 9 of CloneTicketPlugin


Ignore:
Timestamp:
Aug 18, 2009, 8:33:39 PM (15 years ago)
Author:
Steffen Hoffmann
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • CloneTicketPlugin

    v8 v9  
    66
    77== Installation ==
    8 
    9 Copy ticket_clone.py to the plugin directory and restart server.
    10 
     8Get the plugin from
    119  http://trac.edgewall.org/browser/trunk/sample-plugins/ticket_clone.py
    1210
    13 ^^ and where do I get the real file? not just a trac view of it?
    14 
    15 You must also enable the plugin, either directly in trac.ini before restarting the server, or through the admin interface after restarting.
     11Hint:
     12 At first glance there is only a Trac view of the code. Go down to the bottom of that page and use the download option "Original Format" under section "Download in other formats". Even the other link "Plain Text" will work just fine for saving the file to your system, but may load the file into a different viewer/editor, if in your favorite browser you choose to open it instead of just downloading.
     13Copy ticket_clone.py to the plugin directory and restart the server that is providing Trac (tracd, Apache, etc.). The corresponding section in trac.ini enables the plugin with usual syntax:
    1614{{{
    1715[components]
    1816ticket_clone.* = enabled
    1917}}}
     18
     19'''Trac = {{{0.11}}}''': You have to enable the plugin manually, either directly in trac.ini before restarting the server, or through the admin interface after restarting.[[BR]]
     20'''Trac >= {{{0.12dev}}}''': The plugin will just work after server restart. This was tested with 0.12dev-[[Trac:r8263]], but should work  with any later version as well. You'll only need to got to trac.ini or the admin interface, if you'd like to disable the plugin without removing it from the plugin directory.