Changes between Version 6 and Version 7 of DuplicateTicketSearchPlugin


Ignore:
Timestamp:
Sep 9, 2010, 4:35:45 AM (14 years ago)
Author:
Ryan J Ollos
Comment:

Bundled as an egg following #6963.

Legend:

Unmodified
Added
Removed
Modified
  • DuplicateTicketSearchPlugin

    v6 v7  
    2626
    2727 1. Install XmlRpcPlugin, and enable for all users with TICKET_CREATE access
    28  2. Put the files tracDupeSearch.js and tracDupeSearch.css somewhere accessible on the web.
    29  3. Add the following two lines to your site.html template, in the <head> section:
    30 
    31 {{{
    32         <script type="text/javascript" src="/tracDupeSearch.js"></script>
    33         <link rel="stylesheet" type="text/css" href="/tracDupeSearch.css" />
    34 }}}
    35 
    36 ''(Note: if someone can make this more trac-like - as in, a full plugin, not requiring manual changes to the .html files - that is welcome. I don't know the trac API well enough at this point)''
     28 1. Install using normal installation procedures for Trac plugins.
    3729
    3830== Recent Changes ==