Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
bugzilla
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
etersoft
bugzilla
Commits
e658f6a3
Commit
e658f6a3
authored
Jul 05, 2011
by
David Lawrence
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Bug 666695 - Voting Extension templates have unfiltered directives
r/a=mkanat
parent
937eda7d
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
12 additions
and
12 deletions
+12
-12
confirm-delete-warn_safe.html.tmpl
...fault/hook/admin/users/confirm-delete-warn_safe.html.tmpl
+1
-1
edit-after_importance.html.tmpl
...plate/en/default/hook/bug/edit-after_importance.html.tmpl
+1
-1
user.html.tmpl
...ns/Voting/template/en/default/pages/voting/user.html.tmpl
+10
-10
No files found.
extensions/Voting/template/en/default/hook/admin/users/confirm-delete-warn_safe.html.tmpl
View file @
e658f6a3
...
...
@@ -24,7 +24,7 @@
[% IF votes == 1 %]
[%+ terms.abug %]
[% ELSE %]
[%+ votes %] [%+ terms.bugs %]
[%+ votes
FILTER html
%] [%+ terms.bugs %]
[% END %].
If you delete the user account,
...
...
extensions/Voting/template/en/default/hook/bug/edit-after_importance.html.tmpl
View file @
e658f6a3
...
...
@@ -23,7 +23,7 @@
with
<a href="page.cgi?id=voting/bug.html&bug_id=
[%- bug.id FILTER uri %]">
[%- bug.votes %]
[%- bug.votes
FILTER html
%]
[% IF bug.votes == 1 %]
vote
[% ELSE %]
...
...
extensions/Voting/template/en/default/pages/voting/user.html.tmpl
View file @
e658f6a3
...
...
@@ -100,7 +100,7 @@
[% IF product.maxperbug < product.maxvotes AND
product.maxperbug > 1 %]
<font size="-1">
(Note: only [% product.maxperbug %] vote
(Note: only [% product.maxperbug
FILTER html
%] vote
[% "s" IF product.maxperbug != 1 %] allowed per [% terms.bug %] in
this product.)
</font>
...
...
@@ -120,17 +120,17 @@
[% END %]
[%- END %]
</td>
<td align="right"><a name="vote_[% bug.id %]">
<td align="right"><a name="vote_[% bug.id
FILTER html
%]">
[% IF canedit %]
[% IF product.onevoteonly %]
<input type="checkbox" name="[% bug.id %]" value="1"
[% " checked" IF bug.count %] id="bug_[% bug.id %]">
<input type="checkbox" name="[% bug.id
FILTER html
%]" value="1"
[% " checked" IF bug.count %] id="bug_[% bug.id
FILTER html
%]">
[% ELSE %]
<input name="[% bug.id
%]" value="[% bug.count
%]"
size="2" id="bug_[% bug.id %]">
<input name="[% bug.id
FILTER html %]" value="[% bug.count FILTER html
%]"
size="2" id="bug_[% bug.id
FILTER html
%]">
[% END %]
[% ELSE %]
[% bug.count %]
[% bug.count
FILTER html
%]
[% END %]
</a></td>
<td align="center">
...
...
@@ -138,15 +138,15 @@
</td>
<td>
[% bug.summary FILTER html %]
(<a href="page.cgi?id=voting/bug.html&bug_id=[% bug.id %]">Show Votes</a>)
(<a href="page.cgi?id=voting/bug.html&bug_id=[% bug.id
FILTER uri
%]">Show Votes</a>)
</td>
</tr>
[% END %]
<tr>
<td></td>
<td colspan="3">[% product.total %] vote
[% "s" IF product.total != 1 %] used out of [% product.maxvotes %]
<td colspan="3">[% product.total
FILTER html
%] vote
[% "s" IF product.total != 1 %] used out of [% product.maxvotes
FILTER html
%]
allowed.
<br>
<br>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment