Project

General

Profile

« Previous | Next » 

Revision 51724

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

View differences:

modules/dnet-api-http-doc/src/svnlog2html.xslt
125 125
									<span class="uk-text-lead">Changes in API documentation:</span>
126 126
									<table class="uk-table uk-table-striped uk-table-hover uk-table-small">
127 127
										<xsl:for-each select="log/logentry">
128
											<xsl:if test="not(starts-with(msg, 'PRIVATE'))">
128 129
											<tr>
129 130
												<td><xsl:value-of select="date"/></td>
130 131
												<!--<td><xsl:value-of select="author"/></td>-->
131 132
												<td><xsl:value-of select="msg"/></td>
132 133
											</tr>
134
											</xsl:if>
133 135
										</xsl:for-each>
134 136
									</table>
135 137
								</div>

Also available in: Unified diff