Mercurial > p > roundup > code
diff doc/upgrading-history.txt @ 7499:a072331c843b
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.
| author | John Rouillard <rouilj@ieee.org> |
|---|---|
| date | Sun, 18 Jun 2023 11:35:16 -0400 |
| parents | fe16ff1bede5 |
| children | 1a912887d704 |
line wrap: on
line diff
--- a/doc/upgrading-history.txt Sun Jun 18 11:13:31 2023 -0400 +++ b/doc/upgrading-history.txt Sun Jun 18 11:35:16 2023 -0400 @@ -82,7 +82,7 @@ these messages are passed via the URL (due to roundup redirecting after an edit), we did have security-issues (see issue2550724). -If you have customized the OK or Error messages in your +If you have customised the OK or Error messages in your roundup-installation and you were using features like bold or italic in the message, you will have to do without this highlighting and remove HTML tags from messages. @@ -326,14 +326,14 @@ Customized MailGW Class ----------------------- -If you have customized the MailGW class in your tracker: The new MailGW +If you have customised the MailGW class in your tracker: The new MailGW class opens the database for each message in the method handle_message (instance.open) instead of passing the opened database as a parameter to the MailGW constructor. The old handle_message has been renamed to _handle_message. The new method opens the database and wraps the call to the old method into a try/finally. -Your customized MailGW class needs to mirror this behavior. +Your customised MailGW class needs to mirror this behavior. Fix the "remove" button in issue files and messages lists ---------------------------------------------------------
