Check the two lists of frequently-reported [% terms.bugs %]:
</p>
-[%# Include other products if sensible %]
-[% IF product.name == "Firefox" %]
- [% productstring = "product=Toolkit&product=Core&product=Firefox" %]
-[% ELSIF product.name == "Thunderbird" %]
- [% productstring = "product=MailNews%20Core&product=Thunderbird" %]
-[% ELSE %]
- [% productstring = BLOCK %]product=[% product.name FILTER uri %][% END %]
-[% END %]
-
<p>
- <a href="[% basepath FILTER none %]duplicates.cgi?[% productstring %]&format=simple" target="somebugs">All-time Top 20</a> (loaded initially) |
- <a href="[% basepath FILTER none %]duplicates.cgi?[% productstring %]&format=simple&sortby=delta&reverse=1&maxrows=100&changedsince=14" target="somebugs">Hot in the last two weeks</a>
+ <a href="[% basepath FILTER none %]duplicates.cgi?product=[% product.name FILTER uri %]&format=simple" target="somebugs">All-time Top 20</a> (loaded initially) |
+ <a href="[% basepath FILTER none %]duplicates.cgi?product=[% product.name FILTER uri %]&format=simple&sortby=delta&reverse=1&maxrows=100&changedsince=14" target="somebugs">Hot in the last two weeks</a>
</p>
<iframe name="somebugs" id="somebugs"
<input type="hidden" name="order" value="relevance desc">
<input type="hidden" name="bug_status" value="__all__">
<input type="hidden" name="product" value="[% product.name FILTER html %]">
- [% IF product.name == "Firefox" OR
- product.name == "Thunderbird" OR
- product.name == "SeaMonkey" OR
- product.name == "Camino" %]
- <input type="hidden" name="product" value="Core">
- <input type="hidden" name="product" value="Toolkit">
- <input type="hidden" name="product" value="NSPR">
- <input type="hidden" name="product" value="NSS">
- <input type="hidden" name="product" value="MailNews Core">
- [% END %]
<input type="hidden" name="chfieldfrom" value="-6m">
<input type="hidden" name="chfieldto" value="Now">
<input type="hidden" name="chfield" value="[Bug creation]">