From f71149e1af4ac0b03678fc80da73a7cdc352c3aa Mon Sep 17 00:00:00 2001 From: "gerv%gerv.net" <> Date: Thu, 25 Jul 2002 06:22:55 +0000 Subject: Bug 67950 - Move the quip list into the database. Patch by davef@tetsubo.com; r=gerv, preed. --- reports.cgi | 52 ++-------------------------------------------------- 1 file changed, 2 insertions(+), 50 deletions(-) (limited to 'reports.cgi') diff --git a/reports.cgi b/reports.cgi index 2d91ebc61..e04a9fd6d 100755 --- a/reports.cgi +++ b/reports.cgi @@ -152,7 +152,6 @@ if (! defined $FORM{'product'}) { } - ################################## # user came in with no form data # ################################## @@ -236,14 +235,6 @@ print <  Links to Bugs
 Banner
-FIN - - if (Param('usequip')) { - print " Quip
"; - } else { - print ""; - } - print < @@ -299,7 +290,6 @@ FIN my $c = 0; - my $quip = "Summary"; my $bugs_count = 0; my $bugs_new_this_week = 0; my $bugs_reopened = 0; @@ -328,19 +318,6 @@ FIN $bugs_totals{$who}{$st} ++; } - if ($FORM{'quip'}) { - if (open (COMMENTS, ") { - push @cdata, $_; - } - close COMMENTS; - if(@cdata) { - $quip = "" . $cdata[int(rand(scalar(@cdata)))] . ""; - } - } - } - ######################### # start painting report # ######################### @@ -349,7 +326,7 @@ FIN $bugs_status{'ASSIGNED'} ||= '0'; $bugs_status{'REOPENED'} ||= '0'; print <$quip +

Summary

@@ -664,7 +641,6 @@ sub bybugs { sub most_doomed_for_milestone { my $when = localtime (time); my $ms = "M" . Param("curmilestone"); - my $quip = "Summary"; print "
\n

"; if( $FORM{'product'} ne "-All-" ) { @@ -681,17 +657,6 @@ sub most_doomed_for_milestone { # start painting report # ######################### - if ($FORM{'quip'}) { - if (open (COMMENTS, ") { - push @cdata, $_; - } - close COMMENTS; - $quip = "" . $cdata[int(rand($#cdata + 1))] . ""; - } - } - # Build up $query string my $query; $query = "select distinct assigned_to from bugs where target_milestone=\"$ms\""; @@ -786,8 +751,7 @@ FIN sub most_recently_doomed { my $when = localtime (time); my $ms = "M" . Param("curmilestone"); - my $quip = "Summary"; - + print "
\n

"; if( $FORM{'product'} ne "-All-" ) { SendSQL("SELECT defaultmilestone FROM products WHERE product = " . @@ -803,18 +767,6 @@ sub most_recently_doomed { # start painting report # ######################### - if ($FORM{'quip'}) { - if (open (COMMENTS, ") { - push @cdata, $_; - } - close COMMENTS; - $quip = "" . $cdata[int(rand($#cdata + 1))] . ""; - } - } - - # Build up $query string my $query = "select distinct assigned_to from bugs where bugs.bug_status='NEW' and target_milestone='' and bug_severity!='enhancement' and status_whiteboard='' and (product='Browser' or product='MailNews')"; if ($FORM{'product'} ne "-All-" ) { -- cgit v1.2.3-24-g4f1b

New Bugs This Week