templates/changelogentry-gitweb.tmpl
author Thomas Arendsen Hein <thomas@intevation.de>
Mon, 26 Jun 2006 14:56:14 +0200
changeset 2500 76ff5efe8181
parent 2195 f027bc2d3f4a
permissions -rw-r--r--
Fixed [web] allow_archive for comma separated parameters by using ui.configlist. Changed tests/test-archive to use allow_archive instead of the deprecated allowzip, allowgz and allowbz2.

<div>
<a class="title" href="?cmd=changeset;node=#node#;style=gitweb"><span class="age">#date|age# ago</span>#desc|strip|firstline|escape#</a>
</div>
<div class="title_text">
<div class="log_link">
<a href="?cmd=changeset;node=#node#;style=gitweb">changeset</a><br/>
</div>
<i>#author|obfuscate# [#date|rfc822date#] rev #rev#</i><br/>
</div>
<div class="log_body">
#desc|strip|escape|addbreaks#
<br/>
<br/>
</div>