Changes between Initial Version and Version 1 of TracKeywordsPlugin


Ignore:
Timestamp:
Sep 11, 2007, 7:04:48 PM (17 years ago)
Author:
thomasvs
Comment:

New hack TracKeywordsPlugin, created by thomasvs

Legend:

Unmodified
Added
Removed
Modified
  • TracKeywordsPlugin

    v1 v1  
     1= TracKeywordsPlugin =
     2
     3== Description ==
     4
     5This plug-in allows you to add entries to the Keywords entry field from a configured list of keywords by clicking on them.
     6
     7== Bugs/Feature Requests ==
     8
     9Existing bugs and feature requests for TracKeywordsPlugin are
     10[report:9?COMPONENT=TracKeywordsPlugin here].
     11
     12If you have any issues, create a
     13[http://trac-hacks.org/newticket?component=TracKeywordsPlugin&owner=thomasvs new ticket].
     14
     15== Download ==
     16
     17Download the zipped source from [download:trackeywordsplugin here].
     18
     19== Source ==
     20
     21You can check out TracKeywordsPlugin from [http://trac-hacks.org/svn/trackeywordsplugin here] using Subversion, or [source:trackeywordsplugin browse the source] with Trac.
     22
     23== Example ==
     24
     25in trac.ini:
     26
     27[keywords]
     28dupsearch = find duplicates for this ticket
     29deploy = waiting to be deployed
     30backport = ask for a decision on whether to backport
     31
     32in ticket.cs:
     33
     34...
     35 </fieldset><?cs /if ?>
     36
     37<?cs include "keywords.cs" ?>
     38
     39 <?cs if:ticket.actions.accept || ticket.actions.reopen ||
     40         ticket.actions.resolve || ticket.actions.reassign ?>
     41
     42...
     43
     44== Recent Changes ==
     45
     46[[ChangeLog(trackeywordsplugin, 3)]]
     47
     48== Author/Contributors ==
     49
     50'''Author:''' [wiki:thomasvs] [[BR]]
     51'''Contributors:'''