Changes between Initial Version and Version 1 of DuplicateTicketSearchPlugin


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

New hack DuplicateTicketSearchPlugin, created by gregmac

Legend:

Unmodified
Added
Removed
Modified
  • DuplicateTicketSearchPlugin

    v1 v1  
     1= Duplicate Ticket Search =
     2
     3== Description ==
     4
     5Provides an AJAX-style lookup for duplicate tickets, used on the New Ticket page. Automatically searches for related tickets based on the summary field.
     6
     7== Bugs/Feature Requests ==
     8
     9Existing bugs and feature requests for DuplicateTicketSearchPlugin are
     10[report:9?COMPONENT=DuplicateTicketSearchPlugin here].
     11
     12If you have any issues, create a
     13[http://trac-hacks.org/newticket?component=DuplicateTicketSearchPlugin&owner=gregmac new ticket].
     14
     15== Download ==
     16
     17Download the zipped source from [download:duplicateticketsearchplugin here].
     18
     19== Source ==
     20
     21You can check out DuplicateTicketSearchPlugin from [http://trac-hacks.org/svn/duplicateticketsearchplugin here] using Subversion, or [source:duplicateticketsearchplugin browse the source] with Trac.
     22
     23== Example ==
     24
     25Add the two lines to your site.html template, in the <head> section:
     26
     27{{{
     28#!html
     29        <script type="text/javascript" src="/tracDupeSearch.js"></script>
     30        <link rel="stylesheet" type="text/css" href="/tracDupeSearch.css" />
     31}}}
     32
     33(if someone can make this more trac-like - as in, a full plugin, not requiring manual changes to the .html files - that is cool. I don't know the trac API well enough at this point)
     34
     35== Recent Changes ==
     36
     37[[ChangeLog(duplicateticketsearchplugin, 3)]]
     38
     39== Author/Contributors ==
     40
     41'''Author:''' [wiki:gregmac] [[BR]]
     42'''Contributors:'''