Changes between Version 52 and Version 53 of KeywordSuggestPlugin


Ignore:
Timestamp:
Sep 6, 2019, 10:30:17 PM (5 years ago)
Author:
Ryan J Ollos
Comment:

Plugin is deprecated.

Legend:

Unmodified
Added
Removed
Modified
  • KeywordSuggestPlugin

    v52 v53  
    2424
    2525== Bugs/Feature Requests
    26 
    27 {{{
    28 #!NewsFlash
    29 
    30 = Development News
    31 
    32 Version 0.5dev of this plugin is now available. 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.
    33 
    34 Recent changes are:
    35  * Upgraded from the [http://bassistance.de/jquery-plugins/jquery-plugin-autocomplete/ jQuery Autocomplete Plugin] to [http://jqueryui.com/ jQuery UI 1.8.16].
    36  * Added support for the TagsPlugin (#4201).
    37  * The autocomplete list can be attached to a text-based field other than the Keywords field (#5831).
    38  * The` helppage` link can point to any resource in any realm. For example, it can be a link to the `/tags` page. Previously, it could only point to a wiki page (#5907).
    39  * Several bug fixes.
    40  * Regressions introduced in #8141 are being fixed.
    41 
    42 Compatibility notes:
    43  * Previously, the `multipleseparator` configuration option was defined in quotes (e.g. `", "`). Now, only the separator character should be specified (e.g. `multipleseparator = ,`). The default is a single whitespace character.
    44  * Several of the configuration options will be renamed before 0.5 is released. Please revisit this section for additional notes before installing a new version.
    45 
    46 Planned enhancements before 0.5 is released:
    47  * Allow the autocomplete list to be attached to more than one text-based ticket field. Additionally, different configurations will be supported for each ticket field. For example, one of the ticket fields could be using keywords from the TagsPlugin and the other could be using keywords defined in trac.ini (#5831).
    48  * Offer all keywords used up until now for use, even if the TagsPlugin is not installed (#3816).
    49  * There is the possibility of supporting multiple themes (comment:8:ticket:8141). Please comment in that ticket if you have any thoughts on the issue.
    50 }}}
    5126
    5227Existing bugs and feature requests for KeywordSuggestPlugin are