You are viewing a plain text version of this content. The canonical link for it is here.
Posted to general@attic.apache.org by ba...@apache.org on 2016/02/28 23:38:42 UTC

svn commit: r1732809 - /attic/site/xdocs/stylesheets/site.vsl

Author: bayard
Date: Sun Feb 28 22:38:41 2016
New Revision: 1732809

URL: http://svn.apache.org/viewvc?rev=1732809&view=rev
Log:
adding bugzilla tag

Modified:
    attic/site/xdocs/stylesheets/site.vsl

Modified: attic/site/xdocs/stylesheets/site.vsl
URL: http://svn.apache.org/viewvc/attic/site/xdocs/stylesheets/site.vsl?rev=1732809&r1=1732808&r2=1732809&view=diff
==============================================================================
--- attic/site/xdocs/stylesheets/site.vsl (original)
+++ attic/site/xdocs/stylesheets/site.vsl Sun Feb 28 22:38:41 2016
@@ -34,7 +34,7 @@
 ##
 ##    <resource_table project="NAME_OF_PROJECT" subproject="OPTIONAL_NAME_OF_SUBPROJECT">
 ##      <mail name='MAIL_NAME: eg user/dev/commits'/>
-##      <jira/>
+##      <jira/>  OR  <bugzilla/>
 ##      <moin/>
 ##    </resource_table>
 ## 
@@ -85,6 +85,16 @@
 #end
     </tr>
 #end
+#if($elem.getChild("bugzilla"))
+    <tr>
+      <td>Issue Tracker</td>
+#if ($elem.getAttributeValue("subproject"))
+      <td><a href="https://bz.apache.org/bugzilla/buglist.cgi?product=${subproj}">Bugzilla</a></td>
+#else
+      <td><a href="https://bz.apache.org/bugzilla/buglist.cgi?product=${proj}">Bugzilla</a></td>
+#end
+    </tr>
+#end
 #if($elem.getChild("moin"))
     <tr>
       <td>Wiki</td>