summaryrefslogtreecommitdiffstats
path: root/defparams.pl
diff options
context:
space:
mode:
authorendico%mozilla.org <>1999-08-06 05:02:20 +0200
committerendico%mozilla.org <>1999-08-06 05:02:20 +0200
commit6e18b637651c0e6a0f1ef2167337bfe2ceef7de9 (patch)
tree6afe30db2c39eb5eecf65d58bcc4152ea068fba3 /defparams.pl
parent4d981a90bb0541757c11de4663f4df9e08c0d1a2 (diff)
downloadbugzilla-6e18b637651c0e6a0f1ef2167337bfe2ceef7de9.tar.gz
bugzilla-6e18b637651c0e6a0f1ef2167337bfe2ceef7de9.tar.xz
Add a current milestone variable and a most doomed report that's like the ones chofmann posts listing engineers with Mx bugs by number of bugs.
Diffstat (limited to 'defparams.pl')
-rw-r--r--defparams.pl7
1 files changed, 7 insertions, 0 deletions
diff --git a/defparams.pl b/defparams.pl
index 23d7c41c6..da8cf2afa 100644
--- a/defparams.pl
+++ b/defparams.pl
@@ -17,6 +17,7 @@
# Netscape Communications Corporation. All Rights Reserved.
#
# Contributor(s): Terry Weissman <terry@mozilla.org>
+# Dawn Endico <endico@mozilla.org>
# This file defines all the parameters that we have a GUI to edit within
@@ -276,6 +277,12 @@ DefParam("nummilestones",
10,
\&check_numeric);
+DefParam("curmilestone",
+ "If using Target Milestone, Which milestone are we working toward right now?",
+ "t",
+ 1,
+ \&check_numeric);
+
DefParam("useqacontact",
"Do you wish to use the QA Contact field?",
"b",