X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=root%2Ffragment%2Frepository%2Fshortlog.tt2;h=e6d5598672fbb294cbd84486f0603369c8fd6576;hb=225bd36dbf284adf49ae0bffe0fc482f228c0011;hp=4875181590ee8441be056a1c2ac89946ec000989;hpb=aebe9a0e6beff3cb67fcfd138899ce91e91d61b9;p=catagits%2FGitalist.git diff --git a/root/fragment/repository/shortlog.tt2 b/root/fragment/repository/shortlog.tt2 old mode 100644 new mode 100755 index 4875181..e6d5598 --- a/root/fragment/repository/shortlog.tt2 +++ b/root/fragment/repository/shortlog.tt2 @@ -1,38 +1,49 @@ [% BLOCK shortlog_table_headfoot %] [% SET cell = type == 'head' ? 'th' : 'td' %] - <[% cell %]>sha1 - <[% cell %]>time - <[% cell %]>author - <[% cell %]>message - <[% cell %]>actions + <[% cell %] colspan="2">Compare + <[% cell %]>ID (sha1) + <[% cell %]>Last change + <[% cell %]>Message + <[% cell %]>By + <[% cell %]>Actions [% END %] -
- [% INCLUDE 'inc/log_pager.tt2' %] - - [% PROCESS shortlog_table_headfoot type = 'head' %] - [% PROCESS shortlog_table_headfoot type = 'foot' %] - + +
+[% PROCESS shortlog_table_headfoot type = 'head' %] + [% FOREACH line IN log_lines %] - - - - - - - - [% END %] - -
[% INCLUDE 'inc/chroma_hash.tt2' sha1 = line.sha1.substr(0, 7) %][% time_since(line.authored_time) %][% line.author.name | html %] - [% short_cmt(line.comment) | html %] - [% INCLUDE '_refs.tt2' object = line %] - - commit - commitdiff - tree -
[% - INCLUDE 'inc/log_pager.tt2'; -%] -
+ + + + [% INCLUDE 'inc/chroma_hash.tt2' sha1 = line.sha1.substr(0, 7) %] + [% time_since(line.authored_time) %] +

[%- + IF longlogformat; + line.comment | html; + ELSE; + short_cmt(line.comment) | html; + + END; + -%]

[% INCLUDE '_refs.tt2' object = line %] + [% INCLUDE 'inc/gravatar.tt2' email = line.author.email %][% line.author.name | html %] + + commit + commitdiff + tree + + +[% END %] + + Compare + + + + + + +[% c.uri_for_action('/ref/diff_fancy', [Repository.name, 'HEAD']) %] + +[% INCLUDE 'inc/log_pager.tt2' %]