[% END %]
diff --git a/mozilla/webtools/litmus/templates/en/default/admin/edit_users/searchform.html.tmpl b/mozilla/webtools/litmus/templates/en/default/admin/edit_users/searchform.html.tmpl
index 5a4a03a6185..191c387118a 100755
--- a/mozilla/webtools/litmus/templates/en/default/admin/edit_users/searchform.html.tmpl
+++ b/mozilla/webtools/litmus/templates/en/default/admin/edit_users/searchform.html.tmpl
@@ -34,7 +34,7 @@ And belonging to group(s):
[% id = group.group_id %]
-
[% group.name FILTER html %]
+
[% group.name | html %]
[% END %]
diff --git a/mozilla/webtools/litmus/templates/en/default/auth/accountcreated.html.tmpl b/mozilla/webtools/litmus/templates/en/default/auth/accountcreated.html.tmpl
index 9a2642e4214..f8f626f08cd 100755
--- a/mozilla/webtools/litmus/templates/en/default/auth/accountcreated.html.tmpl
+++ b/mozilla/webtools/litmus/templates/en/default/auth/accountcreated.html.tmpl
@@ -42,8 +42,8 @@
[% IF params %]
[% FOREACH curdata = params.param() %]
[% IF ! params.param(curdata) %] [% NEXT %] [% END %]
-
+
[% END %]
[% END %]
[% END %]
@@ -63,11 +63,11 @@
Thank you,[% IF realname != "" %] [% realname | html %],[% END %] your account has been created
-
For future testing sessions, you can login using your email address ([% email FILTER html %]) and your chosen password.
+
For future testing sessions, you can login using your email address ([% email | html %]) and your chosen password.
Thank you for your contribution to Mozilla QA.
-
diff --git a/mozilla/webtools/litmus/templates/en/default/extension/createaccount.html.tmpl b/mozilla/webtools/litmus/templates/en/default/extension/createaccount.html.tmpl
index fc2ed859008..ed19c578a64 100755
--- a/mozilla/webtools/litmus/templates/en/default/extension/createaccount.html.tmpl
+++ b/mozilla/webtools/litmus/templates/en/default/extension/createaccount.html.tmpl
@@ -47,8 +47,8 @@
[% IF params %]
[% FOREACH curdata = params.param() %]
[% IF ! params.param(curdata) %] [% NEXT %] [% END %]
-
+
[% END %]
[% END %]
[% END %]
diff --git a/mozilla/webtools/litmus/templates/en/default/filterexceptions.pl b/mozilla/webtools/litmus/templates/en/default/filterexceptions.pl
deleted file mode 100644
index 07f27c2ac39..00000000000
--- a/mozilla/webtools/litmus/templates/en/default/filterexceptions.pl
+++ /dev/null
@@ -1,78 +0,0 @@
-# -*- Mode: perl; indent-tabs-mode: nil -*-
-#
-# The contents of this file are subject to the Mozilla Public
-# License Version 1.1 (the "License"); you may not use this file
-# except in compliance with the License. You may obtain a copy of
-# the License at http://www.mozilla.org/MPL/
-#
-# Software distributed under the License is distributed on an "AS
-# IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or
-# implied. See the License for the specific language governing
-# rights and limitations under the License.
-#
-# The Original Code are the Bugzilla tests.
-#
-# The Initial Developer of the Original Code is Jacob Steenhagen.
-# Portions created by Jacob Steenhagen are
-# Copyright (C) 2001 Jacob Steenhagen. All
-# Rights Reserved.
-#
-# Contributor(s): Gervase Markham
-# Zach Lipton
-
-# Important! The following classes of directives are excluded in the test,
-# and so do not need to be added here. Doing so will cause warnings.
-# See 008filter.t for more details.
-#
-# Comments - [%#...
-# Directives - [% IF|ELSE|UNLESS|FOREACH...
-# Assignments - [% foo = ...
-# Simple literals - [% " selected" ...
-# Values always used for numbers - [% (i|j|k|n|count) %]
-# Params - [% Param(...
-# Safe functions - [% (time2str|GetBugLink)...
-# Safe vmethods - [% foo.size %] [% foo.length %]
-# [% foo.push() %]
-# TT loop variables - [% loop.count %]
-# Already-filtered stuff - [% wibble FILTER html %]
-# where the filter is one of html|csv|js|url_quote|quoteUrls|time|uri|xml|none
-
-%::safe = (
-
-'variables.none.tmpl' => [
- 'selname',
- 'onchangereal',
-],
-
-'global/footer.html.tmpl' => [
- 'style',
-],
-
-'global/header.html.tmpl' => [
- 'curscript',
- 'realonload',
-],
-
-'global/html_header.tmpl' => [
- 'curscript',
- 'js_file',
-],
-
-'global/litmus_header.tmpl' => [
- 'onload',
-],
-
-'instructions/test_result_navigation.tmpl' => [
- 'icon',
-],
-
-'sidebar/widget_testcases.tmpl' => [
- 'order_num',
-],
-
-'test/test.html.tmpl' => [
- 'checked',
- 'evenodd',
-],
-
-);
diff --git a/mozilla/webtools/litmus/templates/en/default/form_widgets/input_test_id.tmpl b/mozilla/webtools/litmus/templates/en/default/form_widgets/input_test_id.tmpl
index 1f9b57f767f..10b6ef595fb 100644
--- a/mozilla/webtools/litmus/templates/en/default/form_widgets/input_test_id.tmpl
+++ b/mozilla/webtools/litmus/templates/en/default/form_widgets/input_test_id.tmpl
@@ -1,6 +1,6 @@
diff --git a/mozilla/webtools/litmus/templates/en/default/form_widgets/select_email.tmpl b/mozilla/webtools/litmus/templates/en/default/form_widgets/select_email.tmpl
index 44d6b3287ea..f7a19747ffe 100644
--- a/mozilla/webtools/litmus/templates/en/default/form_widgets/select_email.tmpl
+++ b/mozilla/webtools/litmus/templates/en/default/form_widgets/select_email.tmpl
@@ -3,7 +3,7 @@
[% IF users %]
[% FOREACH user=users %]
+ value="[% user.email | html | email | js %]">[% user.email | html | email | js %]
[% END %]
[% END %]
-
\ No newline at end of file
+
diff --git a/mozilla/webtools/litmus/templates/en/default/global/header.html.tmpl b/mozilla/webtools/litmus/templates/en/default/global/header.html.tmpl
index 58b7c7c834b..96a2f64052b 100644
--- a/mozilla/webtools/litmus/templates/en/default/global/header.html.tmpl
+++ b/mozilla/webtools/litmus/templates/en/default/global/header.html.tmpl
@@ -33,7 +33,7 @@
-Litmus - [% title FILTER html %]
+Litmus - [% title | html %]
@@ -74,4 +74,4 @@ function MM_findObj(n) {
border="0" width="600" height="58">
-
\ No newline at end of file
+
diff --git a/mozilla/webtools/litmus/templates/en/default/global/selects.none.tmpl b/mozilla/webtools/litmus/templates/en/default/global/selects.none.tmpl
index a8fd21fc757..a471b59a4fc 100755
--- a/mozilla/webtools/litmus/templates/en/default/global/selects.none.tmpl
+++ b/mozilla/webtools/litmus/templates/en/default/global/selects.none.tmpl
@@ -44,14 +44,14 @@
[% IF defaultplatform %]
[% valuelist = defaultplatform.list.join(',') %]
-
+ value="[%valuelist | html%]">
[% END %]
[% END %]
@@ -66,12 +66,12 @@
[% ELSE %] [% testidflag = "" %][% END %]
[% IF defaultopsys %]
[% valuelist = defaultopsys.list.join(',') %]
-
+ value="[%valuelist | html%]">
[% END %]
-
[% END %]
@@ -86,12 +86,12 @@
[% ELSE %] [% testidflag = "" %][% END %]
[% IF defaultbranch %]
[% valuelist = defaultbranch.list.join(',') %]
-
+ value="[%valuelist | html%]">
[% END %]
-
[% END %]
@@ -106,12 +106,12 @@
[% ELSE %] [% testidflag = "" %][% END %]
[% IF defaultbranch %]
[% valuelist = defaultlocale.list.join(',') %]
-
+ value="[%valuelist | html%]">
[% END %]
-
[% END %]
@@ -128,13 +128,13 @@
[% ELSE %] [% testidflag = "" %][% END %]
[% IF default %]
[% valuelist = default.list.join(',') %]
-
+ value="[%default | html%]">
[% END %]
-
[% END %]
@@ -151,12 +151,12 @@
[% ELSE %] [% testidflag = "" %][% END %]
[% IF default %]
[% valuelist = default.list.join(',') %]
-
+ value="[%valuelist | html%]">
[% END %]
-
@@ -175,13 +175,13 @@
[% ELSE %] [% testidflag = "" %][% END %]
[% IF selected %]
[% valuelist = selected.list.join(',') %]
-
+ value="[%valuelist | html%]">
[% END %]
-
-[% END %]
\ No newline at end of file
+[% END %]
diff --git a/mozilla/webtools/litmus/templates/en/default/index.html.tmpl b/mozilla/webtools/litmus/templates/en/default/index.html.tmpl
deleted file mode 100755
index 8accc65bccb..00000000000
--- a/mozilla/webtools/litmus/templates/en/default/index.html.tmpl
+++ /dev/null
@@ -1,228 +0,0 @@
-[%# The contents of this file are subject to the Mozilla Public
- # License Version 1.1 (the "License"); you may not use this file
- # except in compliance with the License. You may obtain a copy of
- # the License at http://www.mozilla.org/MPL/
- #
- # Software distributed under the License is distributed on an "AS
- # IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or
- # implied. See the License for the specific language governing
- # rights and limitations under the License.
- #
- # The Original Code is Litmus.
- #
- # The Initial Developer of the Original Code is Netscape Communications
- # Corporation. Portions created by Netscape are
- # Copyright (C) 1998 Netscape Communications Corporation. All
- # Rights Reserved.
- #
- # Contributor(s): Zach Lipton
-#%]
-
-[%# INTERFACE:
- # @products - a list of all product objects in the system
- # @hotlist - a hotlist of the top 15 confirmed failures for
- # all products
-#%]
-
-[% INCLUDE global/header.html.tmpl title = 'Home' %]
-
-
- [% INCLUDE hotlist title='Testing Hotlist - Top 15 Confirmed Failures' hotlist = hotlist %]
-
-
-[% INCLUDE global/footer.html.tmpl style="position: absolute;" %]
diff --git a/mozilla/webtools/litmus/templates/en/default/list/list.html.tmpl b/mozilla/webtools/litmus/templates/en/default/list/list.html.tmpl
deleted file mode 100755
index 43ec3d81bff..00000000000
--- a/mozilla/webtools/litmus/templates/en/default/list/list.html.tmpl
+++ /dev/null
@@ -1,59 +0,0 @@
-[%# The contents of this file are subject to the Mozilla Public
- # License Version 1.1 (the "License"); you may not use this file
- # except in compliance with the License. You may obtain a copy of
- # the License at http://www.mozilla.org/MPL/
- #
- # Software distributed under the License is distributed on an "AS
- # IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or
- # implied. See the License for the specific language governing
- # rights and limitations under the License.
- #
- # The Original Code is Litmus.
- #
- # The Initial Developer of the Original Code is Netscape Communications
- # Corporation. Portions created by Netscape are
- # Copyright (C) 1998 Netscape Communications Corporation. All
- # Rights Reserved.
- #
- # Contributor(s): Zach Lipton
-#%]
-
-[%# INTERFACE:
- # @testlist - list of test objects to display
- #
-#%]
-
-[% INCLUDE global/header.html.tmpl title = "Test List" %]
-
-
[% IF testcount %]
[% IF testcount > 1 %] [% plural = 's' %] [% END %]
- You have submitted [% testcount FILTER html %]
+ You have submitted [% testcount | html %]
test result[% plural | html %].
[% END %]
Thank you for your testing efforts.
@@ -85,9 +85,9 @@ Thank you for your testing efforts.
[% ELSE %]
[% count = 0 %]
[% END %]
-
-
[% curresult FILTER html %]:
-
[% count FILTER html %]
+
+
[% curresult | html %]:
+
[% count | html %]
[% END %]
@@ -97,7 +97,7 @@ Thank you for your testing efforts.
[% FOREACH curchange=changedlist %]
- Changes recorded for Test [% curchange FILTER html %]
+ Changes recorded for Test [% curchange | html %]
[% END %]
diff --git a/mozilla/webtools/litmus/templates/en/default/reporting/result_display.tmpl b/mozilla/webtools/litmus/templates/en/default/reporting/result_display.tmpl
index 7fc1bc6d61a..b3eb8e09b42 100644
--- a/mozilla/webtools/litmus/templates/en/default/reporting/result_display.tmpl
+++ b/mozilla/webtools/litmus/templates/en/default/reporting/result_display.tmpl
@@ -93,7 +93,7 @@ Summary Information
[% END %]
@@ -274,4 +274,4 @@
-
\ No newline at end of file
+
diff --git a/mozilla/webtools/litmus/templates/en/default/runtests/resultssubmitted.html.tmpl b/mozilla/webtools/litmus/templates/en/default/runtests/resultssubmitted.html.tmpl
index f1569f47a03..68da6785ac8 100755
--- a/mozilla/webtools/litmus/templates/en/default/runtests/resultssubmitted.html.tmpl
+++ b/mozilla/webtools/litmus/templates/en/default/runtests/resultssubmitted.html.tmpl
@@ -58,7 +58,7 @@ Results submitted
[% IF testcount %]
[% IF testcount > 1 %] [% plural = 's' %] [% END %]
-
You have submitted [% testcount FILTER html %] test
+
You have submitted [% testcount | html %] test
result[% plural | html %].
[% END %]
@@ -73,8 +73,8 @@ Results submitted
[% count = 0 %]
[% END %]
-
[% curresult FILTER html %]:
-
[% count FILTER html %]
+
[% curresult | html %]:
+
[% count | html %]
[% END %]
@@ -84,7 +84,7 @@ Results submitted
[% FOREACH curchange=changedlist %]
- Changes recorded for Test [% curchange FILTER html %]
+ Changes recorded for Test [% curchange | html %]
[% END %]
diff --git a/mozilla/webtools/litmus/templates/en/default/runtests/selectgroupsubgroup.html.tmpl b/mozilla/webtools/litmus/templates/en/default/runtests/selectgroupsubgroup.html.tmpl
index 3d03cb0464f..10f4d419652 100755
--- a/mozilla/webtools/litmus/templates/en/default/runtests/selectgroupsubgroup.html.tmpl
+++ b/mozilla/webtools/litmus/templates/en/default/runtests/selectgroupsubgroup.html.tmpl
@@ -132,11 +132,11 @@ Select Testing Group
[% selected = "" %]
[% END %]
-
- [% testgroup.name FILTER html %]
-
[% personal_completed FILTER html %][% IF personal_completed != 'N/A' %]%[% END %]
-
[% community_completed FILTER html %][% IF community_completed != 'N/A' %]%[% END %]
+ [% testgroup.name | html %]
+
[% personal_completed | html %][% IF personal_completed != 'N/A' %]%[% END %]
+
[% community_completed | html %][% IF community_completed != 'N/A' %]%[% END %]
[% END %]
@@ -180,7 +180,7 @@ Please select a testing group with testcases, or that has not yet been tested in
[% FOREACH testgroup = subgroups.keys %]
[% cursubgrouplist = subgroups.$testgroup %]
-
+
@@ -224,12 +224,12 @@ Please select a testing group with testcases, or that has not yet been tested in
[% END %]
-
-
[% cursubgroup.name FILTER html %]
+
+
[% cursubgroup.name | html %]
[% IF ! counttests %] 0 [% ELSE %] [% counttests %] [% END %]
-
[% personal_completed FILTER html %][% IF personal_completed != 'N/A' %]%[% END %]
-
[% community_completed FILTER html %][% IF community_completed != 'N/A' %]%[% END %]
+
[% personal_completed | html %][% IF personal_completed != 'N/A' %]%[% END %]
+
[% community_completed | html %][% IF community_completed != 'N/A' %]%[% END %]