wiki:TracKeywordsPlugin

Version 6 (modified by Ryan J Ollos, 14 years ago) (diff)

Modification of ticket.cs should be necessary in 0.10 only.

Add keywords from a configured list on tickets

Description

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

See also KeywordSuggestPlugin.

Bugs/Feature Requests

Existing bugs and feature requests for TracKeywordsPlugin are here.

If you have any issues, create a new ticket.

Download

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

Source

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

Example

in trac.ini:

[keywords]
dupsearch = find duplicates for this ticket
deploy = waiting to be deployed
backport = ask for a decision on whether to backport

in ticket.cs (0.10 only):

...
 </fieldset><?cs /if ?>;

<?cs include "keywords.cs" ?>

 <?cs if:ticket.actions.accept || ticket.actions.reopen ||
         ticket.actions.resolve || ticket.actions.reassign ?>

...

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: thomasvs
Contributors:

Attachments (1)

Download all attachments as: .zip