PRIVATE: log messages starting with PRIVATE do not end up in the public changelog

git-svn-id: https://svn.driver.research-infrastructures.eu/driver/dnet45/modules/dnet-api-http-doc/src@51724 d315682c-612b-4755-9ff5-7f18f6832af3
This commit is contained in:
Alessia Bardi 2018-04-09 08:33:12 +00:00
parent 6318f75fda
commit 0390428686
1 changed files with 2 additions and 0 deletions

View File

@ -125,11 +125,13 @@
<span class="uk-text-lead">Changes in API documentation:</span>
<table class="uk-table uk-table-striped uk-table-hover uk-table-small">
<xsl:for-each select="log/logentry">
<xsl:if test="not(starts-with(msg, 'PRIVATE'))">
<tr>
<td><xsl:value-of select="date"/></td>
<!--<td><xsl:value-of select="author"/></td>-->
<td><xsl:value-of select="msg"/></td>
</tr>
</xsl:if>
</xsl:for-each>
</table>
</div>