[%# 1.0@bugzilla.org %] [%# 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): Gervase Markham #%] [%# INTERFACE: # products: list of strings. The products this user can see. # # sortby: string. the column on which we are sorting the buglist. # reverse: boolean. True if we are reversing the current sort. # maxrows: integer. Max number of rows to display. # changedsince: integer. The number of days ago for the changedsince column. # openonly: boolean. True if we are only showing open bugs. # query_products: list of strings. The set of products we check for dups. # # Additionally, you need to fulfill the interface to # duplicates-table.html.tmpl. #%] [% PROCESS global/variables.none.tmpl %] [% IF query_products.size %] [% title = "Most Frequently Reported $terms.Bugs for ${query_products.join(', ')}" %] [% ELSE %] [% title = "Most Frequently Reported $terms.Bugs" %] [% END%] [% PROCESS global/header.html.tmpl style = ".resolved { background-color: #d9d9d9; color: #000000; }" %]

What is this data?
Change parameters

[% PROCESS "reports/duplicates-table.html.tmpl" %] [%# *** Parameters *** %] [% bug_ids_string = vis_bug_ids.join(',') %]

Change Parameters

When sorting or restricting, work with:
Restrict to products:
Max rows:
Change column is change in the last: days
Or just give this to me as a . (Note: the order may not be the same.)

What are "Most Frequently Reported [% terms.Bugs %]"?
The Most Frequent [% terms.Bugs %] page lists the known open [% terms.bugs %] which are reported most frequently. It is automatically generated from the [% terms.Bugzilla %] database every 24 hours, by counting the number of direct and indirect duplicates of [% terms.bugs %]. This information is provided in order to assist in minimizing the amount of duplicate [% terms.bugs %] entered into [% terms.Bugzilla %], which saves time for Quality Assurance engineers who have to triage the [% terms.bugs %].
How do I use this list? [% PROCESS global/footer.html.tmpl %]