summaryrefslogtreecommitdiffstats
path: root/defparams.pl
diff options
context:
space:
mode:
authorterry%mozilla.org <>2000-03-11 01:24:54 +0100
committerterry%mozilla.org <>2000-03-11 01:24:54 +0100
commit983b3de9fa733c65784dbdac78663312616e368c (patch)
tree2bd9bf43e141401d78959eee05c22d241867713d /defparams.pl
parentd601251a5aae95f3e16dc86ab16d07dc0dc045a6 (diff)
downloadbugzilla-983b3de9fa733c65784dbdac78663312616e368c.tar.gz
bugzilla-983b3de9fa733c65784dbdac78663312616e368c.tar.xz
Patch by Joe Robins <jmrobins@tgix.com> -- allow automatic definition
of a group per project, and automatically put new bugs against that project into that group, thus allowing entire projects to be protected against viewing by unauthorized users. This is all optional, controlled by new parameters.
Diffstat (limited to 'defparams.pl')
-rw-r--r--defparams.pl14
1 files changed, 13 insertions, 1 deletions
diff --git a/defparams.pl b/defparams.pl
index c65de7664..04e90ad0d 100644
--- a/defparams.pl
+++ b/defparams.pl
@@ -20,7 +20,7 @@
# Contributor(s): Terry Weissman <terry@mozilla.org>
# Dawn Endico <endico@mozilla.org>
# Dan Mosedale <dmose@mozilla.org>
-
+# Joe Robins <jmrobins@tgix.com>
# This file defines all the parameters that we have a GUI to edit within
# Bugzilla.
@@ -158,6 +158,18 @@ DefParam("usequip",
"b",
1);
+# Added parameter - JMR, 2/16/00
+DefParam("usebuggroups",
+ "If this is on, Bugzilla will associate a bug group with each product in the database, and use it for querying bugs.",
+ "b",
+ 0);
+
+# Added parameter - JMR, 2/16/00
+DefParam("usebuggroupsentry",
+ "If this is on, Bugzilla will use product bug groups to restrict who can enter bugs. Requires usebuggroups to be on as well.",
+ "b",
+ 0);
+
DefParam("shadowdb",
"If non-empty, then this is the name of another database in which Bugzilla will keep a shadow read-only copy of everything. This is done so that long slow read-only operations can be used against this db, and not lock up things for everyone else. Turning on this parameter will create the given database; be careful not to use the name of an existing database with useful data in it!",
"t",