status-report-scripts/review-templates bymonth.html,1.4,1.5

Jason ティビツ tibbs at fedoraproject.org
Thu Jan 14 02:04:11 UTC 2010


Author: tibbs

Update of /cvs/fedora/status-report-scripts/review-templates
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv536/review-templates

Modified Files:
	bymonth.html 
Log Message:
- Don't show tickets that are assigned to someone, regardless of the flag
  setting.
- Since they're now pointless, don't show the Assignee and Status columns at
  all.



Index: bymonth.html
===================================================================
RCS file: /cvs/fedora/status-report-scripts/review-templates/bymonth.html,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- bymonth.html	8 Jan 2010 06:23:31 -0000	1.4
+++ bymonth.html	14 Jan 2010 02:04:11 -0000	1.5
@@ -45,8 +45,6 @@
      <tr align="left">
        <th>ID</th>
        <th>Alias</th>
-       <th>Assignee</th>
-       <th>Status</th>
        <th>Last Change</th>
        <th>Summary</th>
      </tr>
@@ -60,8 +58,6 @@
             <a href="show_bug.cgi?id=${bug['id']}">${bug['id']}</a>
           </td>
           <td>${bug['alias']} </td>
-          <td>${bug['assignee']}</td>
-          <td>${bug['status']}</td>
           <td>${bug['lastchange']}</td>
           <td>${bug['summary']}</td>
          </tr>



More information about the scm-commits mailing list