Author: ritchiem
Date: Mon Aug 11 04:03:37 2008
New Revision: 684711

URL: http://svn.apache.org/viewvc?rev=684711&view=rev
Log:
Update to review generator to have title on all columns and h2. for Jira section

Modified:
    incubator/qpid/trunk/qpid/review/agenda.py
    incubator/qpid/trunk/qpid/review/svnlog2wiki.xsl

Modified: incubator/qpid/trunk/qpid/review/agenda.py
URL: 
http://svn.apache.org/viewvc/incubator/qpid/trunk/qpid/review/agenda.py?rev=684711&r1=684710&r2=684711&view=diff
==============================================================================
--- incubator/qpid/trunk/qpid/review/agenda.py (original)
+++ incubator/qpid/trunk/qpid/review/agenda.py Mon Aug 11 04:03:37 2008
@@ -58,7 +58,7 @@
         parser.error("svn revision must be specified")
 
     print(get_commits(options.revision))
-    print "=== Jiras==="
+    print "h2. Jiras"
     print(get_jiras())
 
 if __name__ == "__main__":

Modified: incubator/qpid/trunk/qpid/review/svnlog2wiki.xsl
URL: 
http://svn.apache.org/viewvc/incubator/qpid/trunk/qpid/review/svnlog2wiki.xsl?rev=684711&r1=684710&r2=684711&view=diff
==============================================================================
--- incubator/qpid/trunk/qpid/review/svnlog2wiki.xsl (original)
+++ incubator/qpid/trunk/qpid/review/svnlog2wiki.xsl Mon Aug 11 04:03:37 2008
@@ -2,7 +2,7 @@
 <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"; version="1.0">
     <xsl:output method="text"></xsl:output>
     <xsl:template match="/">        
-|| revision || committer || date || comment || ||       
+|| revision || committer || date || comment || review notes ||       
 <xsl:apply-templates select="log/logentry"></xsl:apply-templates>
     </xsl:template>
     <xsl:template match="logentry">


Reply via email to