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
640f75fd
Commit
640f75fd
authored
Apr 04, 2008
by
mozilla%colinogilvie.co.uk
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Docs fixes for Bug 298827: builtin or built-in and Bug 298832: ie (sp)
Patch by Frank Wein <bugzilla@mcsmurf.de>, r=me
parent
a3f49baa
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
customization.xml
docs/en/xml/customization.xml
+3
-3
No files found.
docs/en/xml/customization.xml
View file @
640f75fd
...
@@ -153,7 +153,7 @@
...
@@ -153,7 +153,7 @@
to properly HTML filter data that has been passed into the template.
to properly HTML filter data that has been passed into the template.
This means that if the data can possibly contain special HTML characters
This means that if the data can possibly contain special HTML characters
such as
<
, and the data was not intended to be HTML, they need to be
such as
<
, and the data was not intended to be HTML, they need to be
converted to entity form, i
e
&
lt;. You use the 'html' filter in the
converted to entity form, i
.e.
&
lt;. You use the 'html' filter in the
Template Toolkit to do this. If you forget, you may open up
Template Toolkit to do this. If you forget, you may open up
your installation to cross-site scripting attacks.
your installation to cross-site scripting attacks.
</para>
</para>
...
@@ -162,7 +162,7 @@
...
@@ -162,7 +162,7 @@
Also note that Bugzilla adds a few filters of its own, that are not
Also note that Bugzilla adds a few filters of its own, that are not
in standard Template Toolkit. In particular, the 'url_quote' filter
in standard Template Toolkit. In particular, the 'url_quote' filter
can convert characters that are illegal or have special meaning in URLs,
can convert characters that are illegal or have special meaning in URLs,
such as
&
, to the encoded form, i
e
%26. This actually encodes most
such as
&
, to the encoded form, i
.e.
%26. This actually encodes most
characters (but not the common ones such as letters and numbers and so
characters (but not the common ones such as letters and numbers and so
on), including the HTML-special characters, so there's never a need to
on), including the HTML-special characters, so there's never a need to
HTML filter afterwards.
HTML filter afterwards.
...
@@ -665,7 +665,7 @@
...
@@ -665,7 +665,7 @@
Certain marked sections should not be changed - these are
Certain marked sections should not be changed - these are
the
<quote>
plumbing
</quote>
which makes the rest of the function work.
the
<quote>
plumbing
</quote>
which makes the rest of the function work.
In between those sections, you'll find snippets of code like:
In between those sections, you'll find snippets of code like:
<programlisting>
# Allow the
owner
to change anything.
<programlisting>
# Allow the
assignee
to change anything.
if ($ownerid eq $whoid) {
if ($ownerid eq $whoid) {
return 1;
return 1;
}
</programlisting>
}
</programlisting>
...
...
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