Edgewall Software

Changes between Initial Version and Version 2 of Ticket #1954


Ignore:
Timestamp:
Aug 24, 2005, 2:12:24 PM (19 years ago)
Author:
Matthew Good
Comment:

I've started on some refactoring of the notification system to allow easier extension, and due to the nature of Trac's plugin system the calling conventions for the notification classes will need to change, so this is going to be applicable.

Also, please use one of the Trac syntaxes for changesets such as [2116] or r2116 instead of "rev2116" (the description has been updated).

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #1954

    • Property Cc vyt@… added
    • Property Status newclosed
    • Property Resolutionwontfix
  • Ticket #1954 – Description

    initial v2  
    11Otherwise subclasses will need overwrite notify() instead of simple overwrite begin_send(). It needed, for example, for prepare list of recipients before sending.
    22
    3 I use trac from trunk rev2116
     3I use trac from trunk [2116]