Version 2 (modified by 10 years ago) (diff) | ,
---|
Contents
Contacts
Notice: This plugin is unmaintained and available for adoption.
Description
Generic plugin which allows you to add contacts to the system. Contacts have a first and last name as well as a phone number and an e-mail address. Out of the box, these contacts are completely unrelated to the rest of Trac, but this plugin is designed to allow other plugins to add associated contacts as needed.
This provides two permissions, one for viewing and one for adding/editing contacts.
Bugs/Feature Requests
Existing bugs and feature requests for ContactsPlugin are here.
If you have any issues, create a new ticket.
Download
Download the zipped source from [download:contactsplugin here].
Source
You can check out ContactsPlugin from here using Subversion, or browse the source with Trac.
Example
Does your plugin need to store user information, names of potential clients, or any other contact-related info? Use this plugin! Load /contact?redirect=/your/redirect/handler/url and as soon as the user has added/edited a contact, your redirect handler will be called with the contact_id set in the url. You may then do whatever evil deeds necessary with said contact.
Recent Changes