]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Bug 305807: Fix some incorrect template filtering types - Patch by GavinS <bugzilla...
authorlpsolit%gmail.com <>
Tue, 18 Oct 2005 04:58:51 +0000 (04:58 +0000)
committerlpsolit%gmail.com <>
Tue, 18 Oct 2005 04:58:51 +0000 (04:58 +0000)
template/en/default/admin/classifications/edit.html.tmpl
template/en/default/admin/groups/deleted.html.tmpl
template/en/default/admin/groups/list.html.tmpl
template/en/default/attachment/diff-header.html.tmpl
template/en/default/bug/summarize-time.html.tmpl
template/en/default/global/user-error.html.tmpl
template/en/default/list/list.html.tmpl

index b38f4d6aa24ffbd5a17dc4bd38c99ecafbd418ae..24ec9dacfccaf41cff3e748e5851cbeb9efa4592 100644 (file)
@@ -49,7 +49,7 @@
                 <th align=right valign=top>[% product.name FILTER html %]</th>
                 <td valign=top>
                   [% IF product.description %]
-                    [% product.description FILTER html %]
+                    [% product.description FILTER none %]
                   [% ELSE %]
                     <font color="red">description missing</font>
                   [% END %]
index fc91190cb64a175ec28733563be63571c0e07476..2a5c2f870d0688b646a158a962792d943261f599 100644 (file)
@@ -42,7 +42,7 @@
   </p>
 
   <p>
-    <a href="editgroups.cgi?action=del&amp;group=[% gid FILTER html %]">View</a>
+    <a href="editgroups.cgi?action=del&amp;group=[% gid FILTER url_quote %]">View</a>
     the list of which records are affected.
   </p>
 [% ELSE %]
index c183e4aff40cc329ddbd2e15716207316802d494..5c473216c1d97f8837e6fad1c0dd259dbc21db8a 100644 (file)
@@ -67,9 +67,9 @@
       </td>
 
       <td align="center" valign="middle">
-        <a href="editgroups.cgi?action=changeform&amp;group=[% group.id FILTER html %]">Edit</a>
+        <a href="editgroups.cgi?action=changeform&amp;group=[% group.id FILTER url_quote %]">Edit</a>
         [% IF (group.isbuggroup) %]
-          | <a href="editgroups.cgi?action=del&amp;group=[% group.id FILTER html %]">Delete</a>
+          | <a href="editgroups.cgi?action=del&amp;group=[% group.id FILTER url_quote %]">Delete</a>
         [% END %]
       </td>
     </tr>
index 61d7c14ec140a8cadc319f5a4772d76e9129ed7f..d26b274efac517416e500e012764f4163ca66767 100644 (file)
@@ -243,7 +243,7 @@ tbody.file pre:empty {
   [% IF headers %]
     <a href="[% PROCESS viewurl id=attachid %]">View</a>
     | <a href="[% PROCESS editurl id=attachid %]">Edit</a>
-    | <a href="[% PROCESS diffurl id=attachid %]&amp;context=[% context FILTER html %]&amp;collapsed=[% collapsed FILTER html %]&amp;headers=[% headers FILTER html %]&amp;format=raw">Raw&nbsp;Unified</a>
+    | <a href="[% PROCESS diffurl id=attachid %]&amp;context=[% context FILTER url_quote %]&amp;collapsed=[% collapsed FILTER url_quote %]&amp;headers=[% headers FILTER url_quote %]&amp;format=raw">Raw&nbsp;Unified</a>
   [% END %]
   [% IF other_patches.size > 0 %]
     [% IF headers %] |[%END%]
@@ -287,12 +287,12 @@ tbody.file pre:empty {
   [% IF context == "patch" %]
     (<strong>Patch</strong> / 
   [% ELSE %]
-    (<a href="[% PROCESS diffurl id=attachid %]&amp;headers=[% headers FILTER html %]">Patch</a> / 
+    (<a href="[% PROCESS diffurl id=attachid %]&amp;headers=[% headers FILTER url_quote %]">Patch</a> / 
   [% END %]
   [% IF context == "file" %]
     <strong>File</strong> /
   [% ELSE %]
-    <a href="[% PROCESS diffurl id=attachid %]&amp;headers=[% headers FILTER html %]&amp;context=file">File</a> / 
+    <a href="[% PROCESS diffurl id=attachid %]&amp;headers=[% headers FILTER url_quote %]&amp;context=file">File</a> / 
   [% END %]
 
   [% IF context == "patch" || context == "file" %]
index 0bcaeaeb6bbba85add900db36a30e3e24fda40ad..c16f6d429115b2a619abc9ef9034e95142c23cf6 100644 (file)
   #%]
 
 [% BLOCK buglink %]
-    <a href="show_bug.cgi?id=[% id FILTER html %]"><b>[% terms.Bug %]&nbsp;[% id FILTER html %]</b></a>
+    <a href="show_bug.cgi?id=[% id FILTER url_quote %]"><b>[% terms.Bug %]&nbsp;[% id FILTER html %]</b></a>
 [% END %]
 
index 4de46f958a7fc45f356044c2bdd9ff4ecc39ba8e..8646100da6705635754c76c4d97278dc79593259 100644 (file)
   <p>  
     Alternatively, you can    
     <a href="buglist.cgi?cmdtype=dorem&amp;remaction=forget&amp;namedcmd=
-                  [% namedcmd FILTER html %]">forget</a>
+                  [% namedcmd FILTER url_quote %]">forget</a>
                   
     [% FOREACH q = Bugzilla.user.queries %]
       [% IF q.name == namedcmd %]
index dfe57b75572819ece92c831760b5072084a9916b..48b60ac8ae34cd76fdb7ac8c0a2407037c28987e 100644 (file)
         [% urlquerypart FILTER html %]&amp;ctype=ics">iCalendar</a> |
         <a href="colchange.cgi?
         [% urlquerypart FILTER html %]&amp;query_based_on=
-          [% defaultsavename OR searchname FILTER html %]">Change&nbsp;Columns</a> |
+          [% defaultsavename OR searchname FILTER url_quote %]">Change&nbsp;Columns</a> |
 
         [% IF bugs.size > 1 && caneditbugs && !dotweak %]
           <a href="buglist.cgi?[% urlquerypart FILTER html %]