Commit 1fe09ba0 authored by Davis King's avatar Davis King

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

show a little more of the revision string.
parent 65a7ef95
......@@ -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"/>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment