##// END OF EJS Templates
Add globals to templater/fixup RSS...
Add globals to templater/fixup RSS -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Add globals to templater/fixup RSS This removes a bunch of duplicate header() and footer() bits and makes url and reponame available to all templates. Fix up RSS bits to use url Fix strftime call manifest hash: 63e616e4c7f517a630d80429336817d64e900b68 -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.0 (GNU/Linux) iD8DBQFCyLlRywK+sNU5EO8RAj9IAJkBDzMQaOwRmF0q8tRmVRnzHCjShACfSTCj dbfAWg1crv/mUuRZlWL6Tc4= =Z331 -----END PGP SIGNATURE-----

File last commit:

r599:765182a4 default
r601:8865eb8a default
Show More
changelog.tmpl
34 lines | 719 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>
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>
<a href="?cmd=manifest;manifest=#manifest#;path=/">manifest</a>
mpm@selenic.com
[PATCH] Add RSS support to hgweb...
r599 <a href="?cmd=changelog;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">
navigate: <small>#changenav#</small>
</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 #entries#
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">
navigate: <small>#changenav#</small>
</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#