From 345f9df2f29d90a777051db3d34194ac04b8b637 Mon Sep 17 00:00:00 2001 From: "jocuri%softhome.net" <> Date: Sat, 31 Jan 2004 08:12:08 +0000 Subject: Patch for bug 213679: Implement a parameter that allows administrators to control whether blank comments are allowed when filling new bugs; code by Dave Swegen ; r=myk; a=myk. --- defparams.pl | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'defparams.pl') diff --git a/defparams.pl b/defparams.pl index 640f92b97..e6cb16ac8 100644 --- a/defparams.pl +++ b/defparams.pl @@ -843,6 +843,14 @@ Reason: %reason% default => 'this may indicate a bug in your browser.' }, + { + name => 'commentoncreate', + desc => 'If this option is on, the user needs to enter a description ' . + 'when entering a new bug', + type => 'b', + default => 0 + }, + { name => 'commentonaccept', desc => 'If this option is on, the user needs to enter a short comment if ' . -- cgit v1.2.3-24-g4f1b