Changes between Initial Version and Version 1 of KeywordSuggestPlugin


Ignore:
Timestamp:
Sep 20, 2008, 8:39:01 PM (16 years ago)
Author:
scratcher
Comment:

New hack KeywordSuggestPlugin, created by scratcher

Legend:

Unmodified
Added
Removed
Modified
  • KeywordSuggestPlugin

    v1 v1  
     1= Autocomplete feature for 'keywords' field =
     2
     3== Description ==
     4
     5Plugin provides autocomplete function for 'keywords' ticket field. Optionally it is possible to restrict list of keywords allowed to input.[[br]]
     6It uses [http://bassistance.de/jquery-plugins/jquery-plugin-autocomplete/ jQuery plugin: Autocomplete] for javascript part.
     7[[br]][[br]]
     8
     9== Bugs/Feature Requests ==
     10
     11Existing bugs and feature requests for KeywordSuggestPlugin are
     12[report:9?COMPONENT=KeywordSuggestPlugin here].
     13
     14If you have any issues, create a
     15[http://trac-hacks.org/newticket?component=KeywordSuggestPlugin&owner=scratcher new ticket].
     16
     17== Download ==
     18
     19Download the zipped source from [download:keywordsuggestplugin here].
     20
     21== Source ==
     22
     23You can check out KeywordSuggestPlugin from [http://trac-hacks.org/svn/keywordsuggestplugin here] using Subversion, or [source:keywordsuggestplugin browse the source] with Trac.
     24
     25== Example ==
     26
     27== Configuration ==
     28Following section must be added to trac.ini configuration file:
     29{{{
     30[keywordsuggest]
     31tags = tag1,tag2,tag3
     32mustmatch = True
     33}}}
     34There are two parameters to configure:
     35 * '''tags''' - specifies list of comma separated values available for input
     36 * '''mustmatch''' [optional] - if specified, 'keywords' field accepts values from the tags list only
     37
     38
     39== Recent Changes ==
     40
     41[[ChangeLog(keywordsuggestplugin, 3)]]
     42
     43== Author/Contributors ==
     44
     45'''Author:''' [wiki:scratcher] [[BR]]
     46'''Contributors:'''