Changes between Initial Version and Version 1 of NoticeManagerPlugin


Ignore:
Timestamp:
Apr 4, 2008, 1:33:26 PM (16 years ago)
Author:
morodin
Comment:

New hack NoticeManagerPlugin, created by morodin

Legend:

Unmodified
Added
Removed
Modified
  • NoticeManagerPlugin

    v1 v1  
     1= Notice Manager Plugin =
     2
     3== Description ==
     4
     5The Notice Manager was developed to help local project admins to create information needed before sending notice e-mails.
     6
     7Up till now, it was not possible to change the e-mail address of users or to create  information for users without adding the user to a credentials file, e.g. when you use LDAP to manage Trac permissions.
     8
     9The Notice Manager allows to retrieve all information needed either from an LDAP directory - in this case, the methods provided by the LDAP plugin - or a local text file.
     10
     11Please note, this plugin was developed for internal use. Feel free to add, change or delete as this plugin is our first experience with programming for python/trac.
     12
     13== Bugs/Feature Requests ==
     14
     15Existing bugs and feature requests for NoticeManagerPlugin are
     16[report:9?COMPONENT=NoticeManagerPlugin here].
     17
     18If you have any issues, create a
     19[http://trac-hacks.org/newticket?component=NoticeManagerPlugin&owner=morodin new ticket].
     20
     21== Download ==
     22
     23Download the zipped source from [download:noticemanagerplugin here].
     24
     25== Source ==
     26
     27You can check out NoticeManagerPlugin from [http://trac-hacks.org/svn/noticemanagerplugin here] using Subversion, or [source:noticemanagerplugin browse the source] with Trac.
     28
     29== Example ==
     30
     31Go to the Admin page, "General", "E-Mail". This will show a list of accounts, which are either:
     32
     33- already registered, or
     34- mentioned in the Trac-permissions
     35
     36On the right side, you can fill in informations, either by entering them manually (Add/Change Notice Info), by getting them from an LDAP directory (Information gathering ... from LDAP) or by retrieving the information from a local file (Information gathering ... local file).
     37
     38The file follows a simple syntax, on one line, list the id, the name and the e-mail address, divided by the ':' sign, e.g.
     39  bla:Test Account:bla@localhost.localdomain
     40
     41== Recent Changes ==
     42
     43[[ChangeLog(noticemanagerplugin, 3)]]
     44
     45== Author/Contributors ==
     46
     47'''Author:''' [wiki:morodin] [[BR]]
     48'''Contributors:'''