##// END OF EJS Templates
merge with main
merge with main

File last commit:

r5273:6e0f05f6 default
r6091:41aa0a37 merge default
Show More
manifest.tmpl
26 lines | 764 B | application/x-cheetah | CheetahLexer
mpm@selenic.com
Prettify the web interface...
r142 #header#
Brendan Cully
hgweb: kill #manifest#
r3205 <title>#repo|escape#: manifest for changeset #node|short#</title>
mpm@selenic.com
Prettify the web interface...
r142 </head>
mpm@selenic.com
Revamped templated hgweb
r138 <body>
jake@edge2.net
fixed problem with head/body tags, added dtd, fixed table attributes...
r154 <div class="buttons">
Thomas Arendsen Hein
hgweb: Apply the new method of passing session variables to links.
r3363 <a href="#url#log/#rev#{sessionvars%urlparameter}">changelog</a>
<a href="#url#shortlog/#rev#{sessionvars%urlparameter}">shortlog</a>
<a href="#url#tags{sessionvars%urlparameter}">tags</a>
<a href="#url#rev/#node|short#{sessionvars%urlparameter}">changeset</a>
Thomas Arendsen Hein
hgweb: Added archive download buttons to manifest page.
r1498 #archives%archiveentry#
mpm@selenic.com
Prettify the web interface...
r142 </div>
mpm@selenic.com
Revamped templated hgweb
r138
Peter van Dijk
changed template escape filter, added urlescape filter; audited all templates for insertion bugs; added note to manifest.py about newlines in filenames
r1650 <h2>manifest for changeset #node|short#: #path|escape#</h2>
mpm@selenic.com
Revamped templated hgweb
r138
mpm@selenic.com
hgweb: add file permissions...
r359 <table cellpadding="0" cellspacing="0">
Josef "Jeff" Sipek
hgweb: manifest: pass parity for the '[up]' link
r4458 <tr class="parity#upparity#">
mpm@selenic.com
hgweb: add file permissions...
r359 <td><tt>drwxr-xr-x</tt>&nbsp;
Matt Mackall
hgweb: add file sizes to manifest browsing
r3305 <td>&nbsp;
Thomas Arendsen Hein
hgweb: Show date of last change for each file in manifest
r5273 <td>&nbsp;
Thomas Arendsen Hein
hgweb: Apply the new method of passing session variables to links.
r3363 <td><a href="#url#file/#node|short##up|urlescape#{sessionvars%urlparameter}">[up]</a>
Matt Mackall
hgweb: add file sizes to manifest browsing
r3305 </tr>
Josef "Jeff" Sipek
hgweb: Changed manifest page to list format syntax
r979 #dentries%manifestdirentry#
#fentries%manifestfileentry#
mpm@selenic.com
hgweb: add file permissions...
r359 </table>
jake@edge2.net
changed pos to rev for changelog cmd, changed & to ;
r153 #footer#