summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authortimeless%mozdev.org <>2007-07-23 05:25:10 +0200
committertimeless%mozdev.org <>2007-07-23 05:25:10 +0200
commitefe725f656d0e44bef2c1573a59d3eddf3029b2a (patch)
treeeefdd829d63eadf0622aa16c3cadac00eaabdb85 /docs
parent037e0329c03537cdb893c6a50758a087f00d8fbc (diff)
downloadbugzilla-efe725f656d0e44bef2c1573a59d3eddf3029b2a.tar.gz
bugzilla-efe725f656d0e44bef2c1573a59d3eddf3029b2a.tar.xz
Bug 364361 The word "Customising" in chapter 6 title is spelled wrong in all documentation
r=colin.ogilvie, kevin.benton
Diffstat (limited to 'docs')
-rw-r--r--docs/rel_notes.txt22
-rw-r--r--docs/xml/about.xml4
-rw-r--r--docs/xml/customization.xml2
-rw-r--r--docs/xml/introduction.xml2
-rw-r--r--docs/xml/patches.xml2
-rw-r--r--docs/xml/using.xml4
6 files changed, 18 insertions, 18 deletions
diff --git a/docs/rel_notes.txt b/docs/rel_notes.txt
index 64212a292..47317d0a3 100644
--- a/docs/rel_notes.txt
+++ b/docs/rel_notes.txt
@@ -2387,7 +2387,7 @@ See also next section.
'letsubmitterchoosepriority' was off.
(bug 63018)
-- Most CGIs are now templatised. This helps to make it
+- Most CGIs are now templatized. This helps to make it
easier to remember to HTML filter values and easier to spot
when they are not, preventing cross site scripting attacks.
(bug 86168)
@@ -2398,17 +2398,17 @@ See also next section.
*** IMPORTANT CHANGES ***
-- 2.16 introduces "templatisation", a new feature that allows
- administrators to easily customise the HTML output (the "look and feel")
+- 2.16 introduces "templatization", a new feature that allows
+ administrators to easily customize the HTML output (the "look and feel")
of Bugzilla without altering Perl code. Bugzilla uses the
- "Template Toolkit" for this. Please see the "Template Customisation"
+ "Template Toolkit" for this. Please see the "Template Customization"
section of the Bugzilla Guide for more details.
- Administrators who ran the 2.15 development version and customised
+ Administrators who ran the 2.15 development version with custom
templates should check the templates are still valid, as file names
and file paths have changed.
- Most output is now templatised. This process will be complete next
+ Most output is now templatized. This process will be complete next
milestone.
For speed, compiled templates are cached on disk. If you modify the
@@ -2462,7 +2462,7 @@ See also next section.
lengthy delays in future if this problem reoccurs.
(bug 106377)
-- In parallel with templatisation, a lot of changes have been made to the HTML
+- In parallel with templatization, a lot of changes have been made to the HTML
output of the Bugzilla CGIs. This could break code that attempts to parse
such code. For example, this breaks mozbot.
(no bug number)
@@ -2739,8 +2739,8 @@ known to us after the Bugzilla 2.14 release.
*** SECURITY ISSUES RESOLVED ***
-- Multiple instances of unauthorised access to confidential
- bugs has been fixed.
+- Multiple instances of unauthorized access to confidential
+ bugs have been fixed.
(bug 39524, 39526, 39527, 39531, 39533, 70189, 82781)
- Multiple instances of untrusted parameters not being
@@ -2751,7 +2751,7 @@ known to us after the Bugzilla 2.14 release.
- After logging in passwords no longer appear in the URL.
(bug 15980)
-- Procedures to prevent unauthorised access to confidential
+- Procedures to prevent unauthorized access to confidential
files are now simpler. In particular the shadow directory
no longer exists and the data/comments file no longer needs
to be directly accessible, so the entire data directory can
@@ -2762,7 +2762,7 @@ known to us after the Bugzilla 2.14 release.
- If they do not already exist, checksetup.pl will attempt to
write Apache .htaccess files by default, to prevent
- unauthorised access to confidential files. You can turn this
+ unauthorized access to confidential files. You can turn this
off in the localconfig file.
(bug 76154)
diff --git a/docs/xml/about.xml b/docs/xml/about.xml
index e14bb451e..7e00ed568 100644
--- a/docs/xml/about.xml
+++ b/docs/xml/about.xml
@@ -1,6 +1,6 @@
<!-- <!DOCTYPE chapter PUBLIC "-//OASIS//DTD DocBook V4.1//EN" [
<!ENTITY conventions SYSTEM "conventions.xml"> ] > -->
-<!-- $Id: about.xml,v 1.24 2006/06/06 15:24:10 uid623 Exp $ -->
+<!-- $Id: about.xml,v 1.25 2007/07/22 22:25:12 timeless%mozdev.org Exp $ -->
<chapter id="about">
<title>About This Guide</title>
@@ -87,7 +87,7 @@
</para>
<para>
- In addition, there are Bugzilla template localisation projects in
+ In addition, there are Bugzilla template localization projects in
the following languages. They may have translated documentation
available:
<ulink url="http://sourceforge.net/projects/bugzilla-ar/">Arabic</ulink>,
diff --git a/docs/xml/customization.xml b/docs/xml/customization.xml
index a513610be..824b88de9 100644
--- a/docs/xml/customization.xml
+++ b/docs/xml/customization.xml
@@ -1,6 +1,6 @@
<!-- <!DOCTYPE appendix PUBLIC "-//OASIS//DTD DocBook V4.1//EN"> -->
<chapter id="customization">
- <title>Customising Bugzilla</title>
+ <title>Customizing Bugzilla</title>
<section id="cust-skins">
<title>Custom Skins</title>
diff --git a/docs/xml/introduction.xml b/docs/xml/introduction.xml
index 5cf4a5599..3968702c6 100644
--- a/docs/xml/introduction.xml
+++ b/docs/xml/introduction.xml
@@ -68,7 +68,7 @@
</listitem>
<listitem>
- <para>Completely customisable and/or localisable web user
+ <para>Completely customizable and/or localizable web user
interface</para>
</listitem>
diff --git a/docs/xml/patches.xml b/docs/xml/patches.xml
index b1d92816f..12efb0ca4 100644
--- a/docs/xml/patches.xml
+++ b/docs/xml/patches.xml
@@ -21,7 +21,7 @@
<warning>
<para>
- These files pre-date the templatisation work done as part of the
+ These files pre-date the templatization work done as part of the
2.16 release, and have not been updated.
</para>
</warning>
diff --git a/docs/xml/using.xml b/docs/xml/using.xml
index ad59385bb..3c200a30a 100644
--- a/docs/xml/using.xml
+++ b/docs/xml/using.xml
@@ -243,7 +243,7 @@
<listitem>
<para>
<emphasis>Priority:</emphasis>
- The bug assignee uses this field to prioritise his or her bugs.
+ The bug assignee uses this field to prioritize his or her bugs.
It's a good idea not to change this on other people's bugs.</para>
</listitem>
@@ -1064,7 +1064,7 @@
<section id="userpreferences">
<title>User Preferences</title>
- <para>Once you have logged in, you can customise various aspects of
+ <para>Once you have logged in, you can customize various aspects of
Bugzilla via the "Edit prefs" link in the page footer.
The preferences are split into three tabs:</para>