summaryrefslogtreecommitdiffstats
path: root/template/en/default/reports/duplicates.html.tmpl
blob: 4efdcf9f50736793f429e9d0eaaabdb26ecbf101 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
[%# This Source Code Form is subject to the terms of the Mozilla Public
  # License, v. 2.0. If a copy of the MPL was not distributed with this
  # file, You can obtain one at http://mozilla.org/MPL/2.0/.
  #
  # This Source Code Form is "Incompatible With Secondary Licenses", as
  # defined by the Mozilla Public License, v. 2.0.
  #%]

[%# INTERFACE:
  # 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.
  # product: array of strings. The set of products we check for dups.
  #
  # Additionally, you need to fulfill the interface to
  # duplicates-table.html.tmpl.
  #%]

[% IF product.size %]
  [% title = BLOCK %]
    Most Frequently Reported [% terms.Bugs %] for 
    [%+ product.join(', ') FILTER html %]
  [% END %]
[% ELSE %]
  [% title = "Most Frequently Reported $terms.Bugs" %]
[% END%]

[% PROCESS global/header.html.tmpl
   title = title
   style_urls = ['skins/standard/duplicates.css']
%]

<p>
  <a href="#explanation">What is this data?</a>
  <br>
  <a href="#params">Change parameters</a>
</p>

[% PROCESS "reports/duplicates-table.html.tmpl" %]

[%# *** Parameters *** %]

[% bug_ids_string = bug_ids.join(',') %]

<h3 id="params">Change Parameters</h3>

<form method="get" action="duplicates.cgi">
  <input type="hidden" name="sortby" value="[% sortby FILTER html %]">
  <input type="hidden" name="reverse" value="[% reverse FILTER html %]">
  <input type="hidden" name="bug_id" value="[% bug_ids_string FILTER html %]">
  <table>
    <tr>
      <td>When sorting or restricting, work with:</td>
      <td>
        <input type="radio" name="sortvisible" id="entirelist" value="0"
          [% ' checked="checked"' IF NOT sortvisible %]>
        <label for="entirelist">
          entire list
        </label>
        <br>
        <input type="radio" name="sortvisible" id="visiblelist" value="1"
          [% ' checked="checked"' IF sortvisible %]>
        <label for="visiblelist">
          currently visible list
        </label>
      </td>
      <td rowspan="4" valign="top">Restrict to products:</td>
      <td rowspan="4" valign="top">
        <select name="product" size="5" multiple="multiple">
          [% FOREACH p = user.get_selectable_products %]
            <option name="[% p.name FILTER html %]"
            [% ' selected="selected"' IF product.contains(p.name) %]
            >[% p.name FILTER html %]</option>
          [% END %]
        </select>
      </td>
     </tr>

    <tr>
      <td><label for="maxrows">Max rows:</label></td>
      <td>
        <input size="4" name="maxrows" id="maxrows" 
               value="[% maxrows FILTER html %]">
      </td>
    </tr>

    <tr>
      <td>
        <label for="changedsince">Change column is change in the last:</label>
      </td>
      <td>
        <input size="4" name="changedsince" id="changedsince"
               value="[% changedsince FILTER html %]"> days
      </td>
    </tr>

    <tr>
      <td>
        <label for="openonly">
          Open [% terms.bugs %] only:
        </label>
      </td>
      <td>
        <input type="checkbox" name="openonly" id="openonly" value="1"
          [% ' checked="checked"' IF openonly %]>
      </td>
    </tr>

  </table>

  <input type="submit" id="change" value="Change">
</form>

<form method="post" action="buglist.cgi">
  <input type="hidden" name="bug_id" value="[% bug_ids_string FILTER html %]">
  Or just give this to me as a <input type="submit" id="list" 
                                      value="[% terms.bug %] list">.
  (Note: the order may not be the same.)
</form>

<hr>

<h3 id="explanation">
  What are "Most Frequently Reported [% terms.Bugs %]"?
</h3>

<p>
  The Most Frequent [% terms.Bugs %] page lists the known open 
  [%+ terms.bugs %] which are reported most frequently,
  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 %].
</p>

<b>How do I use this list?</b>

<ul>
  <li>Review the most frequent [% terms.bugs %] list.</li>
  <li>If your problem is listed:</li>

  <ul>
    <li>Click on the [% terms.bug %] number to confirm that you have found the
      same [% terms.bug %], and comment if you have additional information
      or move on with your testing of the product.
    </li>
  </ul>

  <li>If your problem not listed:</li>

  <ul>
    <li><a href="query.cgi">Try and locate a similar [% terms.bug %]</a>
      that has already been filed.</li>
    <li>If you find your [% terms.bug %] in [% terms.Bugzilla %],
      feel free to comment with any new or additional data you may have.</li>
    <li>If you cannot find your problem already documented in 
      [%+ terms.Bugzilla %],
      <a href="enter_bug.cgi">file a new [% terms.bug %]</a>.</li>
  </ul>
</ul>

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