blob: 6c8bcc8143bfa601e55e3326bac1de360e899b90 [file] [log] [blame]
<html>
<head>
<title>Top 10: Resolved, Unverified Bugs</title>
</head>
<body>
<table BORDER=0 CELLSPACING=0 CELLPADDING=0 WIDTH="100%">
<tr>
<td WIDTH="100%">
<table BORDER=0 CELLSPACING=0 CELLPADDING=0 WIDTH="100%" BGCOLOR="#006699">
<tr>
<td BGCOLOR="#000000" width="116">
<img src="http://bugs.eclipse.org/bugs/images/EclipseBannerPic.jpg" width="115" height="50">
</td>
<td WIDTH="637">
<a href=http://www.eclipse.org><img SRC="http://bugs.eclipse.org/bugs/images/gradient.jpg" BORDER=0 height=50 width=282></a>
</td>
<td WIDTH="250">
<img src="http://bugs.eclipse.org/bugs/images/eproject-simple.gif" width="250" height="48">
</td>
</tr>
</table>
</td>
</tr>
</table>
<table BORDER=0 CELLSPACING=0 CELLPADDING=0 WIDTH="100%">
<tr>
<td><h2>Top 10: Resolved, Unverified Bugs</h2></td>
</tr>
</table>
<?php
include 'top10.php';
genTop10("SELECT USR.realname AS reporter, BUG.bug_severity, BUG.delta_ts FROM bugs AS BUG INNER JOIN products AS PROD ON PROD.id = BUG.product_id INNER JOIN profiles AS USR ON USR.userid = BUG.reporter WHERE PROD.name='Web Tools' AND BUG.bug_status='RESOLVED' AND BUG.resolution NOT IN ('REMIND','LATER') ORDER BY USR.realname", "https://bugs.eclipse.org/bugs/report.cgi?x_axis_field=bug_severity&y_axis_field=reporter&z_axis_field=&query_format=report-table&short_desc_type=allwordssubstr&short_desc=&product=Web+Tools&long_desc_type=allwordssubstr&long_desc=&bug_file_loc_type=allwordssubstr&bug_file_loc=&keywords_type=allwords&keywords=&bug_status=RESOLVED&emailtype1=substring&email1=&emailtype2=substring&email2=&bugidtype=include&bug_id=&votes=&chfieldfrom=&chfieldto=Now&chfieldvalue=&format=table&action=wrap&field0-0-0=%28to_days%28now%28%29%29+-+to_days%28bugs.delta_ts%29%29&type0-0-0=greaterthan&value0-0-0=14&amp;field0-1-0=resolution&amp;type0-1-0=nowords&amp;value0-1-0=LATER+REMIND", "Reporter", 14);
?>
</body>
</html>