Changes between Version 4 and Version 5 of ContactsPlugin


Ignore:
Timestamp:
Dec 18, 2015, 3:13:22 PM (8 years ago)
Author:
figaro
Comment:

From e-mail to email

Legend:

Unmodified
Added
Removed
Modified
  • ContactsPlugin

    v4 v5  
    55== Description
    66
    7 This plugin 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.
     7This plugin allows you to add contacts to the system. Contacts have a first and last name as well as a phone number and an email 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.
    88
    99This provides two permissions, one for viewing: `CONTACTS_VIEW`, and one for adding/editing contacts: `CONTACTS_ADMIN`.
     
    3333== Example
    3434
    35 To load a contact, go to `/contact?redirect=/your/redirect/handler/url` 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 can then edit this contact.
     35To load a contact, go to `/contact?redirect=/your/redirect/handler/url` as soon as the user has added or edited a contact. Your redirect handler will be called with the contact_id set in the url. You can then edit this contact.
    3636
    3737== Recent Changes