Changed the change log docs so they show the author line. Also made them

show a little more of the revision string.
This commit is contained in:
Davis King 2012-11-06 16:49:05 -05:00
parent 65a7ef9520
commit 1fe09ba044

View File

@ -1059,7 +1059,8 @@ function BigToggle(node)
<xsl:template match="log">
<xsl:for-each select="logentry">
<xsl:sort order="descending" data-type="number" select="./@revision"/>
<u>Revision</u>: <xsl:value-of select="substring(@node,1,12)"/> <br/>
<u>Revision</u>: <xsl:value-of select="substring(@node,1,16)"/> <br/>
<u>Author</u>: <xsl:value-of select="author"/> &lt;<xsl:value-of select="author/@email"/>&gt; <br/>
<u>Date</u>: <xsl:call-template name="format-date"><xsl:with-param name="xsd-date" select="date"/></xsl:call-template> <br/>
<xsl:apply-templates select="msg"/>
<xsl:apply-templates select="paths"/>