From 2ccf81dec1fbe4e215ea47700a4e006420318621 Mon Sep 17 00:00:00 2001 From: Frédéric Buclin Date: Sun, 15 Mar 2015 13:50:28 +0100 Subject: Bug 902395: Enforce utf8 = true for all installations and remove the utf8 parameter r=dkl a=sgreen --- template/en/default/admin/params/general.html.tmpl | 11 ----------- template/en/default/bug/show.xml.tmpl | 2 +- template/en/default/config.rdf.tmpl | 2 +- template/en/default/global/header.html.tmpl | 5 +---- template/en/default/global/messages.html.tmpl | 3 --- template/en/default/list/list.atom.tmpl | 2 +- template/en/default/list/list.rdf.tmpl | 2 +- 7 files changed, 5 insertions(+), 22 deletions(-) (limited to 'template') diff --git a/template/en/default/admin/params/general.html.tmpl b/template/en/default/admin/params/general.html.tmpl index 6ebef8ea2..016a5d1bd 100644 --- a/template/en/default/admin/params/general.html.tmpl +++ b/template/en/default/admin/params/general.html.tmpl @@ -16,17 +16,6 @@ "The email address of the person who maintains this installation " _ " of Bugzilla.", - utf8 => - "Use UTF-8 (Unicode) encoding for all text in ${terms.Bugzilla}. New" - _ " installations should set this to true to avoid character encoding" - _ " problems. Existing databases should set this to true" - _ " only after the data has been converted from existing legacy" - _ " character encodings to UTF-8, using the contrib/recode.pl" - _ " script." - _ "

Note that if you turn this parameter from "off" to" - _ " "on", you must re-run checksetup.pl immediately" - _ " afterward.

", - shutdownhtml => "If this field is non-empty, then Bugzilla will be completely" _ " disabled and this text will be displayed instead of all the" diff --git a/template/en/default/bug/show.xml.tmpl b/template/en/default/bug/show.xml.tmpl index 1d376f874..10ec0a3c1 100644 --- a/template/en/default/bug/show.xml.tmpl +++ b/template/en/default/bug/show.xml.tmpl @@ -8,7 +8,7 @@ [% PROCESS bug/time.html.tmpl %] [% USE Bugzilla %] [% cgi = Bugzilla.cgi %] - + + diff --git a/template/en/default/global/header.html.tmpl b/template/en/default/global/header.html.tmpl index 5b3cd03f3..f63b175ec 100644 --- a/template/en/default/global/header.html.tmpl +++ b/template/en/default/global/header.html.tmpl @@ -103,10 +103,7 @@ [% Hook.process("start") %] [% title %] - - [% IF Param('utf8') %] - - [% END %] + [% IF NOT no_yui %] [% SET yui = yui_resolve_deps(yui, yui_deps) %] diff --git a/template/en/default/global/messages.html.tmpl b/template/en/default/global/messages.html.tmpl index 3a8aa1ada..a7b7e19ba 100644 --- a/template/en/default/global/messages.html.tmpl +++ b/template/en/default/global/messages.html.tmpl @@ -543,9 +543,6 @@ [% IF param_changed.size > 0 %] [% FOREACH param = param_changed %] Changed [% param FILTER html %]
- [% IF param == 'utf8' && Param('utf8') %] - You must now re-run checksetup.pl.
- [% END %] [% END %] [% ELSE %] No changes made. diff --git a/template/en/default/list/list.atom.tmpl b/template/en/default/list/list.atom.tmpl index fddbbd7a3..921977e8c 100644 --- a/template/en/default/list/list.atom.tmpl +++ b/template/en/default/list/list.atom.tmpl @@ -8,7 +8,7 @@ [% DEFAULT title = "$terms.Bugzilla $terms.Bugs" %] - + [% title FILTER xml %] +