summaryrefslogtreecommitdiffstats
path: root/defparams.pl
diff options
context:
space:
mode:
authorterry%mozilla.org <>2000-01-22 13:24:39 +0100
committerterry%mozilla.org <>2000-01-22 13:24:39 +0100
commit6dcda41d4c40a5617757a3b0ec9bbaeebfde6b55 (patch)
treee2b74fd808d5610777a93047ef4a09e07070ac46 /defparams.pl
parent77613d1fc5ca11bca00d1e530d3d1847c9ba24d3 (diff)
downloadbugzilla-6dcda41d4c40a5617757a3b0ec9bbaeebfde6b55.tar.gz
bugzilla-6dcda41d4c40a5617757a3b0ec9bbaeebfde6b55.tar.xz
Added a new table fielddefs that records information about the
different fields we keep an activity log on. The bugs_activity table now has a pointer into that table instead of recording the name directly. Set up a new, highly experimental email-notification scheme. To turn it on, the maintainer has to turn on the "New email tech" param, and then individual users have to turn on the "New email tech" preference.
Diffstat (limited to 'defparams.pl')
-rw-r--r--defparams.pl8
1 files changed, 8 insertions, 0 deletions
diff --git a/defparams.pl b/defparams.pl
index 342b06fa9..6ddd1cef0 100644
--- a/defparams.pl
+++ b/defparams.pl
@@ -246,6 +246,14 @@ Subject: [Bug %bugid%] %neworchanged% - %summary%
%diffs%");
+DefParam("newemailtech",
+q{There is now experimental code in Bugzilla to do the email diffs in a
+new and exciting way. But this stuff is not very cooked yet. So, right
+now, to use it, the maintainer has to turn on this checkbox, and each user
+has to then turn on the "New email tech" preference.},
+ "b",
+ 0);
+
DefParam("whinedays",