Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
OpenDAS
dlib
Commits
1fe09ba0
Commit
1fe09ba0
authored
Nov 06, 2012
by
Davis King
Browse files
Changed the change log docs so they show the author line. Also made them
show a little more of the revision string.
parent
65a7ef95
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
docs/docs/stylesheet.xsl
docs/docs/stylesheet.xsl
+2
-1
No files found.
docs/docs/stylesheet.xsl
View file @
1fe09ba0
...
@@ -1059,7 +1059,8 @@ function BigToggle(node)
...
@@ -1059,7 +1059,8 @@ function BigToggle(node)
<xsl:template
match=
"log"
>
<xsl:template
match=
"log"
>
<xsl:for-each
select=
"logentry"
>
<xsl:for-each
select=
"logentry"
>
<xsl:sort
order=
"descending"
data-type=
"number"
select=
"./@revision"
/>
<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/>
<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=
"msg"
/>
<xsl:apply-templates
select=
"paths"
/>
<xsl:apply-templates
select=
"paths"
/>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment