Changes between Version 2 and Version 3 of DuplicateTicketSearchPlugin


Ignore:
Timestamp:
Oct 13, 2009, 12:56:29 PM (15 years ago)
Author:
gregmac
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • DuplicateTicketSearchPlugin

    v2 v3  
    2121You can check out DuplicateTicketSearchPlugin from [http://trac-hacks.org/svn/duplicateticketsearchplugin here] using Subversion, or [source:duplicateticketsearchplugin browse the source] with Trac.
    2222
    23 == Example ==
     23== Installation ==
    2424
    25 Add the two lines to your site.html template, in the <head> section:
     25 1. Install XmlRpcPlugin, and enable for all users with TICKET_CREATE access
     26 2. Put the files tracDupeSearch.js and tracDupeSearch.css somewhere accessible on the web.
     27 3. Add the following two lines to your site.html template, in the <head> section:
    2628
    2729{{{
    28 #!html
    2930        <script type="text/javascript" src="/tracDupeSearch.js"></script>
    3031        <link rel="stylesheet" type="text/css" href="/tracDupeSearch.css" />