From 30df8d1904551415e7ea62ac83ddf14797cad3e1 Mon Sep 17 00:00:00 2001 From: Matt Selsky Date: Wed, 25 Jan 2012 18:06:17 -0200 Subject: Bug 715514: Fix showdependencytree misleading in "hide resolved" view r=timello, a=LpSolit --- template/en/default/bug/dependency-tree.html.tmpl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'template/en/default') diff --git a/template/en/default/bug/dependency-tree.html.tmpl b/template/en/default/bug/dependency-tree.html.tmpl index 6ae183f1f..24619c367 100644 --- a/template/en/default/bug/dependency-tree.html.tmpl +++ b/template/en/default/bug/dependency-tree.html.tmpl @@ -64,14 +64,14 @@ [% IF ids.size %] depends on [% ELSE %] - does not depend on any [% terms.bugs %]. + does not depend on any [% 'open' IF hide_resolved %]. [% END %] [% ELSIF type == 2 %] [% tree_name = "blocked_tree" %] [% IF ids.size %] blocks [% ELSE %] - does not block any [% terms.bugs %]. + does not block any [% 'open ' IF hide_resolved %][% terms.bugs %]. [% END %] [% END %] [% IF ids.size %] -- cgit v1.2.3-24-g4f1b From 65179ca18399bc3a6139b6412bc52474d57b073e Mon Sep 17 00:00:00 2001 From: Tiago Mello Date: Wed, 25 Jan 2012 22:47:17 -0200 Subject: Fix bustage due to bug 715514. --- template/en/default/bug/dependency-tree.html.tmpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'template/en/default') diff --git a/template/en/default/bug/dependency-tree.html.tmpl b/template/en/default/bug/dependency-tree.html.tmpl index 24619c367..10279f9b2 100644 --- a/template/en/default/bug/dependency-tree.html.tmpl +++ b/template/en/default/bug/dependency-tree.html.tmpl @@ -64,7 +64,7 @@ [% IF ids.size %] depends on [% ELSE %] - does not depend on any [% 'open' IF hide_resolved %]. + does not depend on any [% 'open ' IF hide_resolved %][% terms.bugs %]. [% END %] [% ELSIF type == 2 %] [% tree_name = "blocked_tree" %] -- cgit v1.2.3-24-g4f1b From a8fd4c69ba96a7f751859db566bda85142e0beb2 Mon Sep 17 00:00:00 2001 From: Dave Lawrence Date: Fri, 27 Jan 2012 17:07:47 -0500 Subject: Bug 720756 - Update release notes for Bugzilla 4.2rc2 r/a=LpSolit --- template/en/default/pages/release-notes.html.tmpl | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) (limited to 'template/en/default') diff --git a/template/en/default/pages/release-notes.html.tmpl b/template/en/default/pages/release-notes.html.tmpl index 41396f5ac..03df6911c 100644 --- a/template/en/default/pages/release-notes.html.tmpl +++ b/template/en/default/pages/release-notes.html.tmpl @@ -95,7 +95,7 @@ [% INCLUDE req_table reqs = OPTIONAL_MODULES new = ['Encode', 'Encode-Detect'] - updated = ['PatchReader'] + updated = ['PatchReader', 'Apache-SizeLimit'] include_feature = 1 %]

Optional Apache Modules

@@ -218,6 +218,10 @@ dependencies is now much faster.
  • Attachments: The encoding of text files can be automatically detected when uploading them as attachments.
  • +
  • Attachments: Clickjacking could possibly occur in an attachment + Details page if a user attached a specially formatted HTML file. To fix this + potential problem, the Details page always displays the HTML source instead and + users can see rendered page by clicking on View.
  • Flags: Changing the requestee of a flag no longer changes the requester.
  • Reports: If JavaScript is enabled in your web browser, @@ -425,7 +429,7 @@ release:

      -
    • The B[% %]ug.create WebService method now throws an error if you +
    • The B[% %]ug.create WebService method now throws an error if you pass a group name which doesn't exist. In [% terms.Bugzilla %] 4.0 and 4.0.1, this group name was silently ignored, leaving your [% terms.bug %] unsecure if no other group applied. @@ -436,7 +440,7 @@ ([% terms.Bug %] 663208)
    • Marking [% terms.abug %] as a duplicate now works in Internet Explorer 9. ([% terms.Bug %] 656769)
    • -
    • importxml.pl no longer crashes when importing keywords (regressed +
    • importxml.pl no longer crashes when importing keywords (regressed in 4.0). ([% terms.Bug %] 657707)
    • Data entered while reporting a new [% terms.bug %] could be lost if you had @@ -449,7 +453,7 @@
    • The XML-RPC interface now works with SOAP::Lite 0.711 and 0.712 under mod_perl. ([% terms.Bug %] 600810)
    • LWP 6.00 and newer require Perl 5.8.8 and above. When installing this module - using install-module.pl on a Perl installation older than 5.8.8, + using install-module.pl on a Perl installation older than 5.8.8, LWP 5.837 will be installed instead. ([% terms.Bug %] 655912)
    • Viewing [% terms.abug %] report should be significantly faster when your -- cgit v1.2.3-24-g4f1b