Modify ↓
#1954 closed enhancement (wontfix)
Generic notify class: rcpts should be attribute of class for it processing in begin_send()
Reported by: | Owned by: | Jonas Borgström | |
---|---|---|---|
Priority: | normal | Milestone: | |
Component: | ticket system | Version: | devel |
Severity: | normal | Keywords: | |
Cc: | vyt@… | Branch: | |
Release Notes: | |||
API Changes: | |||
Internal Changes: |
Description (last modified by )
Otherwise subclasses will need overwrite notify() instead of simple overwrite begin_send(). It needed, for example, for prepare list of recipients before sending.
I use trac from trunk [2116]
Attachments (0)
Change History (4)
comment:1 by , 19 years ago
Cc: | added |
---|
comment:2 by , 19 years ago
Description: | modified (diff) |
---|---|
Resolution: | → wontfix |
Status: | new → closed |
comment:4 by , 19 years ago
Sure, but 'trunk' is implicit, isn't it ? ;-)
The ticket could not refer to an official release (as the 'devel' version is specified in the ticket), and when we don't specify a 'branch', we default to the trunk subtree. - just kidding ;)
Note:
See TracTickets
for help on using tickets.
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).