##// END OF EJS Templates
Update binary installer files.
Update binary installer files.

File last commit:

r3407:03e7e895 default
r4723:fb4b6d5f 0.9.4 default
Show More
filelog.tmpl
24 lines | 828 B | 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# history</title>
kreijack@inwind.REMOVEME.it
Add rss tag in the changelog/filelog html template....
r661 <link rel="alternate" type="application/rss+xml"
Brendan Cully
Update templates to use NewWebInterface
r3265 href="#url#rss-log/tip/#file|urlescape#" title="RSS feed for #repo|escape#:#file#">
kreijack@inwind.REMOVEME.it
Add rss tag in the changelog/filelog html template....
r661 </head>
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{sessionvars%urlparameter}">changelog</a>
<a href="#url#shortlog{sessionvars%urlparameter}">shortlog</a>
<a href="#url#tags{sessionvars%urlparameter}">tags</a>
<a href="#url#file/#node|short#/#file|urlescape#{sessionvars%urlparameter}">file</a>
<a href="#url#annotate/#node|short#/#file|urlescape#{sessionvars%urlparameter}">annotate</a>
Brendan Cully
Update templates to use NewWebInterface
r3265 <a type="application/rss+xml" href="#url#rss-log/tip/#file|urlescape#">rss</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>#file|escape# revision history</h2>
mpm@selenic.com
Revamped templated hgweb
r138
Brendan Cully
hgweb: hoist changenav up, and use it in the filelog
r3407 <p>navigate: <small class="navigate">{nav%filenaventry}</small></p>
Josef "Jeff" Sipek
hgweb: Changed file revision page to list format syntax
r978 #entries%filelogentry#
mpm@selenic.com
Revamped templated hgweb
r138
mpm@selenic.com
Prettify the web interface...
r142 #footer#