GNOME Bugzilla – Bug 591936
Bring back describeuser.cgi (user home page)
Last modified: 2009-11-18 12:01:47 UTC
The previous gnome bugzilla had a very useful page to see bugs filed by a specific user, statistics (points, amount of comments, amount of bugs filed, etc.). I just didn't find that page at all anymore, so I assume it's gone. Please, please bring it back?
See http://www.mail-archive.com/desktop-devel-list@gnome.org/msg16835.html .
This either requires funding (for me to implement it) or patches from others (which would also require review from somebody who isn't me, unless there's funding).
Created attachment 140922 [details] [review] Port of describeuser.cgi code This is a straight port of the old describeuser.cgi page. * it is based on my understanding on the way the groups are used to define who are the developers of a product; * the code related to "supportwatchers" has been commented out as I couldn't find where the supportwatchers global parameter went; * the page calculates the user points by itself, as it's not cached in a table yet.
Created attachment 140959 [details] [review] enable back the "watchers" feature After looking around it looks like "supporwatchers" is now the default, and no longer an option, so I reenabled that part of the code.
*** Bug 594086 has been marked as a duplicate of this bug. ***
Frederic: Did you test this? Could you change it into an extension? I know we'll need to patch the comments on show_bug.cgi to link to this, but hope we can make that work somehow. So using page.cgi, then we could either add redirects, or ignore it.
*** Bug 594793 has been marked as a duplicate of this bug. ***
Created attachment 143069 [details] [review] Describe User as an extension Access via http://bugzilla/page.cgi?id=describeuser.html or http://bugzilla/page.cgi?id=describeuser.html&login=foobar@example.com Also do note my initial comment: it is based on my understanding of the way the groups are used to define who are the developers of a product.
*** Bug 596407 has been marked as a duplicate of this bug. ***
*** Bug 596603 has been marked as a duplicate of this bug. ***
Created attachment 144708 [details] [review] describeuser.cgi as an extension This patch adds an override of the global/user.html.tmpl template to replace the mailto: link with a link to the describe user page.
Yes, it works!!!
Good job Frederic and Olav.