##// END OF EJS Templates
Merge with mpm
Merge with mpm

File last commit:

r3363:ce8f31e0 default
r4537:2f489b00 merge default
Show More
changelogentry.tmpl
25 lines | 695 B | application/x-cheetah | CheetahLexer
Thomas Arendsen Hein
hgweb: Synchronised filelogentry to changelogentry.
r2132 <table class="logEntry parity#parity#">
mpm@selenic.com
[PATCH] Changelogentry template cleanup...
r585 <tr>
Thomas Arendsen Hein
hgweb: Synchronised filelogentry to changelogentry.
r2132 <th class="age">#date|age# ago:</th>
TK Soh
hgweb: add strip and rstrip filters to handle summary
r1445 <th class="firstline">#desc|strip|firstline|escape#</th>
mpm@selenic.com
[PATCH] Changelogentry template cleanup...
r585 </tr>
<tr>
Thomas Arendsen Hein
hgweb: Synchronised filelogentry to changelogentry.
r2132 <th class="revision">changeset #rev#:</th>
Thomas Arendsen Hein
hgweb: Apply the new method of passing session variables to links.
r3363 <td class="node"><a href="#url#rev/#node|short#{sessionvars%urlparameter}">#node|short#</a></td>
mpm@selenic.com
[PATCH] Changelogentry template cleanup...
r585 </tr>
Benoit Boissinot
hgweb: hide trivial parent (like in show_changeset)
r1416 #parent%changelogparent#
Muli Ben-Yehuda
- duplicate the parent link logic to show child links...
r1606 #child%changelogchild#
mpm@selenic.com
[PATCH] Changelogentry template cleanup...
r585 #changelogtag#
<tr>
<th class="author">author:</th>
<td class="author">#author|obfuscate#</td>
</tr>
<tr>
<th class="date">date:</th>
<td class="date">#date|date#</td>
</tr>
<tr>
Thomas Arendsen Hein
hgweb: Apply the new method of passing session variables to links.
r3363 <th class="files"><a href="#url#file/#node|short#{sessionvars%urlparameter}">files</a>:</th>
mpm@selenic.com
[PATCH] Changelogentry template cleanup...
r585 <td class="files">#files#</td>
</tr>
TK Soh
hgweb: fixed IE display problem on changelog page...
r1334 </table>