Bug 232830 - use url_quote instead of html filtering to make sure we can delete queries which contain a "+". Patch by gerv; r,a=myk.

This commit is contained in:
gerv%gerv.net 2004-02-04 00:12:42 +00:00
parent 821786cb64
commit 9af3428ee1
3 changed files with 7 additions and 7 deletions

View File

@ -159,7 +159,7 @@
<td valign="middle" nowrap="nowrap">
|
<a href="buglist.cgi?cmdtype=dorem&amp;remaction=forget&amp;namedcmd=
[% searchname FILTER html %]">Forget&nbsp;Search&nbsp;'
[% searchname FILTER url_quote %]">Forget&nbsp;Search&nbsp;'
[% searchname FILTER html %]'</a>
</td>
[% ELSE %]

View File

@ -207,9 +207,9 @@ function subcatSelected() {
[% series.series_id %]">Edit</a> |
[% END %]
<a href="buglist.cgi?cmdtype=dorem&amp;namedcmd=
[% series.category FILTER html %]%20/%20
[% series.subcategory FILTER html %]%20/%20
[% series.name FILTER html -%]&amp;series_id=
[% series.category FILTER url_quote %]%20/%20
[% series.subcategory FILTER url_quote %]%20/%20
[% series.name FILTER url_quote -%]&amp;series_id=
[% series.series_id %]&amp;remaction=runseries">Run Search</a>
</td>
</tr>

View File

@ -54,9 +54,9 @@
<a href="query.cgi?[% default.query FILTER html%]">View
series search parameters</a> |
<a href="buglist.cgi?cmdtype=dorem&amp;namedcmd=
[% default.category FILTER html %]-
[% default.subcategory FILTER html %]-
[% default.name FILTER html %]&amp;remaction=runseries&amp;series_id=
[% default.category FILTER url_quote %]-
[% default.subcategory FILTER url_quote %]-
[% default.name FILTER url_quote %]&amp;remaction=runseries&amp;series_id=
[% default.series_id %]">Run series search</a>
</p>