From c6f80310afc00cf7d5114e638cbaaefde3914da0 Mon Sep 17 00:00:00 2001 From: "terry%mozilla.org" <> Date: Fri, 8 Oct 1999 06:54:47 +0000 Subject: Added the ability for users to "vote" on which bugs they think should be fixed. --- defparams.pl | 15 +++++++++++++++ 1 file changed, 15 insertions(+) (limited to 'defparams.pl') diff --git a/defparams.pl b/defparams.pl index a7c4ba060..7efdc4053 100644 --- a/defparams.pl +++ b/defparams.pl @@ -339,5 +339,20 @@ DefParam("emailsuffix", ""); +DefParam("voteremovedmail", +q{This is a mail message to send to anyone who gets a vote removed from a bug for any reason. %to% gets replaced by a comma-separated list of people who used to be voting for this bug. %bugid% gets replaced by the bug number. %reason% gets replaced by a short reason describing why the vote was removed. %anythingelse% gets replaced by the definition of thatparameter (as defined on this page).}, + "l", +"From: bugzilla-daemon +To: %to% +Subject: [Bug %bugid%] Your vote has been removed from this bug + +You used to have a vote on bug %bugid%, but it has been removed. + +Reason: %reason% + +%urlbase%show_bug.cgi?id=%bugid% +"); + + 1; -- cgit v1.2.3-24-g4f1b