Package home | Report new bug | New search | Development Roadmap Status: Open | Feedback | All | Closed Since Version 1.32.0

Bug #10318 Don't send remainders for Spam bugs
Submitted: 2007-03-10 13:13 UTC
From: quipo Assigned: mj
Status: Closed Package: pearweb (version CVS)
PHP Version: Irrelevant OS:
Roadmaps: 1.10.1    
Subscription  
Comments Add Comment Add patch


Anyone can comment on a bug. Have a simpler test case? Does it work for you on a different platform? Let us know! Just going to say 'Me too!'? Don't clutter the database with that please !
Your email address:
MUST BE VALID
Solve the problem : 5 + 6 = ?

 
 [2007-03-10 13:13 UTC] quipo (Lorenzo Alberton)
Description: ------------ patch for pearweb/cron/bug-summary.php is attached Test script: --------------- --- /tmp/TCV7a2f.tmp/bug-summary.1.10.php Sat Mar 10 14:29:10 2007 +++ /CVS_repository/pearweb/cron/bug-summary.php Sat Mar 10 14:28:52 2007 @@ -45,7 +45,7 @@ FROM bugdb b LEFT JOIN packages AS p ON p.name = b.package_name WHERE - b.status NOT IN ('Closed', 'Bogus', 'Duplicate', 'No Feedback', 'Wont fix', 'Suspended') + b.status NOT IN ('Closed', 'Bogus', 'Duplicate', 'No Feedback', 'Wont fix', 'Suspended', 'Spam') AND (b.bug_type = 'Bug' OR b.bug_type = 'Documentation Problem' OR b.bug_type = 'Feature/Change Request') @@ -117,7 +117,7 @@ FROM bugdb b LEFT JOIN packages AS p ON p.name = b.package_name WHERE - b.status NOT IN ('Closed', 'Bogus', 'Duplicate', 'No Feedback', 'Wont fix', 'Suspended', 'Feedback') + b.status NOT IN ('Closed', 'Bogus', 'Duplicate', 'No Feedback', 'Wont fix', 'Suspended', 'Feedback', 'Spam') AND b.bug_type = 'Documentation Problem' AND

Comments

 [2007-03-10 16:09 UTC] mj (Martin Jansen)
This bug has been fixed in CVS. If this was a documentation problem, the fix will appear on pear.php.net by the end of next Sunday (CET). If this was a problem with the pear.php.net website, the change should be live shortly. Otherwise, the fix will appear in the package's next release. Thank you for the report and for helping us make PEAR better.