Changes between Initial Version and Version 1 of ClientsPlugin


Ignore:
Timestamp:
Jul 2, 2007, 7:50:58 AM (17 years ago)
Author:
Colin Guthrie
Comment:

New hack ClientsPlugin, created by coling

Legend:

Unmodified
Added
Removed
Modified
  • ClientsPlugin

    v1 v1  
     1= Clients support for Trac Tickets =
     2
     3== Description ==
     4
     5This plugin adds a custom field to to Trac which allows the tickets to be recorded against a specific client.
     6
     7It also provides a user interface via [http://trac.edgewall.org/wiki/WebAdmin WebAdmin] (0.10.x only) to administer the client lists.
     8
     9It is work in progress and some features are still missing.
     10
     11At present it requires a [http://trac.edgewall.org/ticket/5641 patch] to Trac itself to allow simple use of the {{{enum}}} table to drive custom fields data.
     12
     13
     14
     15== Bugs/Feature Requests ==
     16
     17Existing bugs and feature requests for ClientsPlugin are
     18[report:9?COMPONENT=ClientsPlugin here].
     19
     20If you have any issues, create a
     21[http://trac-hacks.org/newticket?component=ClientsPlugin&owner=coling new ticket].
     22
     23== Download ==
     24
     25Download the zipped source from [download:clientsplugin here].
     26
     27== Source ==
     28
     29You can check out ClientsPlugin from [http://trac-hacks.org/svn/clientsplugin here] using Subversion, or [source:clientsplugin browse the source] with Trac.
     30
     31== Example ==
     32
     33On installation you need to manually add the following custom fields:
     34{{{
     35client = select
     36client.label = Client
     37client.order = 5
     38client.options = enum:client
     39client.value = 0
     40}}}
     41
     42And don't forget the [http://trac.edgewall.org/ticket/5641 patch] mentioned above to Trac itself.
     43
     44== Recent Changes ==
     45
     46[[ChangeLog(clientsplugin, 3)]]
     47
     48== Author/Contributors ==
     49
     50'''Author:''' [wiki:coling] [[BR]]
     51'''Contributors:'''