##// 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:

r6693:7f58dec6 default
r6779:d3147b4e default
Show More
manifest.tmpl
27 lines | 799 B | application/x-cheetah | CheetahLexer
mpm@selenic.com
Prettify the web interface...
r142 #header#
Thomas Arendsen Hein
Renamed "manifest" to "files" in web templates....
r6177 <title>#repo|escape#: files 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>
Augie Fackler
hgweb: Fix up non-coal styles to support graph.
r6693 <a href="#url#graph{sessionvars%urlparameter}">graph</a>
Thomas Arendsen Hein
hgweb: Apply the new method of passing session variables to links.
r3363 <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
Thomas Arendsen Hein
Renamed "manifest" to "files" in web templates....
r6177 <h2>files 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>
Thomas Arendsen Hein
Renamed "manifest" to "files" in web templates....
r6177 #dentries%direntry#
#fentries%fileentry#
mpm@selenic.com
hgweb: add file permissions...
r359 </table>
jake@edge2.net
changed pos to rev for changelog cmd, changed & to ;
r153 #footer#