Renaming of word 'Product' in Bugzilla

View: New views
4 Messages — Rating Filter:   Alert me  

Renaming of word 'Product' in Bugzilla

by Gaston Astorga :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

I am new in bugzilla.
I want to change the word "Product" to something more *appropriate* for my
organization.
I have therefore created a new template as a copy of the default template
(../template/default) and changed all instances of word "Product". Then I
have executed *'. / Checksetup.pl'* again, set dir permissions  and restart
apache.
I've managed to configure it it correctly to 99%
The page that shows a bug still shows the word "Product:"
My question is: are there other places that need to be configured in
addition to tmpl files

Best Regards
/Gaston
_______________________________________________
support-bugzilla mailing list
support-bugzilla@...
https://lists.mozilla.org/listinfo/support-bugzilla
PLEASE put support-bugzilla@... in the To: field when you reply.

Re: Renaming of word 'Product' in Bugzilla

by ericrch :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Hello Gaston!

You will want to change the "product" value in field-descs.none.tmpl.  
This file can be found in:
/your/bugzalla/directory/template/<your language>/default/global

Good luck!
e.

Gaston Astorga wrote:

> I am new in bugzilla.
> I want to change the word "Product" to something more *appropriate* for my
> organization.
> I have therefore created a new template as a copy of the default template
> (../template/default) and changed all instances of word "Product". Then I
> have executed *'. / Checksetup.pl'* again, set dir permissions  and restart
> apache.
> I've managed to configure it it correctly to 99%
> The page that shows a bug still shows the word "Product:"
> My question is: are there other places that need to be configured in
> addition to tmpl files
>
> Best Regards
> /Gaston
> _______________________________________________
> support-bugzilla mailing list
> support-bugzilla@...
> https://lists.mozilla.org/listinfo/support-bugzilla
> PLEASE put support-bugzilla@... in the To: field when you reply.
>
>
>  


_______________________________________________
support-bugzilla mailing list
support-bugzilla@...
https://lists.mozilla.org/listinfo/support-bugzilla
PLEASE put support-bugzilla@... in the To: field when you reply.

Parent Message unknown Re: Renaming of word 'Product' in Bugzilla

by Gervase Markham :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

On 03/11/09 11:07, Gaston Astorga wrote:
> My question is: are there other places that need to be configured in
> addition to tmpl files

I _believe_ the correct answer is: the fielddefs table in the database.

Gerv

_______________________________________________
support-bugzilla mailing list
support-bugzilla@...
https://lists.mozilla.org/listinfo/support-bugzilla
PLEASE put support-bugzilla@... in the To: field when you reply.

Re: Renaming of word 'Product' in Bugzilla

by Max Kanat-Alexander :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

On 11/03/2009 03:07 AM, Gaston Astorga wrote:
> My question is: are there other places that need to be configured in
> addition to tmpl files

        At the least, you'll want to modify Bugzilla/Field.pm, desc => 'Product'

        (and then run checksetup.pl)

        -Max
--
http://www.everythingsolved.com/
Competent, Friendly Bugzilla and Perl Services. Everything Else, too.
_______________________________________________
support-bugzilla mailing list
support-bugzilla@...
https://lists.mozilla.org/listinfo/support-bugzilla
PLEASE put support-bugzilla@... in the To: field when you reply.