Skip to content

Commit 90477d3

Browse files
committed
Change customizing to customising in all variants.
Make the spelling of customizing follow the British (also Australian since Richard Jones is from there) spelling. Non-native English speakers will see a consistent spelling of the word. The filename is still customizing.txt/html (US spelling) though.
1 parent dc53b07 commit 90477d3

File tree

11 files changed

+21
-21
lines changed

11 files changed

+21
-21
lines changed

doc/admin_guide.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -371,7 +371,7 @@ interface. These changes are also trusted code that will be run
371371
when invoked.
372372

373373
More secure CSPs can also be created. However because of the ability
374-
to customize the web interface, it is difficult to provide guidance.
374+
to customise the web interface, it is difficult to provide guidance.
375375

376376
Dynamic CSP
377377
-----------

doc/customizing.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
.. meta::
22
:description:
3-
How to customize and extend the Roundup Issue
3+
How to customise and extend the Roundup Issue
44
Tracker. Includes many cookbook and how-to
55
examples.
66

@@ -2376,7 +2376,7 @@ The `reference document`_ also has examples:
23762376
Examples on the Wiki
23772377
====================
23782378

2379-
Even more examples of customization have been contributed by
2379+
Even more examples of customisation have been contributed by
23802380
users. They can be found on the `wiki
23812381
<https://wiki.roundup-tracker.org/CustomisationExamples>`_.
23822382

doc/index.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ Contents
2323

2424
user_guide
2525

26-
customizing
26+
customising <customizing.txt>
2727
rest
2828
xmlrpc
2929
reference

doc/installation.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1182,7 +1182,7 @@ in config.ini should be ``https://tracker.example.org``.
11821182
# going though roundup
11831183
location /@@file/ {
11841184
rewrite ^/@@file/(.*) /html/$1 break;
1185-
# note that you can not use cache control (see customizing doc)
1185+
# note that you can not use cache control (see customising doc)
11861186
# in roundup to set the expires headers since we are
11871187
# bypassing roundup. Consider using a map or different
11881188
# location stanzas to vary the expiration times.

doc/overview.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -253,7 +253,7 @@ number of other items in the in the database. A *multilink*
253253
property, for example, can be used to refer to related items
254254
or keyword categories relevant to an item.
255255

256-
For Roundup, all items have four properties that are not customizable:
256+
For Roundup, all items have four properties that are not customisable:
257257

258258
1. a *date* property named **creation**
259259
2. a *link* property named **creator**

doc/reference.txt

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -13,20 +13,20 @@ Roundup Reference
1313

1414
.. admonition:: Welcome
1515

16-
This document used to be part of the `customization document`_. The
17-
customization document was getting large and unwieldy. It was a
16+
This document used to be part of the `customisation document`_. The
17+
customisation document was getting large and unwieldy. It was a
1818
combination of examples and internal information that made finding
1919
information difficult. We often had questions on the mailing list that
20-
were well answered in the customization document, but finding the info
20+
were well answered in the customisation document, but finding the info
2121
was difficult.
2222

2323
The documentation is slowly being reorganized using the `Diataxis
2424
framework`_. Help with the reorganization is welcome.
2525

2626
This is the document you should look at for background on a tutorial
27-
or how-to guide in the customization document.
27+
or how-to guide in the customisation document.
2828

29-
.. _customization document: customizing.html
29+
.. _customisation document: customizing.html
3030
.. _diataxis framework: https://diataxis.fr/
3131

3232
.. This document borrows from the ZopeBook section on ZPT. The original is at:
@@ -1553,7 +1553,7 @@ this you can:
15531553
but with great power comes great responsibility.
15541554

15551555
Interfaces.py has been around since the earliest releases of Roundup
1556-
and used to be the main way to get a lot of customization done. In
1556+
and used to be the main way to get a lot of customisation done. In
15571557
modern Roundup, the extensions_ mechanism is used to `add actions
15581558
<#defining-new-web-actions>`_ and `templating utilities`_. But there are
15591559
places where interfaces.py is still useful. Note that the tracker

doc/rest.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1743,7 +1743,7 @@ seen.
17431743
However the templating system can access the hyperdb directly which
17441744
allows filtering to happen with admin privs escaping the standard
17451745
permissions scheme. For example access to a user's roles should be
1746-
limited to the user (read only) and an admin. If you have customized
1746+
limited to the user (read only) and an admin. If you have customised
17471747
your schema to implement `Restricting the list of
17481748
users that are assignable to a task <customizing.html#restricting-the-list-of-users-that-are-assignable-to-a-task>`__
17491749
so that only users with a

doc/upgrading-history.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ Roundup used to allow certain HTML-Tags in OK- and Error-messages. Since
8282
these messages are passed via the URL (due to roundup redirecting after
8383
an edit), we did have security-issues (see issue2550724).
8484

85-
If you have customized the OK or Error messages in your
85+
If you have customised the OK or Error messages in your
8686
roundup-installation and you were using features like bold or italic
8787
in the message, you will have to do without this highlighting and
8888
remove HTML tags from messages.
@@ -326,14 +326,14 @@ Migrating from 1.4.x to 1.4.9
326326
Customized MailGW Class
327327
-----------------------
328328

329-
If you have customized the MailGW class in your tracker: The new MailGW
329+
If you have customised the MailGW class in your tracker: The new MailGW
330330
class opens the database for each message in the method handle_message
331331
(instance.open) instead of passing the opened database as a parameter to
332332
the MailGW constructor. The old handle_message has been renamed to
333333
_handle_message. The new method opens the database and wraps the call to
334334
the old method into a try/finally.
335335

336-
Your customized MailGW class needs to mirror this behavior.
336+
Your customised MailGW class needs to mirror this behavior.
337337

338338
Fix the "remove" button in issue files and messages lists
339339
---------------------------------------------------------

doc/upgrading.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1204,7 +1204,7 @@ Statusauditor.py has been enhanced to prevent the status from changing
12041204
to "chatting" until a second user (person) adds a message. If you
12051205
want this functionality, you need to merge the distributed
12061206
statusauditor.py with your tracker's statusauditor.py. If you have not
1207-
customized your tracker's statusauditor.py, copy the one from the
1207+
customised your tracker's statusauditor.py, copy the one from the
12081208
distibuted template. In addition to the python file, you also must
12091209
copy/merge the distributed ``detectors/config.ini`` into your
12101210
tracker's detectors directory. Most people can copy

doc/whatsnew-0.7.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ Extending the cgi interface
137137
Before 0.7.0 adding or extending web actions was done by overriding or adding
138138
methods on the Client class. Though this approach still works to provide
139139
backwards compatibility, it is recommended you upgrade to the new approach, as
140-
described in the `Defining new web actions`__ section of the customization
140+
described in the `Defining new web actions`__ section of the customisation
141141
documentation. You might also want to take a look at the `Using an external
142142
password validation source`__ example.
143143

0 commit comments

Comments
 (0)