Re: bugzilla bug window titles



On Mon, 2002-11-04 at 22:33, Luis Villa wrote:
> On Sun, 2002-11-03 at 11:38, Dave Bordoley wrote:
> > would it be possible to change the titles bugzilla sets for bugs to
> > something similar to "bug 92766 - bugzilla". It would make using the
> > window list with multiple galeon window open a lot easier, as well as
> > make galeon tabs more useful. I think as bugzilla users, typically we
> > are most interested in the bug number, and probably know we are using
> > bugzilla. :)
> 
> It'd be pretty easy; if anyone wants to get started on bugzilla hacking
> it'd probably be a one line patch. [Both bugzilla and bugzilla-new,
> please. :)
> 

I've done a few one-liners all across GNOME recently :-)

bugzilla-new doesn't need patching.

-- 
Andrew

-----BEGIN GEEK CODE BLOCK-----
Version: 3.1
GS/M d--(-) s: a17 C++(+++) UL+ P++ L+++ E--- W+>++ N(-) o? K? w--(---)
!O M V-
PS+ PE Y+ PGP+>++++ t@ 5-- X- R tv-@ b++++ DI+++ D>---- G- e- h! r--- y?
------END GEEK CODE BLOCK------
Index: show_bug.cgi
===================================================================
RCS file: /cvs/gnome/bugzilla/show_bug.cgi,v
retrieving revision 1.1.1.1
diff -u -r1.1.1.1 show_bug.cgi
--- show_bug.cgi	27 Oct 2000 13:45:27 -0000	1.1.1.1
+++ show_bug.cgi	4 Nov 2002 23:23:42 -0000
@@ -47,7 +47,7 @@
 
 GetVersionTable();
 
-PutHeader("Bugzilla bug $::FORM{'id'}", "Bugzilla Bug", $::FORM{'id'});
+PutHeader("Bug $::FORM{'id'}: GNOME Bugzilla", "Bugzilla Bug", $::FORM{'id'});
 navigation_header();
 
 print "<HR>\n";


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]