summaryrefslogtreecommitdiffstats
path: root/defparams.pl
diff options
context:
space:
mode:
authorterry%mozilla.org <>1999-09-28 06:25:16 +0200
committerterry%mozilla.org <>1999-09-28 06:25:16 +0200
commit92cee2c383c4e44693b69ed45390af31b4aca09d (patch)
tree55c6c6b582bf444b94e601cb69cfe9fecd2013a4 /defparams.pl
parent3ce4a388ef2109b31c933f8d66c61a668db0ecfa (diff)
downloadbugzilla-92cee2c383c4e44693b69ed45390af31b4aca09d.tar.gz
bugzilla-92cee2c383c4e44693b69ed45390af31b4aca09d.tar.xz
Patch by Markus Rex <msrex@suse.de> -- add a param to contorl whether to show quips.
Diffstat (limited to 'defparams.pl')
-rw-r--r--defparams.pl4
1 files changed, 4 insertions, 0 deletions
diff --git a/defparams.pl b/defparams.pl
index ee85802e8..a7c4ba060 100644
--- a/defparams.pl
+++ b/defparams.pl
@@ -110,6 +110,10 @@ sub check_urlbase {
return "";
}
+DefParam("usequip",
+ "If this is on, Bugzilla displays a silly quip at the beginning of buglists, and lets users add to the list of quips.",
+ "b",
+ 1);
DefParam("usedespot",
"If this is on, then we are using the Despot system to control our database of users. Bugzilla won't ever write into the user database, it will let the Despot code maintain that. And Bugzilla will send the user over to Despot URLs if they need to change their password. Also, in that case, Bugzilla will treat the passwords stored in the database as being crypt'd, not plaintext.",