Changes between Version 37 and Version 38 of KeywordSuggestPlugin


Ignore:
Timestamp:
Mar 6, 2015, 8:59:38 AM (9 years ago)
Author:
figaro
Comment:

Cosmetic changes

Legend:

Unmodified
Added
Removed
Modified
  • KeywordSuggestPlugin

    v37 v38  
    11[[PageOutline(2-5,Contents,pullout)]]
    2 = Autocomplete feature for the ''keywords'' field =
    32
    4 == Description ==
     3= Autocomplete feature for the ''keywords'' field
     4
     5== Description
    56
    67The !KeywordsSuggestPlugin provides an autocomplete function for the '''keywords''' ticket field or any other text-based ticket field. Optionally, it is possible to restrict the list of allowed keywords.
     
    1011See also LoomingCloudsPlugin.
    1112
    12 == Bugs/Feature Requests ==
    13 
     13== Bugs/Feature Requests
    1414
    1515{{{
    1616#!NewsFlash
    1717
    18 = Development News =
     18= Development News
    1919
    2020Version 0.5dev of this plugin is now available. The 0.11 branch is undergoing frequent change. If you want to test out the latest version, report back how it is working and possibly do some debugging, then the latest version is for you. Otherwise, r11004 should be fairly stable.
     
    4545[/newticket?component=KeywordSuggestPlugin&owner=scratcher&cc=rjollos new ticket].
    4646
    47 == Download and Source ==
     47[[TicketQuery(component=KeywordSuggestPlugin,group=type,format=progress)]]
     48
     49== Download and Source
    4850
    4951Download the [download:keywordsuggestplugin zipped source], check out KeywordSuggestPlugin [/svn/keywordsuggestplugin using Subversion], or [source:keywordsuggestplugin browse the source] with Trac.
    5052
    51 == Example ==
     53== Example
    5254
    5355[[Image(autocomplete.png)]]
     
    5759[[Image(keywords.png)]]
    5860
    59 == Configuration ==
    60 Following section must be added to trac.ini configuration file:
     61== Configuration
     62
     63The following section must be added to trac.ini configuration file:
    6164{{{
    6265#!ini
     
    7073multipleseparator = ,
    7174}}}
    72 There are two parameters to configure:
     75
     76There are the following parameters to configure:
    7377 * '''field''' - field to which the suggestion will be attached (default: keywords)
    7478 * '''keywords''' - specifies list of comma separated values available for input
     
    7983 * '''multipleseparator''' - which character(s) is used as separator between keywords. Must be enclosed with quotas or other characters. If not specified, ', ' is used.
    8084
    81 == Recent Changes ==
     85== Recent Changes
    8286
    8387[[ChangeLog(keywordsuggestplugin, 3)]]
    8488
    85 == Author/Contributors ==
     89== Author/Contributors
    8690
    8791'''Author:''' [wiki:scratcher] [[BR]]
    88 '''Maintainer:''' [wiki:rjollos] [[BR]]
     92'''Maintainer:''' [[maintainer]] [[BR]]
    8993'''Contributors:''' itamarost, falkb, hasienda [[BR]]
    9094'''License:''' 3-Clause BSD