Tag url's are too long. Use search terms instead.

This commit is contained in:
ghendricks%novell.com 2006-11-30 22:10:12 +00:00
Родитель 23bd153ed5
Коммит 35f1c180f6
2 изменённых файлов: 7 добавлений и 6 удалений

Просмотреть файл

@ -36,6 +36,7 @@
{ id => "notregexp", name => "doesn't match regexp" } ] %]
[% tag_variants = [
{ id => "allwords", name => "contains all of the tags" },
{ id => "anywords", name => "contains any of the tags" },
{ id => "nowords", name => "contains none of the tags" } ] %]
{ id => "anyexact", name => "is tagged with" },
{ id => "allwords", name => "contains all of the words" },
{ id => "anywords", name => "contains any of the words" },
{ id => "nowords", name => "contains none of the words" } ] %]

Просмотреть файл

@ -47,9 +47,9 @@
[% FOREACH tag = tags %]
<tr class="[% loop.count % 2 == 0 ? "bz_row_odd" : "bz_row_even" %]">
<td width="200">[% tag.name FILTER html %]</td>
<td align="center"><a href="tr_list_cases.cgi?case_id=[% tag.case_list %]">[% tag.case_count FILTER html %]</a></td>
<td align="center"><a href="tr_list_plans.cgi?plan_id=[% tag.plan_list %]">[% tag.plan_count FILTER html %]</a></td>
<td align="center"><a href="tr_list_runs.cgi?run_id=[% tag.run_list %]">[% tag.run_count FILTER html %]</a></td>
<td align="center"><a href="tr_list_cases.cgi?tags_type=anyexact&tags=[% tag.name FILTER url_quote %]">[% tag.case_count FILTER html %]</a></td>
<td align="center"><a href="tr_list_plans.cgi?tags_type=anyexact&tags=[% tag.name FILTER url_quote %]">[% tag.plan_count FILTER html %]</a></td>
<td align="center"><a href="tr_list_runs.cgi?tags_type=anyexact&tags=[% tag.name FILTER url_quote %]">[% tag.run_count FILTER html %]</a></td>
<td>
[% IF type %]
<a href="tr_tags.cgi?tagid=[% tag.id FILTER none %]&action=removetag&id=[% id FILTER none %]&type=[% type FILTER url_quote %]&method=html">Remove</a>