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

File last commit:

r3393:22a106cb default
r4537:2f489b00 merge default
Show More
fileannotate.tmpl
46 lines | 1.3 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">
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>
<a href="#url#file/#node|short##path|urlescape#{sessionvars%urlparameter}">manifest</a>
<a href="#url#file/#node|short#/#file|urlescape#{sessionvars%urlparameter}">file</a>
<a href="#url#log/#node|short#/#file|urlescape#{sessionvars%urlparameter}">revisions</a>
Brendan Cully
Update templates to use NewWebInterface
r3265 <a href="#url#raw-annotate/#node|short#/#file|urlescape#">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>
Thomas Arendsen Hein
hgweb: Apply the new method of passing session variables to links.
r3363 <td><a href="#url#rev/#node|short#{sessionvars%urlparameter}">#node|short#</a></td></tr>
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>
Brendan Cully
hgweb: add changeset description to annotate page
r3391 <tr>
<td class="metatag">description:</td>
<td>{desc|strip|escape|addbreaks}</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#