Changes between Initial Version and Version 1 of ContactsPlugin


Ignore:
Timestamp:
Feb 1, 2010, 4:13:42 AM (14 years ago)
Author:
CM Lubinski
Comment:

New hack ContactsPlugin, created by cmc

Legend:

Unmodified
Added
Removed
Modified
  • ContactsPlugin

    v1 v1  
     1= Contacts =
     2
     3== Description ==
     4
     5Generic 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.
     6
     7This provides two permissions, one for viewing and one for adding/editing contacts.
     8
     9== Bugs/Feature Requests ==
     10
     11Existing bugs and feature requests for ContactsPlugin are
     12[report:9?COMPONENT=ContactsPlugin here].
     13
     14If you have any issues, create a
     15[http://trac-hacks.org/newticket?component=ContactsPlugin&owner=cmc new ticket].
     16
     17== Download ==
     18
     19Download the zipped source from [download:contactsplugin here].
     20
     21== Source ==
     22
     23You can check out ContactsPlugin from [http://trac-hacks.org/svn/contactsplugin here] using Subversion, or [source:contactsplugin browse the source] with Trac.
     24
     25== Example ==
     26
     27Does 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.
     28
     29== Recent Changes ==
     30
     31[[ChangeLog(contactsplugin, 3)]]
     32
     33== Author/Contributors ==
     34
     35'''Author:''' [wiki:cmc] [[BR]]
     36'''Maintainer:''' [wiki:cmc] [[BR]]
     37'''Contributors:'''