##// END OF EJS Templates
[hgweb] links to shortlog for the default templates
[hgweb] links to shortlog for the default templates

File last commit:

r2687:46b19175 default
r2687:46b19175 default
Show More
fileannotate.tmpl
43 lines | 1.0 KiB | application/x-cheetah | CheetahLexer
mpm@selenic.com
Prettify the web interface...
r142 #header#
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 <title>#repo|escape#: #file|escape# annotate</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">
Matt Mackall
hgweb: shorten all the URLs in the standard templates...
r1410 <a href="?cl=#rev#">changelog</a>
Josef "Jeff" Sipek
[hgweb] links to shortlog for the default templates
r2687 <a href="?sl=#rev#">shortlog</a>
Matt Mackall
hgweb: shorten all the URLs in the standard templates...
r1410 <a href="?tags=">tags</a>
<a href="?cs=#node|short#">changeset</a>
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 <a href="?mf=#manifest|short#;path=#path|urlescape#">manifest</a>
<a href="?f=#filenode|short#;file=#file|urlescape#">file</a>
<a href="?fl=#filenode|short#;file=#file|urlescape#">revisions</a>
Thomas Arendsen Hein
Added raw view for file annotate in hgweb.
r1694 <a href="?fa=#filenode|short#;file=#file|urlescape#;style=raw">raw</a>
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>Annotate #file|escape#</h2>
mpm@selenic.com
Revamped templated hgweb
r138
<table>
<tr>
mpm@selenic.com
Hide most revision numbers in hgweb
r167 <td class="metatag">changeset #rev#:</td>
Matt Mackall
hgweb: shorten all the URLs in the standard templates...
r1410 <td><a href="?cs=#node|short#">#node|short#</a></td></tr>
Matt Mackall
hgweb: show copy/rename links in file history
r1653 #rename%filerename#
Benoit Boissinot
hgweb: hide trivial parent (like in show_changeset)
r1416 #parent%fileannotateparent#
Muli Ben-Yehuda
- duplicate the parent link logic to show child links...
r1606 #child%fileannotatechild#
mpm@selenic.com
Revamped templated hgweb
r138 <tr>
jake@edge2.net
fixed problem with head/body tags, added dtd, fixed table attributes...
r154 <td class="metatag">author:</td>
mpm@selenic.com
hgweb: add template filters, template style maps, and raw pages...
r201 <td>#author|obfuscate#</td></tr>
mpm@selenic.com
Revamped templated hgweb
r138 <tr>
jake@edge2.net
fixed problem with head/body tags, added dtd, fixed table attributes...
r154 <td class="metatag">date:</td>
Thomas Arendsen Hein
Removed extra closing brace from date string.
r236 <td>#date|date# (#date|age# ago)</td></tr>
mpm@selenic.com
hgweb: add file permissions...
r359 <tr>
<td class="metatag">permissions:</td>
<td>#permissions|permissions#</td></tr>
mpm@selenic.com
Revamped templated hgweb
r138 </table>
mpm@selenic.com
Prettify the web interface...
r142 <br/>
mpm@selenic.com
Revamped templated hgweb
r138
jake@edge2.net
fixed problem with head/body tags, added dtd, fixed table attributes...
r154 <table cellspacing="0" cellpadding="0">
Josef "Jeff" Sipek
hgweb: Changed annotate page to list format syntax
r977 #annotate%annotateline#
mpm@selenic.com
Revamped templated hgweb
r138 </table>
mpm@selenic.com
Prettify the web interface...
r142 #footer#