summaryrefslogtreecommitdiffstats
path: root/template
diff options
context:
space:
mode:
authorFrédéric Buclin <LpSolit@gmail.com>2014-01-24 18:39:19 +0100
committerFrédéric Buclin <LpSolit@gmail.com>2014-01-24 18:39:19 +0100
commit38c60dd1399c652e17da0b6bc1f5b467fdd34a1c (patch)
tree3a78de25cb4f9e7597d39cbe5ecf4dd8e2d4374f /template
parente9ba1e6938ddbabecdc8758fbfbe5504477229cc (diff)
downloadbugzilla-38c60dd1399c652e17da0b6bc1f5b467fdd34a1c.tar.gz
bugzilla-38c60dd1399c652e17da0b6bc1f5b467fdd34a1c.tar.xz
Bugzilla is now hardcoded in trunk (instead of terms.Bugzilla)
https://bugzilla.mozilla.org/show_bug.cgi?id=947150
Diffstat (limited to 'template')
-rw-r--r--template/en/default/pages/release-notes.html.tmpl10
1 files changed, 5 insertions, 5 deletions
diff --git a/template/en/default/pages/release-notes.html.tmpl b/template/en/default/pages/release-notes.html.tmpl
index 529a7462d..ae0429d2a 100644
--- a/template/en/default/pages/release-notes.html.tmpl
+++ b/template/en/default/pages/release-notes.html.tmpl
@@ -54,10 +54,10 @@
being older than 1.614, preventing the upgrade to complete.
(<a href="https://bugzilla.mozilla.org/show_bug.cgi?id=938300">[% terms.Bug %] 938300</a>)</li>
<li>An error about <kbd>longdescs.comment_id</kbd> was thrown by MySQL 5.0
- and 5.1 when upgrading to [% terms.Bugzilla %] 4.4 or 4.4.1.
+ and 5.1 when upgrading to Bugzilla 4.4 or 4.4.1.
(<a href="https://bugzilla.mozilla.org/show_bug.cgi?id=870369">[% terms.Bug %] 870369</a>)</li>
- <li>A regression in [% terms.Bugzilla %] 4.4.1 caused <kbd>email_in.pl</kbd>
- to fail with an "invalid token" error message.
+ <li>A regression in Bugzilla 4.4.1 caused <kbd>email_in.pl</kbd> to fail
+ with an "invalid token" error message.
(<a href="https://bugzilla.mozilla.org/show_bug.cgi?id=928331">[% terms.Bug %] 928331</a> and
<a href="https://bugzilla.mozilla.org/show_bug.cgi?id=930013">[% terms.bug %] 930013</a>)</li>
<li>The PROJECT environment variable is now correctly taken into account
@@ -69,8 +69,8 @@
(<a href="https://bugzilla.mozilla.org/show_bug.cgi?id=895813">[% terms.Bug %] 895813</a>)</li>
<li>Windows 8.1 is now recognized when reporting new [% terms.bugs %].
(<a href="https://bugzilla.mozilla.org/show_bug.cgi?id=928092">[% terms.Bug %] 928092</a>)</li>
- <li>[% terms.Bugzilla %] no longer crashes when the <kbd>shutdownhtml</kbd>
- parameter is set and using a non-cookie based authentication method.
+ <li>Bugzilla no longer crashes when the <kbd>shutdownhtml</kbd> parameter
+ is set and using a non-cookie based authentication method.
(<a href="https://bugzilla.mozilla.org/show_bug.cgi?id=748095">[% terms.Bug %] 748095</a>)</li>
<li><kbd>importxml.pl</kbd> no longer ignores the <kbd>maxattachmentsize</kbd>
and <kbd>maxlocalattachment</kbd> parameters when importing [% terms.bugs %].