[%# The contents of this file are subject to the Mozilla Public # License Version 1.1 (the "License"); you may not use this file # except in compliance with the License. You may obtain a copy of # the License at http://www.mozilla.org/MPL/ # # Software distributed under the License is distributed on an "AS # IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or # implied. See the License for the specific language governing # rights and limitations under the License. # # The Original Code is the Bugzilla Bug Tracking System. # # The Initial Developer of the Original Code is Netscape Communications # Corporation. Portions created by Netscape are # Copyright (C) 1998 Netscape Communications Corporation. All # Rights Reserved. # # Contributor(s): David Miller # Reed Loden #%] [% PROCESS global/variables.none.tmpl %] [% INCLUDE global/header.html.tmpl title = "Bugzilla 3.6 Upgrade" %] [% USE date %]

Last Updated: [% date.format(template.modtime, "%d-%b-%Y %H:%M %Z") %]

On Friday, July 9, 2010, at 11:40pm PDT (0640 UTC), bugzilla.mozilla.org was upgraded to Bugzilla 3.6.1+. Please file any regressions for tracking purposes.

Known Issues

The following is a list of issues which are known to be broken or incomplete with this upgrade so far.

What's New

Custom bugzilla.mozilla.org Changes

General Usability Improvements

A scientific usability study was done on [% terms.Bugzilla %] by researchers from Carnegie-Mellon University. As a result of this study, several usability issues were prioritized to be fixed, based on specific data from the study.

As a result, you will see many small improvements in [% terms.Bugzilla %]'s usability, such as using Javascript to validate certain forms before they are submitted, standardizing the words that we use in the user interface, being clearer about what [% terms.Bugzilla %] needs from the user, and other changes, all of which are also listed individually in this New Features section.

Work continues on improving usability for the next release of [%+ terms.Bugzilla %], but the results of the research have already had an impact on this 3.6 release.

Improved Quicksearch

The "quicksearch" box that appears on the front page of [%+ terms.Bugzilla %] and in the header/footer of every page is now simplified and made more powerful. There is a [?] link next to the box that will take you to the simplified Quicksearch Help, which describes every single feature of the system in a simple layout, including new features such as the ability to use partial field names when searching.

Quicksearch should also be much faster than it was before, particularly on large installations.

Note that in order to implement the new quicksearch, certain old and rarely-used features had to be removed:

Simple "Browse" Interface

There is now a "Browse" link in the header of each [% terms.Bugzilla %] page that presents a very basic interface that allows users to simply browse through all open [% terms.bugs %] in particular components.

JSON-RPC Interface

[% terms.Bugzilla %] now has support for the JSON-RPC WebServices protocol via jsonrpc.cgi. The JSON-RPC interface is experimental in this release--if you want any fundamental changes in how it works, let us know, for the next release of [% terms.Bugzilla %].

New Features

Enhancements for Users

Enhancements for Administrators and Developers

WebService Changes

Last Ten Commits

[% bzr_history.join('') FILTER html %]

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