wiki:TracKeywordsPlugin

Version 15 (modified by Ryan J Ollos, 11 years ago) (diff)

Added syntax highlighting.

Add ticket keywords from a configured list

Description

This plug-in allows you to add entries to the Keywords entry field from a configured list of keywords by clicking on them.

Allows to set a description for every keyword, which is shown as a tip when you cross over the mouse on the keyword from "Add keywords" section.

See also: KeywordSuggestPlugin

Usage

From the "Add keywords" section:

  1. click once on any of the keywords you want to be filled-in into "Keywords" field;
  2. to remove a keyword click again on it.

You can also continue to add manually other keywords weren't listed.

To maintain keywords, edit [keywords] section in trac.ini file.

screenshot with TracKeywordsPlugin version 1.1 on TRAC 1.4.2

Bugs/Feature Requests

Existing bugs and feature requests for TracKeywordsPlugin are here.

If you have any issues, create a new ticket.

Install/Configuration

The plugin follows the standard installation procedures described in t:TracPlugins. Here are some specifics and highlights.

  1. Configure trac.ini file, with you required keywords:
    • Format <name> = <description>, where description will shown as a tip.
    • Example:
      [keywords]
      dupsearch = find duplicates for this ticket
      deploy = waiting to be deployed
      backport = ask for a decision on whether to backport
      
  2. Restart web server:
    $ sudo /etc/init.d/apache2 restart
    

Source & Download

You can check out TracKeywordsPlugin from here using Subversion, or browse the source with Trac.

Download the zipped source from [download:trackeywordsplugin here].

Recent Changes

17985 by clemens on 2021-01-30 15:51:20
reverse merge of r17981. If the TagsPlugin is loaded then TracKeywordsPlugin also works for wiki pages.
17984 by clemens on 2021-01-29 23:01:42
Fixed missing comma
17983 by clemens on 2021-01-29 22:59:10
TracKeywordsPlugin version number increased from 1.0 to 1.1, tested with TRAC 1.4.2
(more)

Author/Contributors

Author: thomasvs
Maintainer: none
Contributors: rea, nelsojost, rjollos, hasienda

Attachments (1)

Download all attachments as: .zip