From da1ff22baca1a83d155e178d4a4441cc7837172c Mon Sep 17 00:00:00 2001
From: Max Kanat-Alexander
Date: Wed, 24 Feb 2010 15:41:34 -0800
Subject: [PATCH] Some lines in the release notes started with a "[% terms"
item but didn't have [%+ on them, so the words would get crunched together,
like "thisBugzilla".
---
.../en/default/pages/release-notes.html.tmpl | 28 +++++++++----------
1 file changed, 14 insertions(+), 14 deletions(-)
diff --git a/template/en/default/pages/release-notes.html.tmpl b/template/en/default/pages/release-notes.html.tmpl
index 35d586bde1..0bb2646ba9 100644
--- a/template/en/default/pages/release-notes.html.tmpl
+++ b/template/en/default/pages/release-notes.html.tmpl
@@ -365,8 +365,8 @@
We have added a new standard field called "See Also" to
- [% terms.Bugzilla %]. In this field, you can put URLs to multiple
- [% terms.bugs %] in any [% terms.Bugzilla %] installation, to indicate
+ [%+ terms.Bugzilla %]. In this field, you can put URLs to multiple
+ [%+ terms.bugs %] in any [% terms.Bugzilla %] installation, to indicate
that those [% terms.bugs %] are related to this one. It also supports
adding URLs to [% terms.bugs %] in
Launchpad.
@@ -438,7 +438,7 @@
You can now use any custom drop-down field as an axis for a tabular
or graphical report.
The X-Bugzilla-Type header in emails sent by
- [% terms.Bugzilla %] is now "new" for [% terms.bug %]mail sent for
+ [%+ terms.Bugzilla %] is now "new" for [% terms.bug %]mail sent for
newly-filed [% terms.bugs %], and "changed" for emails having to do
with updated [% terms.bugs %].
Mails sent by the "Whining" system now contain the header
@@ -460,7 +460,7 @@
"crypt" function. This allows passwords longer than eight characters
to actually be effective. Each user's password will be converted to
SHA-256 the first time they log in after you upgrade to
- [% terms.Bugzilla %] 3.4 or later.
+ [%+ terms.Bugzilla %] 3.4 or later.
If you are using database replication with [% terms.Bugzilla %],
many more scripts now take advantage of the read-only slave (the
"shadowdb"). It may be safe to open up show_bug.cgi
@@ -675,7 +675,7 @@
can be used when updating [% terms.abug %]).
([% terms.Bug %] 476678)
For installations using the shadowdb
parameter,
- [% terms.Bugzilla %] was accidentally writing to the "tokens" table
+ [%+ terms.Bugzilla %] was accidentally writing to the "tokens" table
in the shadow database (instead of the master database) when using the
"Change Several [% terms.Bugs %] at Once" page.
([% terms.Bug %] 476943)
@@ -1184,7 +1184,7 @@
prepare for the fact that it will be moved into an extension at
some point in the future.
The shutdownhtml
parameter now works even when
- [% terms.Bugzilla %]'s database server is down.
+ [%+ terms.Bugzilla %]'s database server is down.
Enhancements for Localizers (or Localized Installations)
@@ -1539,7 +1539,7 @@
debugging issues with SMTP.
([% terms.Bug %] 384497)
If you are a "global watcher" (you get all mails from every
- [% terms.bug %]), you can now see that in your Email Preferences.
+ [%+ terms.bug %]), you can now see that in your Email Preferences.
([% terms.Bug %] 365302)
The Status and Resolution of [% terms.bugs %] are now correctly
localized in CSV search results.
@@ -1803,10 +1803,10 @@
the "Preferences" screen.
Attachments and Flags on New
- [% terms.Bugs %]
+ [%+ terms.Bugs %]
You can now add an attachment while you are filing a new
- [% terms.bug %].
+ [%+ terms.bug %].
You can also set flags on the [% terms.bug %] and on attachments, while
filing a new [% terms.bug %].
@@ -1837,7 +1837,7 @@
There is now navigation and a search box a the top of
each page, in addition to the bar at the bottom of the page.
A re-designed "Format for Printing" page for
- [% terms.bugs %].
+ [%+ terms.bugs %].
The layout of show_bug.cgi (the [% terms.bug %] editing
page) has been changed, and the attachment table has been redesigned.
@@ -1860,7 +1860,7 @@
Skins Documentation for more details.
We currently don't have any alternate skins shipping with
- [% terms.Bugzilla %]. If you write an alternate skin, please
+ [%+ terms.Bugzilla %]. If you write an alternate skin, please
let us know!
Unchangeable Fields Appear
@@ -1888,9 +1888,9 @@
No More Double-Filed [% terms.Bugs %]
Users of [% terms.Bugzilla %] will sometimes accidentally submit
- [% terms.abug %] twice, either by going back in their web browser,
+ [%+ terms.abug %] twice, either by going back in their web browser,
or just by refreshing a page. In the past, this could file the same
- [% terms.bug %] twice (or even three times) in a row, irritating
+ [%+ terms.bug %] twice (or even three times) in a row, irritating
developers and confusing users.
Now, if you try to submit [% terms.abug %] twice from the same screen
@@ -2264,7 +2264,7 @@ sub y { $var++ }
For more information about how to use
DBI with
- [% terms.Bugzilla %], see the
+ [%+ terms.Bugzilla %], see the
Developer's
Guide Section About DBI
--
2.47.2