Modify

Opened 15 years ago

Closed 14 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)

notification.patch (1001 bytes) - added by Ryan J Ollos 14 years ago.

Download all attachments as: .zip

Change History (7)

comment:1 Changed 14 years ago by Ryan J Ollos

See also #6047.

comment:2 Changed 14 years ago by Ryan J Ollos

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 14 years ago by Ryan J Ollos

Attachment: notification.patch added

comment:3 Changed 14 years ago by Ryan J Ollos

Owner: changed from Nick Loeve to Ryan J Ollos

Reassigning ticket since I am now maintainer of the plugin.

comment:4 Changed 14 years ago by Ryan J Ollos

Resolution: fixed
Status: newclosed

(In [7456]) Allow actions for which notifications are sent to be specified. Fixed #5556

comment:5 Changed 14 years ago by Ryan J Ollos

Resolution: fixed
Status: closedreopened

Need to backout and reapply previous set of changes since the working copy was not clean when the patch was applied.

comment:6 Changed 14 years ago by Ryan J Ollos

Resolution: fixed
Status: reopenedclosed

(In [7458]) Allow actions for which notifications are sent to be specified. Fixed #5556

Modify Ticket

Change Properties
Set your email in Preferences
Action
as closed The owner will remain Ryan J Ollos.
The resolution will be deleted. Next status will be 'reopened'.

Add Comment


E-mail address and name can be saved in the Preferences.

 
Note: See TracTickets for help on using tickets.