From 4c21cdc0e8dda738cabe9a76796237e571cd2c9e Mon Sep 17 00:00:00 2001 From: "bzrmirror%bugzilla.org" Date: Fri, 10 Apr 2015 16:15:48 +0000 Subject: [PATCH] Bug 1135398: Release notes for 5.0 miss some important changes r/a=dkl git-svn-id: svn://10.0.0.236/trunk@265919 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/webtools/bugzilla/.bzrrev | 2 +- mozilla/webtools/bugzilla/.gitrev | 2 +- .../en/default/pages/release-notes.html.tmpl | 20 ++++++++++++++++--- 3 files changed, 19 insertions(+), 5 deletions(-) diff --git a/mozilla/webtools/bugzilla/.bzrrev b/mozilla/webtools/bugzilla/.bzrrev index d0df005495a..ee9b1b7d718 100644 --- a/mozilla/webtools/bugzilla/.bzrrev +++ b/mozilla/webtools/bugzilla/.bzrrev @@ -1 +1 @@ -9373 \ No newline at end of file +9374 \ No newline at end of file diff --git a/mozilla/webtools/bugzilla/.gitrev b/mozilla/webtools/bugzilla/.gitrev index 63333e17393..beafab6f9ff 100644 --- a/mozilla/webtools/bugzilla/.gitrev +++ b/mozilla/webtools/bugzilla/.gitrev @@ -1 +1 @@ -06da34e74687de919804c87c8d5e15edbc570522 \ No newline at end of file +446656c3996b6741cbe41d19da485265ab7c1fca \ No newline at end of file diff --git a/mozilla/webtools/bugzilla/template/en/default/pages/release-notes.html.tmpl b/mozilla/webtools/bugzilla/template/en/default/pages/release-notes.html.tmpl index 6dc45daf3a9..b7082a3415a 100644 --- a/mozilla/webtools/bugzilla/template/en/default/pages/release-notes.html.tmpl +++ b/mozilla/webtools/bugzilla/template/en/default/pages/release-notes.html.tmpl @@ -259,7 +259,8 @@
  • Database: For version 8.x of PostgreSQL, plpgsql was not always installed by default and checksetup.pl would generate an error. This has been fixed.
  • -
  • Development: Bugzilla is now HTML5 compliant.
  • +
  • Development: Bugzilla is now HTML5 compliant. As a + consequence, Internet Explorer 6 and 7 are no longer supported.
  • Email: Email generation originally was done before the jobqueue job was inserted. This is now delayed and done by jobqueue.pl right before sending the email which can improve @@ -288,28 +289,39 @@ happens in the web UI.
  • WebService calls now support use of API keys for authentication. Usernames and passwords remain supported.
  • +
  • Invalid or expired authentication cookies and tokens now throw + errors instead of being silently ignored. User.valid_login + can be used to determine if they are still valid or not.
  • WebService calls that are used to create and update [% terms.bugs %] and attachments now support setting and updating of flags.
  • B[%%]ug.update_attachment can update an attachment's metadata as well as its flags.
  • -
  • Invalid or expired authentication cookies and tokens now throw - errors instead of being silently ignored.
  • The product parameter for B[%%]ug.possible_duplicates has been renamed to products.
  • Some compatibility fields included in returned data that were marked to be removed in this release are now gone.
  • Group.get has been added to get information about a group and its members.
  • +
  • FlagType.get has been added to get information about valid + flag types for a given product and component.
  • Code Changes Which May Affect Customizations and Extensions

    [% INCLUDE global/footer.html.tmpl %]