[bugzilla-gnome-org-customizations] Add a poor man's "Bugs without a response" query link



commit 267ee427f61b4e2a4583e3513880b00ab4d7f27e
Author: Andre Klapper <a9016009 gmx de>
Date:   Thu Jan 15 00:26:45 2015 +0100

    Add a poor man's "Bugs without a response" query link
    
    The number of results will be different from the one displayed
    because there is no way via URL search parameters to exclude tasks
    that were created by product maintainers; like the shown number
    does by directly constructing an SQL query.
    
    Furthermore, both queries are poor anyway because they only check
    for number of comments = 1 instead of checking whether only one
    person has ever acted on a bug report, regardless of the number of
    comments that the very same reporter might have made in the report.
    
    This will remain broken as long as nobody fixes it in upstream:
    https://bugzilla.mozilla.org/show_bug.cgi?id=704842

 .../template/en/default/pages/browse.html.tmpl     |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)
---
diff --git a/extensions/Browse/template/en/default/pages/browse.html.tmpl 
b/extensions/Browse/template/en/default/pages/browse.html.tmpl
index 818d09f..2080e91 100644
--- a/extensions/Browse/template/en/default/pages/browse.html.tmpl
+++ b/extensions/Browse/template/en/default/pages/browse.html.tmpl
@@ -79,11 +79,13 @@
       <!-- <a class="boogle_edit"
                
href="javascript:addText('severity!=enhancement');addText('responders:0');addText('reporter!=developer')"> -->
       [% terms.Bugs %] without a response <!-- </a> -->
+
     </td>
     <td align="right">
       <!-- <a href="buglist.cgi?quicksearch=product:
               [%- product.name FILTER uri %]+responders:0+severity!=enhancement+reporter!=developer"> -->
-        [% no_response_bugs FILTER html %] <!-- </a> -->
+      <a href="buglist.cgi?product=[% product.name FILTER uri 
%]&amp;resolution=---&amp;f1=longdescs.count&amp;o1=equals&amp;v1=1">
+        [% no_response_bugs FILTER html %]</a>
     </td>
   </tr>
   [%######################################################################


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]