Make the log work for commits and symbolic refs also.
authorTomas Doran <bobtfish@bobtfish.net>
Sun, 24 Jan 2010 15:37:30 +0000 (15:37 +0000)
committerTomas Doran <bobtfish@bobtfish.net>
Sun, 24 Jan 2010 15:37:30 +0000 (15:37 +0000)
commitb9423b8ea62881ee231ac8ba7de9eb7208f894ea
treedc5689758277bf557f96cb0c6e961ca94d7826ca
parent2980657b3a81921f42d9ae577d42226746a720fa
Make the log work for commits and symbolic refs also.

URIStructure is now a really bad name properly, and the templates need sorting out to have default templates for log bits so that the templates consisting
of just [% PROCESS other/log.tt2 %] can die
12 files changed:
lib/Gitalist/Controller/Fragment/Ref.pm
lib/Gitalist/Controller/Fragment/Repository.pm
lib/Gitalist/URIStructure/Fragment/WithLog.pm [new file with mode: 0644]
lib/Gitalist/URIStructure/Ref.pm
lib/Gitalist/URIStructure/Repository.pm
lib/Gitalist/URIStructure/WithLog.pm [new file with mode: 0644]
root/fragment/ref/longlog.tt2 [new file with mode: 0644]
root/fragment/ref/shortlog.tt2 [new file with mode: 0644]
root/nav/actions.tt2
root/ref/longlog.tt2 [new file with mode: 0644]
root/ref/shortlog.tt2
root/repository/shortlog.tt2