Clients support for Trac Tickets
Description
This plugin adds a custom field to to Trac which allows the tickets to be recorded against a specific client.
It also provides a user interface via WebAdmin (0.10.x only) to administer the client lists. [AWK: The web admin interface works for 0.11 trunk also]
It is work in progress and some features are still missing.
At present it requires a patch to Trac itself to allow simple use of the enum table to drive custom fields data. [AWK: For 0.11 trunk, patch doesn't seem necessary.]
Bugs/Feature Requests
Existing bugs and feature requests for ClientsPlugin are here.
If you have any issues, create a new ticket.
Download and Source
Download the zipped source, check out using Subversion, or browse the source with Trac.
Example
[AWK: The installation for 0.11 (I'm using Trac 0.11 trunk r6893) appears to be somewhat different from what's described below. A database upgrade will be needed after installing the plugin. During the database upgrade the ini entries were added automatically and they are actually somewhat different from below. Also, the patch mentioned doesn't seem necessary.]
On installation you need to manually add the following custom fields:
client = select client.label = Client client.order = 5 client.options = enum:client client.value = 0
And don't forget the patch mentioned above to Trac itself.
Recent Changes
[3988] by coling on 07/08/08 16:55:37
Add a check to make sure the key 'fields' exists before trying to access it. Closes #3344
[3673] by coling on 05/13/08 10:02:17
Add a ticket method on our fake href
[3496] by coling on 04/11/08 16:31:09
Update to work with Trac trunk
[3486] by coling on 04/07/08 17:23:32
Remove unused and invalid import
Author/Contributors
Author: coling
Contributors:
