##// END OF EJS Templates
hgweb: centralize permission checks for protocol commands...
hgweb: centralize permission checks for protocol commands Consistently enforces authorization checks set up in hgrc up front, so that the actual commands don't have to worry about them and implementers of hgweb alternatives can easily implement their own permission checks.

File last commit:

r3363:ce8f31e0 default
r6779:d3147b4e default
Show More
filelogentry.tmpl
25 lines | 792 B | application/x-cheetah | CheetahLexer
Thomas Arendsen Hein
hgweb: Synchronised filelogentry to changelogentry.
r2132 <table class="logEntry parity#parity#">
<tr>
<th class="age">#date|age# ago:</th>
Thomas Arendsen Hein
hgweb: Apply the new method of passing session variables to links.
r3363 <th class="firstline"><a href="#url#rev/#node|short#{sessionvars%urlparameter}">#desc|strip|firstline|escape#</a></th>
Thomas Arendsen Hein
hgweb: Synchronised filelogentry to changelogentry.
r2132 </tr>
<tr>
<th class="revision">revision #filerev#:</td>
<td class="node">
Thomas Arendsen Hein
hgweb: Apply the new method of passing session variables to links.
r3363 <a href="#url#file/#node|short#/#file|urlescape#{sessionvars%urlparameter}">#node|short#</a>
<a href="#url#diff/#node|short#/#file|urlescape#{sessionvars%urlparameter}">(diff)</a>
<a href="#url#annotate/#node|short#/#file|urlescape#{sessionvars%urlparameter}">(annotate)</a>
Thomas Arendsen Hein
hgweb: Synchronised filelogentry to changelogentry.
r2132 </td>
</tr>
#rename%filelogrename#
<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>
mpm@selenic.com
Prettify the web interface...
r142 </table>
mpm@selenic.com
Revamped templated hgweb
r138