[[PageOutline(2-5,Contents,pullout)]] = Contacts = == 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 [report:9?COMPONENT=ContactsPlugin here]. If you have any issues, create a [http://trac-hacks.org/newticket?component=ContactsPlugin&owner=cmc new ticket]. == Download == Download the zipped source from [download:contactsplugin here]. == Source == You can check out ContactsPlugin from [http://trac-hacks.org/svn/contactsplugin here] using Subversion, or [source:contactsplugin 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 == [[ChangeLog(contactsplugin, 3)]] == Author/Contributors == '''Author:''' [wiki:cmc] [[BR]] '''Maintainer:''' [wiki:cmc] [[BR]] '''Contributors:'''