Closed
Bug 15806
Opened 26 years ago
Closed 6 years ago
[Voting] Provide vote summary statistics
Categories
(Bugzilla :: Extensions, enhancement, P4)
Bugzilla
Extensions
Tracking
()
RESOLVED
WONTFIX
People
(Reporter: michael.j.lowe, Unassigned)
References
Details
Attachments
(1 file)
8.02 KB,
patch
|
bugzilla
:
review-
|
Details | Diff | Splinter Review |
Provide page for 10 most popular bugs for each product, as well as means to sort
a bugzilla query by the number of votes.
Comment 1•26 years ago
|
||
This would be nicely handleable as an application of bug #12282, general summary
reports.
Comment 2•26 years ago
|
||
The ability to sort on the number of votes is already present, check out "change
columns".
Reporter | ||
Comment 3•26 years ago
|
||
Yes, but along with many other fields it is not available in the "Sort By" combo
in the form at:
http://bugzilla.mozilla.org/show_bug.cgi?id=15806.
Comment 4•26 years ago
|
||
You can now query by number of votes, which fixes half of this request.
Comment 5•26 years ago
|
||
You can sort by clicking of the bug list column title hyperlink, but there's no
quick link on the query screen. I agree that there should be.
Updated•25 years ago
|
Status: NEW → ASSIGNED
Comment 7•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 8•24 years ago
|
||
Adding default QA contact to all open Webtools/Bugzilla bugs lacking one.
Sorry for the spam.
QA Contact: matty
Updated•24 years ago
|
Target Milestone: --- → Future
Comment 9•24 years ago
|
||
Moving to new Bugzilla product ...
Assignee: tara → endico
Component: Bugzilla → Query/Bug List
Product: Webtools → Bugzilla
Version: other → unspecified
![]() |
||
Comment 10•23 years ago
|
||
This patch is against 2.14, and is already superceded by templatisation, but
may be useful for older systems, or as a base for later work.
This adds a 'topvotes' parameter to showvotes.cgi, which, by default, will
generate tables for each product with voting enabled, showing the top 10 voted
for bugs. The 'only_open' parameter can be used to restrict the tables to open
bugs. Individual products can be specifed as well using any number of
'product=XXX' parameters.
Updated•22 years ago
|
Attachment #65621 -
Flags: review?
![]() |
||
Comment 11•22 years ago
|
||
Comment on attachment 65621 [details] [diff] [review]
showvotes.cgi patch to add Top 10 most-voted-for bug tables for products
needs updating to tip + templating before any review needed
Attachment #65621 -
Flags: review? → review-
Comment 12•22 years ago
|
||
check out http://bugs.kde.org/ for ideas
![]() |
||
Comment 13•22 years ago
|
||
Re: comment#12, the KDE bugzilla has lots of nice stats, but I can't see any
specific enhancements to the voting reporting that CVS Bugzilla (or even recent
releases) cannot do out of the box already -- am I missing them?
![]() |
||
Comment 14•22 years ago
|
||
*** Bug 214714 has been marked as a duplicate of this bug. ***
Updated•21 years ago
|
Assignee: endico → nobody
Updated•19 years ago
|
QA Contact: mattyt-bugzilla → default-qa
Updated•19 years ago
|
Target Milestone: Future → ---
Updated•18 years ago
|
Priority: P3 → P4
Updated•17 years ago
|
Assignee: nobody → query-and-buglist
Updated•15 years ago
|
Summary: Provide vote summary statistics → [Voting] Provide vote summary statistics
Comment 15•12 years ago
|
||
(In reply to Terry Weissman from comment #4)
> You can now query by number of votes, which fixes half of this request.
Sorry if I am being dense, how can you search based on # of votes?
Comment 16•12 years ago
|
||
Display the column votes in search results: http://blogs.gnome.org/aklapper/2013/06/21/bugzillatips-changecolumns/ and sort by it, and combine it with the Advanced Search to show only tickets with Votes > X?
Assignee: query-and-buglist → extensions
Component: Query/Bug List → Extensions
Comment 17•6 years ago
|
||
The voting functionality will be replaced with emoji comment reactions in the near future.
Status: NEW → RESOLVED
Closed: 6 years ago
Resolution: --- → WONTFIX
You need to log in
before you can comment on or make changes to this bug.
Description
•