##// END OF EJS Templates
Static files for production fixed...
Static files for production fixed Error handler for debug on, added admin auth function authenticates only admins changed creation of db

File last commit:

r31:2963f289 default
r46:9db77827 default
Show More
shortlog.tmpl
33 lines | 1.2 KiB | application/x-cheetah | CheetahLexer
Marcin Kuzminski
Tempalting change, bugfix for serving raw files, and diffs. Now raw files are not parsed thruough mako, and diffs are mako safe (not parsed also)
r31 ## -*- coding: utf-8 -*-
Marcin Kuzminski
Added custom templates, did over check of code to make it work....
r20 {header}
<div id="container">
<div class="page-header">
<h1><a href="{url}summary{sessionvars%urlparameter}">{repo|escape}</a> / shortlog</h1>
<ul class="object-tools">
<li><a href="{url}summary{sessionvars%urlparameter}">summary</a></li>
<li class="current"><a href="{url}shortlog">shortlog</a></li>
<li><a href="{url}log{sessionvars%urlparameter}">changelog</a></li>
<li><a href="{url}graph/{node|short}{sessionvars%urlparameter}">graph</a></li>
<li><a href="{url}tags{sessionvars%urlparameter}">tags</a></li>
<li><a href="{url}file/{node|short}{sessionvars%urlparameter}">files</a></li>
</ul>
<br class="clear"/>
<ul class="object-tools" style="margin-top:-2em">
<li class="current"><a href="{url}rev/{node|short}">changeset</a></li>
{archives%archiveentry}
</ul>
</div>
<div id="changelist" class="module">
<table cellspacing="0" id="changes_list">
<caption>shortlog</caption>
{entries%shortlogentry}
</table>
</div>
<div class="page-path">
{changenav%navshortentry}
</div>
{footer}