Jesse Glick

« BOF-0220 ("Test... | Main | TeamWare to Mercuria... »
Tuesday Oct 10, 2006

No more uninformative Issuezilla page titles

Are you a Firefox user? Using Greasemonkey you can fix netbeans.org Issuezilla to display issue summaries in the page title, not just the issue numbers. Much nicer when using tabbed browsing and opening a lot of issues at once. Download and install the attachment from:
#57291
Currently only works when you are logged in.

Update: this and other tools are now hosted elsewhere.

Comments:

Nice. It reminded me the favelet I use for generating the commit log for a NB issue (#number: summary). Put the following in a bookmark: javascript:void(window.prompt('Commit log:', '#' + document.forms[1].elements['id'].value + ': ' + document.forms[1].elements['short_desc'].value)) and invoke the bookmark in an issue window (must be logged-in).

Posted by Andrei Badea on October 12, 2006 at 04:31 AM EDT #

Post a Comment:
  • HTML Syntax: NOT allowed