Changes between Initial Version and Version 1 of AnnouncerPlugin


Ignore:
Timestamp:
Jan 7, 2008, 8:07:12 AM (16 years ago)
Author:
Stephen Hansen
Comment:

New hack AnnouncerPlugin, created by ixokai

Legend:

Unmodified
Added
Removed
Modified
  • AnnouncerPlugin

    v1 v1  
     1= AnnouncerPlugin =
     2
     3== Description ==
     4
     5The AnnouncerPlugin is meant to provide an extensible, user-customizable notification system that can be used to completely replace Trac's default notifications.
     6
     7At the very least, it will allow users to receive notices about attachments, and to opt-out from receiving messages due to the always_notify_(owner|reporter|updater) options.
     8
     9The full system (in the not-too-distant-future) will allow users to 'subscribe' to certain events by specifying simple yet powerful rules, such as asking to receive an announcement for any change that involves a ticket with a priority greater then 'high'. Later, a 'watch' feature is intended to replace CC usage, and allow watching of wiki-pages, and then to enable other plug-ins to provide new means for registering messages that users can subscribe to.
     10
     11The AnnouncerPlugin is meant to be agnostic to what is being watched; where you should send something (email, IRC, jabber, ...), and what format it should look at. All in good time.
     12
     13== Bugs/Feature Requests ==
     14
     15Existing bugs and feature requests for AnnouncerPlugin are
     16[report:9?COMPONENT=AnnouncerPlugin here].
     17
     18If you have any issues, create a
     19[http://trac-hacks.org/newticket?component=AnnouncerPlugin&owner=ixokai new ticket].
     20
     21== Download ==
     22
     23Download the zipped source from [download:announcerplugin here].
     24
     25== Source ==
     26
     27You can check out AnnouncerPlugin from [http://trac-hacks.org/svn/announcerplugin here] using Subversion, or [source:announcerplugin browse the source] with Trac.
     28
     29== Example ==
     30
     31Initially(very soon now), it'll simply be a drop-in replacement for the default notifications, extending them to include attachment additions and deletions, and allowing users to opt-out from receiving notices normally sent because of the always_notify_* options.
     32
     33
     34== Recent Changes ==
     35
     36[[ChangeLog(announcerplugin, 3)]]
     37
     38== Author/Contributors ==
     39
     40'''Author:''' [wiki:ixokai] [[BR]]
     41'''Contributors:'''