Gave ownership of URLs to Gitalist proper.
authorbroquaint <broq@cpan.org>
Mon, 26 Oct 2009 11:24:49 +0000 (11:24 +0000)
committerbroquaint <broq@cpan.org>
Mon, 26 Oct 2009 11:24:49 +0000 (11:24 +0000)
commit9dc3b9a51f9b3f6c866766bfccaf70fe1c23261a
tree1fba3f10f9a226586354e4e2657a699713397166
parent9c0984d1e4330882e64898cd5f9f48edec0b266d
Gave ownership of URLs to Gitalist proper.
To get back to gitweb s{/(\w+)\?}(/?a=$1).
Straightened out the controller somewhat.
Fixed the model's get_object method to return undef when no object is available.
Created the partials _diff, _diff_tree & _tree.
The /diff view while simple, is approaching something useful.
lib/Gitalist/Controller/Root.pm
lib/Gitalist/Model/Git.pm
templates/_diff.tt2 [new file with mode: 0644]
templates/_diff_tree.tt2 [new file with mode: 0644]
templates/_tree.tt2 [new file with mode: 0644]
templates/commitdiff.tt2
templates/index.tt2
templates/tree.tt2