Changes between Version 2 and Version 3 of ContactsPlugin


Ignore:
Timestamp:
Jun 2, 2015, 7:25:46 PM (9 years ago)
Author:
figaro
Comment:

Cosmetic changes, tagged with license

Legend:

Unmodified
Added
Removed
Modified
  • ContactsPlugin

    v2 v3  
    11[[PageOutline(2-5,Contents,pullout)]]
    2 = Contacts =
    32
    4 == Description ==
     3= Integrate contacts list in Trac
    54
    6 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.
     5== Description
     6
     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 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.
    78
    89This provides two permissions, one for viewing and one for adding/editing contacts.
    910
    10 == Bugs/Feature Requests ==
     11== Bugs/Feature Requests
    1112
    1213Existing bugs and feature requests for ContactsPlugin are
     
    1415
    1516If you have any issues, create a
    16 [http://trac-hacks.org/newticket?component=ContactsPlugin&owner=cmc new ticket].
     17[/newticket?component=ContactsPlugin new ticket].
    1718
    18 == Download ==
     19[[TicketQuery(component=ContactsPlugin,group=type,format=progress)]]
     20
     21== Download
    1922
    2023Download the zipped source from [download:contactsplugin here].
    2124
    22 == Source ==
     25== Source
    2326
    2427You can check out ContactsPlugin from [http://trac-hacks.org/svn/contactsplugin here] using Subversion, or [source:contactsplugin browse the source] with Trac.
    2528
    26 == Example ==
     29== Example
    2730
    28 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.
     31To 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.
    2932
    30 == Recent Changes ==
     33== Recent Changes
    3134
    3235[[ChangeLog(contactsplugin, 3)]]
    3336
    34 == Author/Contributors ==
     37== Author/Contributors
    3538
    3639'''Author:''' [wiki:cmc] [[BR]]
    37 '''Maintainer:''' [wiki:cmc] [[BR]]
     40'''Maintainer:''' [[Maintainer]] [[BR]]
    3841'''Contributors:'''