mirror of
https://github.com/davisking/dlib.git
synced 2024-11-01 10:14:53 +08:00
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:
parent
65a7ef9520
commit
1fe09ba044
@ -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"/> <<xsl:value-of select="author/@email"/>> <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"/>
|
||||
|
Loading…
Reference in New Issue
Block a user