From: lpsolit%gmail.com <> Date: Mon, 26 Oct 2009 11:31:52 +0000 (+0000) Subject: Bug 493242: UTF-8 characters in custom field names are mangled in show_activity.cgi... X-Git-Tag: bugzilla-3.4.3~9 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=14bd3c428235cbaf69dc84e7d749d0258eeb7003;p=thirdparty%2Fbugzilla.git Bug 493242: UTF-8 characters in custom field names are mangled in show_activity.cgi - Patch by Vitaly Fedrushkov r/a=LpSolit --- diff --git a/template/en/default/bug/activity/table.html.tmpl b/template/en/default/bug/activity/table.html.tmpl index 8e44230ae1..156837904e 100644 --- a/template/en/default/bug/activity/table.html.tmpl +++ b/template/en/default/bug/activity/table.html.tmpl @@ -33,7 +33,6 @@ # it was affected by an old Bugzilla bug.) #%] -[% PROCESS global/variables.none.tmpl %] [% PROCESS "global/field-descs.none.tmpl" %] [% PROCESS bug/time.html.tmpl %] @@ -73,7 +72,7 @@ Attachment #[% change.attachid %] [% END %] - [%+ change.field %] + [%+ field_descs.${change.fieldname} FILTER html %] [% IF change.removed.defined %] diff --git a/template/en/default/filterexceptions.pl b/template/en/default/filterexceptions.pl index 291122a172..809ca77724 100644 --- a/template/en/default/filterexceptions.pl +++ b/template/en/default/filterexceptions.pl @@ -375,7 +375,6 @@ 'bug/activity/table.html.tmpl' => [ 'change.attachid', - 'change.field', ], 'attachment/create.html.tmpl' => [