Bug 242508

Summary: Bugzilla improvements for ports
Product: Services Reporter: Tobias C. Berner <tcberner>
Component: Bug TrackerAssignee: Bugmeister <bugmeister>
Status: Open ---    
Severity: Affects Some People CC: dvl, emaste, grahamperrin, swills
Priority: --- Keywords: needs-qa
Version: unspecified   
Hardware: Any   
OS: Any   
See Also: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=266880
Attachments:
Description Flags
Screenshot: a bug number, double-clicked (selected) none

Description Tobias C. Berner freebsd_committer freebsd_triage 2019-12-08 16:06:42 UTC
Hi there

It would be awesome if the following features could be impelemented for ports prs:
1) display whether the submitter is the maintainer (if so, maybe make the submitter field "$(name) <$(email)> (maintainer)", which is easily copyable for commit messages.
2) make the bug-number directly copy-able (now it is a link)
3) show number of dependent ports of the port in question
4) show list of dependent ports of the port in question

I would be willing to tackle the implementation of these features.

mfg Tobias
Comment 1 Graham Perrin freebsd_committer freebsd_triage 2022-12-19 19:53:13 UTC
(In reply to Tobias C. Berner from comment #0)


1) 

For now, I use FreshPorts as a stepping stone to streamline things such as this (see bug 266880). I sometimes add the FreshPorts URL to the URL field, or a comment, if there's coincidental attention to some other aspect of a report. 

I do like the idea of direct display in Bugzilla. 

I'm not sure about 

   <$(email)>

– if the email value will be verbatim. Better make it not directly usable, to reduce the risk of abuse? Compare with e.g. <https://cgit.freebsd.org/doc/commit/?id=2b027dd0175e739f8b5fedd2ae6bd96cf0c14125>.


2) 

General hint: in the address bar of your web browser, double-click the number. 


HTH
Comment 2 Graham Perrin freebsd_committer freebsd_triage 2022-12-21 01:53:17 UTC
Created attachment 238954 [details]
Screenshot: a bug number, double-clicked (selected)

(In reply to Tobias C. Berner from comment #0)

> 2) make the bug-number directly copy-able (now it is a link)

(In reply to Graham Perrin from comment #1)

> General hint: in the address bar of your web browser, 
> double-click the number. 

There's also the selectable, non-linked number at the head of the page. Screenshot attached. 

Tobias, please, did I misunderstand your point 2? 

Did you mean, add a feature e.g. a button to allow copying without prior selection?