Changes between Version 7 and Version 8 of NoticeManagerPlugin


Ignore:
Timestamp:
Nov 2, 2015, 10:27:41 AM (9 years ago)
Author:
figaro
Comment:

Cosmetic changes, tagged with license

Legend:

Unmodified
Added
Removed
Modified
  • NoticeManagerPlugin

    v7 v8  
    1 = Notice Manager Plugin =
     1[[PageOutline(2-5,Contents,pullout)]]
    22
    3 == Description ==
     3= Notice Manager Plugin
    44
    5 The Notice Manager was developed to help local project admins to create information needed before sending notice e-mails.
     5== Description
    66
    7 Up 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.
     7This plugin was developed to help local project admins to create information needed before sending notice e-mails.
     8
     9Until now it was not possible to change the email address of users or to create  information for users without adding the user to a credentials file, eg when you use LDAP to manage Trac permissions.
    810
    911The 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.
    1012
    11 Please 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.
     13This plugin was developed for internal use. Feel free to add, change or delete to make it fit for your purposes.
    1214
    13 One more note: This plugin requires the LdapPlugin to be installed - even if you only want the "local text file" variant. It doesn't install without.
     15'''Note''': This plugin requires the LdapPlugin to be installed - even if you only want the "local text file" variant. This plugin doesn't install without it.
    1416
    15 == Bugs/Feature Requests ==
     17== Bugs/Feature Requests
    1618
    17 Existing bugs and feature requests for NoticeManagerPlugin are [query:status!=closed&component=NoticeManagerPlugin&order=priority here]. If you have any issues, create a
    18 [/newticket?component=NoticeManagerPlugin&owner=morodin new ticket].
     19Existing bugs and feature requests for NoticeManagerPlugin are [report:9?COMPONENT=NoticeManagerPlugin here].
    1920
    20 == Download and Source ==
     21If you have any issues, create a
     22[/newticket?component=NoticeManagerPlugin new ticket].
    2123
    22 Download the [download:noticemanagerplugin zipped source], check out [/svn/noticemanagerplugin using Subversion], or [source:noticemanagerplugin browse the source] with Trac.
     24[[TicketQuery(component=NoticeManagerPlugin&group=type,format=progress)]]
    2325
    24 == Example ==
     26== Download
     27
     28Download the [export:noticemanagerplugin zipped source].
     29
     30== Source
     31
     32Check out [/svn/noticemanagerplugin using Subversion], or [source:noticemanagerplugin browse the source] with Trac.
     33
     34== Installation
     35
     36General instructions on installing Trac plugins can be found on the [TracPlugins#InstallingaTracplugin TracPlugins] page.
     37
     38== Example
    2539
    2640Go to the Admin page, General, E-Mail. This will show a list of accounts, which are either:
     
    3145On the right side, you can fill in information, 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).
    3246
    33 The file follows a simple syntax, on one line, list the id, the name and the e-mail address, divided by the ':' sign, e.g.
     47The file follows a simple syntax, on one line, list the id, the name and the email address, divided by the ':' sign, e.g.
    3448{{{
    35  bla:Test Account:bla@localhost.localdomain
     49foo:Test Account:bar@localhost.localdomain
    3650}}}
    3751
    38 Please note: In order to use LDAP groups for assigning tickets, the LDAP group prefix has to be changed from "@" to "*". If you dont change the prefix, you will not be able to send e-mail to the LDAP group when assigning ticket responsibilities.
     52'''Note''': To use LDAP groups for assigning tickets, the LDAP group prefix has to be changed from "@" to "*". If you don't change the prefix, you will not be able to send emails to the LDAP group when assigning ticket responsibilities.
    3953
    40 == Recent Changes ==
     54== Recent Changes
    4155
    4256[[ChangeLog(noticemanagerplugin, 3)]]
    4357
    44 == Author/Contributors ==
     58== Author/Contributors
    4559
    4660'''Author:''' [wiki:morodin] [[BR]]
     61'''Maintainer:''' [[Maintainer]] [[BR]]
    4762'''Contributors:'''