зеркало из https://github.com/mozilla/pjs.git
Bug 355158: Bad filtering of bug list names - Patch by Fr�d�ric Buclin <LpSolit@gmail.com> r=mkanat a=myk
This commit is contained in:
Родитель
f3dec14945
Коммит
09a3bc6391
|
@ -63,8 +63,6 @@
|
||||||
}
|
}
|
||||||
%]
|
%]
|
||||||
|
|
||||||
[% qorder = order FILTER url_quote IF order %]
|
|
||||||
|
|
||||||
[% PROCESS bug/time.html.tmpl %]
|
[% PROCESS bug/time.html.tmpl %]
|
||||||
|
|
||||||
[%############################################################################%]
|
[%############################################################################%]
|
||||||
|
@ -94,7 +92,7 @@
|
||||||
<a href="buglist.cgi?
|
<a href="buglist.cgi?
|
||||||
[% urlquerypart FILTER html %]&order=bugs.bug_id
|
[% urlquerypart FILTER html %]&order=bugs.bug_id
|
||||||
[%-#%]&query_based_on=
|
[%-#%]&query_based_on=
|
||||||
[% defaultsavename OR searchname FILTER html %]">ID</a>
|
[% defaultsavename OR searchname FILTER url_quote %]">ID</a>
|
||||||
[% END %]
|
[% END %]
|
||||||
</th>
|
</th>
|
||||||
|
|
||||||
|
@ -139,10 +137,10 @@
|
||||||
[% column.sortalias = column.name %]
|
[% column.sortalias = column.name %]
|
||||||
[% END %]
|
[% END %]
|
||||||
<a href="buglist.cgi?[% urlquerypart FILTER html %]&order=
|
<a href="buglist.cgi?[% urlquerypart FILTER html %]&order=
|
||||||
[% column.sortalias FILTER url_quote FILTER html %]
|
[% column.sortalias FILTER url_quote %]
|
||||||
[% ",$qorder" FILTER html IF order %]
|
[% ",$order" FILTER url_quote IF order %]
|
||||||
[%-#%]&query_based_on=
|
[%-#%]&query_based_on=
|
||||||
[% defaultsavename OR searchname FILTER html %]">
|
[% defaultsavename OR searchname FILTER url_quote %]">
|
||||||
[%- abbrev.$id.title || field_descs.$id || column.title -%]</a>
|
[%- abbrev.$id.title || field_descs.$id || column.title -%]</a>
|
||||||
[% END %]
|
[% END %]
|
||||||
</th>
|
</th>
|
||||||
|
|
Загрузка…
Ссылка в новой задаче