After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 338151 - "Bugs without a response" should exclude bugs filed by developers
"Bugs without a response" should exclude bugs filed by developers
Status: RESOLVED FIXED
Product: bugzilla.gnome.org
Classification: Infrastructure
Component: general
unspecified
Other Linux
: Normal normal
: ---
Assigned To: Bugzilla Maintainers
Bugzilla Maintainers
: 340095 (view as bug list)
Depends on:
Blocks:
 
 
Reported: 2006-04-12 00:11 UTC by Elijah Newren
Modified: 2006-09-24 02:20 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Elijah Newren 2006-04-12 00:11:34 UTC
browse.cgi knows who the developers of a product are, and thus the "Bugs without a response" stat in the column at the right should be able to exclude bugs filed by such persons.
Comment 1 Olav Vitters 2006-04-16 20:50:57 UTC
Partly fixed by adding the following to browse.cgi:
  bugs.reporter NOT IN (SELECT userid FROM developers WHERE product_id = ?)

but the Boogle link needs to be fixed as well... (not sure how, perhaps make responders add that extra SQL?!?)
Comment 2 Olav Vitters 2006-05-25 22:06:30 UTC
*** Bug 340095 has been marked as a duplicate of this bug. ***
Comment 3 Elijah Newren 2006-09-24 02:20:47 UTC
Fixed now, using 'reporter!=developer' syntax (which was added as part of bug 357386).