##// END OF EJS Templates
hgweb: centralize permission checks for protocol commands...
hgweb: centralize permission checks for protocol commands Consistently enforces authorization checks set up in hgrc up front, so that the actual commands don't have to worry about them and implementers of hgweb alternatives can easily implement their own permission checks.

File last commit:

r6693:7f58dec6 default
r6779:d3147b4e default
Show More
changelog.tmpl
42 lines | 1.2 KiB | 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>
Robert Bachmann
Added support for the Atom syndication format
r5269 <link rel="alternate" type="application/atom+xml"
href="#url#atom-log" title="Atom feed for #repo|escape#">
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" 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">
Thomas Arendsen Hein
hgweb: Apply the new method of passing session variables to links.
r3363 <a href="#url#shortlog/#rev#{sessionvars%urlparameter}">shortlog</a>
Augie Fackler
hgweb: Fix up non-coal styles to support graph.
r6693 <a href="#url#graph{sessionvars%urlparameter}">graph</a>
Thomas Arendsen Hein
hgweb: Apply the new method of passing session variables to links.
r3363 <a href="#url#tags{sessionvars%urlparameter}">tags</a>
Thomas Arendsen Hein
Renamed "manifest" to "files" in web templates....
r6177 <a href="#url#file/#node|short#{sessionvars%urlparameter}">files</a>
Colin McMillen
Add archive download links to tip on main changeset list page
r2170 #archives%archiveentry#
Brendan Cully
Update templates to use NewWebInterface
r3265 <a type="application/rss+xml" href="#url#rss-log">rss</a>
Robert Bachmann
Added support for the Atom syndication format
r5269 <a type="application/atom+xml" href="#url#atom-log" title="Atom feed for #repo|escape#">atom</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
Brendan Cully
Update templates to use NewWebInterface
r3265 <form action="#url#log">
Thomas Arendsen Hein
hgweb: Keep session variables (currently only style) in HTML forms, too....
r3362 {sessionvars%hiddenformentry}
mpm@selenic.com
[PATCH 2] ChangeLog template conformance fixes....
r584 <p>
<label for="search1">search:</label>
<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
Brendan Cully
Update templates to use NewWebInterface
r3265 <form action="#url#log">
Thomas Arendsen Hein
hgweb: Keep session variables (currently only style) in HTML forms, too....
r3362 {sessionvars%hiddenformentry}
mpm@selenic.com
[PATCH 2] ChangeLog template conformance fixes....
r584 <p>
<label for="search2">search:</label>
<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#