summaryrefslogtreecommitdiffstats
path: root/defparams.pl
diff options
context:
space:
mode:
authorterry%mozilla.org <>1999-05-27 23:13:40 +0200
committerterry%mozilla.org <>1999-05-27 23:13:40 +0200
commit65aeb54b2937560d2eb4ca46ad9a58c636afb361 (patch)
tree15a4d0f8cd775556fe5852e3807c918f72e92bac /defparams.pl
parentb0ce98e67626a85a78ea0defb8533f5adb87e2f3 (diff)
downloadbugzilla-65aeb54b2937560d2eb4ca46ad9a58c636afb361.tar.gz
bugzilla-65aeb54b2937560d2eb4ca46ad9a58c636afb361.tar.xz
Added dependencies, so that you can mark which bugs depend on which
other ones.
Diffstat (limited to 'defparams.pl')
-rw-r--r--defparams.pl10
1 files changed, 10 insertions, 0 deletions
diff --git a/defparams.pl b/defparams.pl
index ac19dcf09..c471ebd62 100644
--- a/defparams.pl
+++ b/defparams.pl
@@ -292,6 +292,16 @@ DefParam("usebrowserinfo",
"b",
1);
+DefParam("usedependencies",
+ "Do you wish to use dependencies (allowing you to mark which bugs depend on which other ones)?",
+ "b",
+ 1);
+
+DefParam("webdotbase",
+ "This is the URL prefix that is common to all requests for webdot. The <a href=http://www.research.att.com/~north/cgi-bin/webdot.cgi>webdot package</a> is a very swell thing that generates pictures of graphs. If you have an installation of bugsplat that hides behind a firewall, then to get graphs to work, you will have to install a copy of webdot behind your firewall, and change this path to match. Also, webdot has some trouble with software domain names, so you may have to play games and hack the %urlbase% part of this. If this all seems like too much trouble, you can set this paramater to be the empty string, which will cause the graphing feature to be disabled entirely.",
+ "t",
+ "http://www.research.att.com/~north/cgi-bin/webdot.cgi/%urlbase%");
+
DefParam("expectbigqueries",
"If this is on, then we will tell mysql to <tt>set option SQL_BIG_TABLES=1</tt> before doing queries on bugs. This will be a little slower, but one will not get the error <tt>The table ### is full</tt> for big queries that require a big temporary table.",
"b",