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

Request #11450 When showing bugs by user handle, hide those
Submitted: 2007-06-26 22:28 UTC
From: quipo Assigned: quipo
Status: Closed Package: pearweb (version 1.16.1)
PHP Version: Irrelevant OS: Irrelevant
Roadmaps: 1.17.0    
Subscription  


 [2007-06-26 22:28 UTC] quipo (Lorenzo Alberton)
Description: ------------ When searching for bugs by user handle, all the open bugs for all the packages maintained by the user are shown. http://pear.php.net/bugs/search.php?handle=XXXXXXX I'd like to hide the (open) bugs for the packages where the developer is inactive. Patch attached against pearweb/public_html/bugs/search.php.

Comments

 [2007-06-26 22:38 UTC] quipo (Lorenzo Alberton)
I'm not able to post a patch (problems with text/plain mime type recognition?), here it is: =============================================== --- /tmp/TCVd83f.tmp/search.1.87.php Wed Jun 27 00:28:30 2007 +++ /CVS_repository/pearweb/public_html/bugs/search.php Wed Jun 27 00:28:18 2007 @@ -109,6 +109,7 @@ } else { $query .= $dbh->quoteSmart($_GET['handle']); } + $query .= ' AND maintains.active = 1'; } if (empty($_GET['package_name']) || !is_array($_GET['package_name'])) { ===============================================
 [2007-08-04 20:30 UTC] wiesemann (Mark Wiesemann)
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.