Opened 15 years ago
Closed 15 years ago
#5556 closed enhancement (fixed)
[Patch] Specify actions for which notifications are sent
Reported by: | Ryan J Ollos | Owned by: | Ryan J Ollos |
---|---|---|---|
Priority: | normal | Component: | FullBlogNotificationPlugin |
Severity: | normal | Keywords: | |
Cc: | Trac Release: | 0.11 |
Description
It would be nice if one could control the actions for which a notification is sent. Currently, notifications are sent for all of the actions (new, update, comment, delete).
A trac.ini options would be nice:
notify_on_actions = new, update, comment, delete
One or more actions could be specified. If the option is not specified, then the existing behavior of notify on all actions could be followed.
Attachments (1)
Change History (7)
comment:1 Changed 15 years ago by
comment:2 Changed 15 years ago by
Summary: | Specify actions for which notifications are sent → [Patch] Specify actions for which notifications are sent |
---|
The following trac.ini configuration parameter is added in the patch to follow:
notification_actions = post_created, post_updated, post_comment_added, post_deleted
If not specified, then notifications are sent for all actions as is currently done.
Changed 15 years ago by
Attachment: | notification.patch added |
---|
comment:3 Changed 15 years ago by
Owner: | changed from Nick Loeve to Ryan J Ollos |
---|
Reassigning ticket since I am now maintainer of the plugin.
comment:4 Changed 15 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
comment:5 Changed 15 years ago by
Resolution: | fixed |
---|---|
Status: | closed → reopened |
Need to backout and reapply previous set of changes since the working copy was not clean when the patch was applied.
comment:6 Changed 15 years ago by
Resolution: | → fixed |
---|---|
Status: | reopened → closed |
See also #6047.