зеркало из https://github.com/mozilla/pjs.git
Bug 305807: Fix some incorrect template filtering types - Patch by GavinS <bugzilla@chimpychompy.org> r=LpSolit r=justdave a=justdave
This commit is contained in:
Родитель
3b9bcffd8e
Коммит
63a6a0fade
|
@ -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 %]
|
||||
|
|
|
@ -42,7 +42,7 @@
|
|||
</p>
|
||||
|
||||
<p>
|
||||
<a href="editgroups.cgi?action=del&group=[% gid FILTER html %]">View</a>
|
||||
<a href="editgroups.cgi?action=del&group=[% gid FILTER url_quote %]">View</a>
|
||||
the list of which records are affected.
|
||||
</p>
|
||||
[% ELSE %]
|
||||
|
|
|
@ -67,9 +67,9 @@
|
|||
</td>
|
||||
|
||||
<td align="center" valign="middle">
|
||||
<a href="editgroups.cgi?action=changeform&group=[% group.id FILTER html %]">Edit</a>
|
||||
<a href="editgroups.cgi?action=changeform&group=[% group.id FILTER url_quote %]">Edit</a>
|
||||
[% IF (group.isbuggroup) %]
|
||||
| <a href="editgroups.cgi?action=del&group=[% group.id FILTER html %]">Delete</a>
|
||||
| <a href="editgroups.cgi?action=del&group=[% group.id FILTER url_quote %]">Delete</a>
|
||||
[% END %]
|
||||
</td>
|
||||
</tr>
|
||||
|
|
|
@ -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 %]&context=[% context FILTER html %]&collapsed=[% collapsed FILTER html %]&headers=[% headers FILTER html %]&format=raw">Raw Unified</a>
|
||||
| <a href="[% PROCESS diffurl id=attachid %]&context=[% context FILTER url_quote %]&collapsed=[% collapsed FILTER url_quote %]&headers=[% headers FILTER url_quote %]&format=raw">Raw 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 %]&headers=[% headers FILTER html %]">Patch</a> /
|
||||
(<a href="[% PROCESS diffurl id=attachid %]&headers=[% headers FILTER url_quote %]">Patch</a> /
|
||||
[% END %]
|
||||
[% IF context == "file" %]
|
||||
<strong>File</strong> /
|
||||
[% ELSE %]
|
||||
<a href="[% PROCESS diffurl id=attachid %]&headers=[% headers FILTER html %]&context=file">File</a> /
|
||||
<a href="[% PROCESS diffurl id=attachid %]&headers=[% headers FILTER url_quote %]&context=file">File</a> /
|
||||
[% END %]
|
||||
|
||||
[% IF context == "patch" || context == "file" %]
|
||||
|
|
|
@ -324,6 +324,6 @@
|
|||
#%]
|
||||
|
||||
[% BLOCK buglink %]
|
||||
<a href="show_bug.cgi?id=[% id FILTER html %]"><b>[% terms.Bug %] [% id FILTER html %]</b></a>
|
||||
<a href="show_bug.cgi?id=[% id FILTER url_quote %]"><b>[% terms.Bug %] [% id FILTER html %]</b></a>
|
||||
[% END %]
|
||||
|
||||
|
|
|
@ -1276,7 +1276,7 @@
|
|||
<p>
|
||||
Alternatively, you can
|
||||
<a href="buglist.cgi?cmdtype=dorem&remaction=forget&namedcmd=
|
||||
[% namedcmd FILTER html %]">forget</a>
|
||||
[% namedcmd FILTER url_quote %]">forget</a>
|
||||
|
||||
[% FOREACH q = Bugzilla.user.queries %]
|
||||
[% IF q.name == namedcmd %]
|
||||
|
|
|
@ -168,7 +168,7 @@
|
|||
[% urlquerypart FILTER html %]&ctype=ics">iCalendar</a> |
|
||||
<a href="colchange.cgi?
|
||||
[% urlquerypart FILTER html %]&query_based_on=
|
||||
[% defaultsavename OR searchname FILTER html %]">Change Columns</a> |
|
||||
[% defaultsavename OR searchname FILTER url_quote %]">Change Columns</a> |
|
||||
|
||||
[% IF bugs.size > 1 && caneditbugs && !dotweak %]
|
||||
<a href="buglist.cgi?[% urlquerypart FILTER html %]
|
||||
|
|
Загрузка…
Ссылка в новой задаче