From c32633f81b3ee0c93ef16a484aa088173e255174 Mon Sep 17 00:00:00 2001 From: Robert Sesek Date: Sun, 28 May 2006 05:58:47 +0000 Subject: [PATCH] r852: Removing the exclusionary filters for notificaions; too much of a headache to implement --- docs/template_changes.txt | 19 ------------------- includes/permissions.php | 4 ---- templates/userctrl.tpl | 18 ------------------ 3 files changed, 41 deletions(-) diff --git a/docs/template_changes.txt b/docs/template_changes.txt index c00a737..5523b5a 100644 --- a/docs/template_changes.txt +++ b/docs/template_changes.txt @@ -220,25 +220,6 @@ Index: templates/userctrl.tpl + + {@"Any other field changes"} + -+ -+ -+ -+ -+ -+ -+ -+ {@"NOT IF an unconfirmed bug"} -+ -+ -+ -+ -+ -+ -+ -+ -+ {@"NOT IF change was by me"} -+ -+ + + + diff --git a/includes/permissions.php b/includes/permissions.php index 0e56279..620f84e 100644 --- a/includes/permissions.php +++ b/includes/permissions.php @@ -69,10 +69,6 @@ $bugsys->emailoptions = array( 'newcomment' => 256, // new comment 'newattachment' => 512, // new attachment 'otherfield' => 1024, // any other field changes - - // exclusionary - 'notunconfirmed' => 2048, // not for unconfirmed bugs - 'notbyme' => 4096 // not for changes by me ) ); diff --git a/templates/userctrl.tpl b/templates/userctrl.tpl index 4f8ca57..cc95fdd 100644 --- a/templates/userctrl.tpl +++ b/templates/userctrl.tpl @@ -168,24 +168,6 @@ $header {@"Any other field changes"} - - - - - - - - {@"NOT IF an unconfirmed bug"} - - - - - - - - - {@"NOT IF change was by me"} - -- 2.22.5