Closed
Bug 9789
Opened 25 years ago
Closed 23 years ago
Would be nice if Bugzilla could return just the # of open bugs for an engineer.
Categories
(Bugzilla :: Query/Bug List, enhancement, P2)
Bugzilla
Query/Bug List
Tracking
()
People
(Reporter: ekrock, Assigned: endico)
References
()
Details
Attachments
(3 files)
What I basically want is a query result with all of the columns, including the
bug number, turned off, so all you get is the "__ bugs found." line which
normally appears at the bottom of the list. (If you do "Choose Columns" and
uncheck all of the boxes, you still get a list of the bug numbers back.)
You'll see at the URL that I'm creating a BugAThon tracking page which has
multiple IFRAMEs, each pointing to a different query for a different engineer.
What I'd like is to only display the "__ bugs found." line in each IFRAME.
Not a high priority. Just an idea to put on this list.
BTW, Bugzilla rocks--thank you!
Comment 1•25 years ago
|
||
This would be possible with bug #12282, general summary reports.
Updated•25 years ago
|
Status: NEW → ASSIGNED
Priority: P3 → P2
Comment 3•25 years ago
|
||
tara@tequilarista.org is the new owner of Bugzilla and Bonsai. (For details,
see my posting in netscape.public.mozilla.webtools,
news://news.mozilla.org/38F5D90D.F40E8C1A%40geocast.com .)
Assignee: terry → tara
Status: ASSIGNED → NEW
Comment 5•24 years ago
|
||
Adding default QA contact to all open Webtools/Bugzilla bugs lacking one.
Sorry for the spam.
QA Contact: matty
Updated•23 years ago
|
Target Milestone: --- → Future
Comment 6•23 years ago
|
||
Taking all of cyeh's Bugzilla bugs.
Assignee: Chris.Yeh → justdave
Status: ASSIGNED → NEW
Comment 7•23 years ago
|
||
Moving to new Bugzilla product ...
Assignee: justdave → endico
Component: Bugzilla → Query/Bug List
OS: Windows NT → All
Product: Webtools → Bugzilla
Hardware: PC → All
Version: other → unspecified
Comment 8•23 years ago
|
||
Comment 9•23 years ago
|
||
Myk, I think this is one of the things that should be done sooner rather than
later.
I have attached a bugcount.cgi script that takes the same parameters as
buglist.cgi, but returns nothing but the total bug count.
You can see it in action on http://bugzilla.mathweb.org/
I know that the code duplication with buglist.cgi should be avoided, but I think
it's more important to have something working short-term for planning for
Mozilla 1.0. This approach is not the prettiest solution, but it works and it's
very flexible.
Other bugs about bug counts:
* Bug 77764: "Allowing to do bug counts from the query page"
[has patch since 04/26/01]
* Bug 92676: "Need summary table of bug counts"
[has patch since 08/05/01]
Currently, there is no way to do bug counting for arbitrary queries, except by
grep'ing for the "... bugs found" line in the buglist.cgi output. Please change
this. Please change this soon.
Comment 10•23 years ago
|
||
I think your patch is a better fit on bug 77764.
Comment 11•23 years ago
|
||
No, I think this is the correct place for my patch: Bug 77764 is about
bugzilla-generated result pages, but this bug is about custom html pages with
embedded bug counts (via IFRAMEs).
Target Milestone: Future → Bugzilla 2.16
Comment 12•23 years ago
|
||
Comment on attachment 48541 [details]
bugcount.cgi, derived from buglist.cgi rev. 1.139
Note: the perl path in the first line needs to be changed to
#!/usr/bonsaitools/bin/perl -w
Comment 13•23 years ago
|
||
Have a look at this page (probably the URL is only temporarily available):
http://www.ags.uni-sb.de/~afranke/mozilla/bugcounts.html
[to be viewed in Mozilla, the old 4.x doesn't support IFRAMEs]
I think this is what ekrock had in mind when he reported this bug. You can click
on the numbers to get the buglist.
But still, this is not a good long-term solution because it puts a heavy load on
bugzilla.
Comment 14•23 years ago
|
||
Comment 15•23 years ago
|
||
Comment 16•23 years ago
|
||
This is not bug 12282.
Afranke: what this bug really means, IMO, is a checkbox on the Query page that
says: "count only". This basically means turning SELECT into SELECT COUNT in the
SQL, and means you can do big queries without waiting for ages and tying up the
db. This should be a two-line change to add the checkbox, and another two lines
to check for the value and modify the SQL.
Gerv
Comment 17•23 years ago
|
||
This is really a dupe of 77764. If we fix that, Andreas' scripts (which, to be
fair, are a bit hacky, and don't have the benefit of reducing Bugzilla load that
77764 might) won't be necessary.
Gerv
*** This bug has been marked as a duplicate of 77764 ***
Status: NEW → RESOLVED
Closed: 23 years ago
Resolution: --- → DUPLICATE
Comment 18•23 years ago
|
||
I filed bug 104025 'Need a "results-only" mode to embed buglist via an IFRAME'
for the things that aren't covered by bug 77764.
Comment 19•23 years ago
|
||
clearing milestone for invalid/wontfix/worksforme/duplicate so they'll show up
as untriaged if they get reopened.
Target Milestone: Bugzilla 2.16 → ---
Updated•12 years ago
|
QA Contact: matty_is_a_geek → default-qa
You need to log in
before you can comment on or make changes to this bug.
Description
•