{# vim: set et ts=8 sts=4 sw=4 ai: #} {% extends "wiki.html" %} {%block head %} {{ super() }} {% endblock %} {% block extra_nav %}{% endblock %} {% block menu %} {{ super() }} {% include 'snippets/menu.html' %} {% include 'snippets/menutree.html' %} {% endblock %} {% block content %}

Changelog

{# pagination #} {% if pages|length > 0 %} {% endif %}
{# log #}
{% for entry in log %} {# author #} {# files #} {% endfor %}
Date Author Files Commit Message
{{entry.datetime|format_datetime}} {{entry.revision}}{% if has_permission('WRITE') %} {% endif %} {%if not entry.author_email%}{{entry.author_name}}{%else%}{{entry.author_name}}{%endif%}{% for fn,details in entry.files.items() %} {% if details.url %} {{details.name}} {% else %} {{details.name}} {% endif %} {% endfor %} {{entry.message or '-/-'|safe}}
{% endblock %}