##// END OF EJS Templates
Calling flush is unnecessary with bz2 decompressors and may not even exist.
Calling flush is unnecessary with bz2 decompressors and may not even exist.

File last commit:

r1425:8fe4116b default
r1431:16a5d349 default
Show More
changelog.tmpl
36 lines | 906 B | application/x-cheetah | CheetahLexer
mpm@selenic.com
Prettify the web interface...
r142 #header#
mpm@selenic.com
hgweb: add template filters, template style maps, and raw pages...
r201 <title>#repo|escape#: changelog</title>
kreijack@inwind.REMOVEME.it
Add rss tag in the changelog/filelog html template....
r661 <link rel="alternate" type="application/rss+xml"
href="?cmd=changelog;style=rss" title="RSS feed for #repo|escape#">
mpm@selenic.com
Prettify the web interface...
r142 </head>
mpm@selenic.com
Revamped templated hgweb
r138 <body>
mpm@selenic.com
hgweb: add tags links and manifest links...
r168
<div class="buttons">
<a href="?cmd=tags">tags</a>
Matt Mackall
hgweb: shorten all the URLs in the standard templates...
r1410 <a href="?mf=#manifest|short#;path=/">manifest</a>
<a type="application/rss+xml" href="?style=rss">rss</a>
mpm@selenic.com
hgweb: add tags links and manifest links...
r168 </div>
mpm@selenic.com
hgweb: add template filters, template style maps, and raw pages...
r201 <h2>changelog for #repo|escape#</h2>
mpm@selenic.com
Revamped templated hgweb
r138
mpm@selenic.com
[PATCH 2] ChangeLog template conformance fixes....
r584 <form action="#">
<p>
<label for="search1">search:</label>
mpm@selenic.com
Add tag/rev/node search to hgweb
r165 <input type="hidden" name="cmd" value="changelog">
mpm@selenic.com
[PATCH 2] ChangeLog template conformance fixes....
r584 <input name="rev" id="search1" type="text" size="30">
TK Soh
hgweb: improve look-n-feel of changelog nagivation
r1425 navigate: <small class="navigate">#changenav%naventry#</small>
mpm@selenic.com
[PATCH 2] ChangeLog template conformance fixes....
r584 </p>
mpm@selenic.com
Add tag/rev/node search to hgweb
r165 </form>
mpm@selenic.com
Revamped templated hgweb
r138
Josef "Jeff" Sipek
hgweb: Changed changelog page to list format syntax
r975 #entries%changelogentry#
mpm@selenic.com
Revamped templated hgweb
r138
mpm@selenic.com
[PATCH 2] ChangeLog template conformance fixes....
r584 <form action="#">
<p>
<label for="search2">search:</label>
mpm@selenic.com
Add tag/rev/node search to hgweb
r165 <input type="hidden" name="cmd" value="changelog">
mpm@selenic.com
[PATCH 2] ChangeLog template conformance fixes....
r584 <input name="rev" id="search2" type="text" size="30">
TK Soh
hgweb: improve look-n-feel of changelog nagivation
r1425 navigate: <small class="navigate">#changenav%naventry#</small>
mpm@selenic.com
[PATCH 2] ChangeLog template conformance fixes....
r584 </p>
mpm@selenic.com
Add tag/rev/node search to hgweb
r165 </form>
mpm@selenic.com
Revamped templated hgweb
r138
mpm@selenic.com
Prettify the web interface...
r142 #footer#