Summary | Don't send notifications to modifier of task |
Queue | Nag |
Queue Version | FRAMEWORK_3 |
Type | Enhancement |
State | Resolved |
Priority | 1. Low |
Owners | jan (at) horde (dot) org |
Requester | js-horde (at) jk1 (dot) net |
Created | 04/19/2010 (5567 days ago) |
Due | |
Updated | 04/20/2010 (5566 days ago) |
Assigned | |
Resolved | 04/20/2010 (5566 days ago) |
Milestone | |
Patch | Yes |
Assigned to Jan Schneider
State ⇒ Resolved
Add a preference to not send notifications to task modifier. If the
task is added/updated/deleted by the user, this pref prevents the user
from getting notified of his/her own changes. (Addresses
Request #8978)Signed-off-by: Jan Schneider <jan@horde.org>
http://git.horde.org/diff.php/nag/config/prefs.php.dist?rt=horde-git&r1=6e3c22e26f331bc22d1f565e72e1995ae98becd0&r2=eacd568c95ff41ceb5d9d23ee3d2bbe8f11cf379
Add missing preference for not sending update notifications to
yourself (js-horde@jk1.net,
Request #8978).http://cvs.horde.org/diff.php/nag/config/prefs.php.dist?rt=horde&r1=1.42.2.12&r2=1.42.2.13&ty=u
http://cvs.horde.org/diff.php/nag/docs/CHANGES?rt=horde&r1=1.115.2.128&r2=1.115.2.129&ty=u
New Attachment: 0001-Add-a-preference-to-not-send-notifications-to-task-m.patch
the CVS patch attached).
Priority ⇒ 1. Low
New Attachment: task_notification_exclude_self_pref.patch
Patch ⇒ Yes
Milestone ⇒
Summary ⇒ Don't send notifications to modifier of task
Type ⇒ Enhancement
State ⇒ New
Queue ⇒ Nag
ticket #4770, provide a preference that allowsusers to choose not to receive notifications for modifications that
made themselves. Interestingly, the code to act upon this preference
was already present in lib/Nag.php (search for
task_notification_exclude_self) in both CVS and git, so this patch
only adds the preference to prefs.php.dist.
I've only tested the patch on my Nag 2.3.4 install, but it works there.
I'll attach two patches, one for git and one for CVS.