Added the visualisation of a commit.

This commit is contained in:
Loic d'Anterroches
2008-07-28 22:09:17 +02:00
parent 3fb47562ce
commit a6716c7716
9 changed files with 118 additions and 8 deletions

View File

@@ -116,6 +116,12 @@ $ctl[] = array('regex' => '#^/p/(\w+)/source/changes/(\w+)/$#',
'model' => 'IDF_Views_Source',
'method' => 'changeLog');
$ctl[] = array('regex' => '#^/p/(\w+)/source/commit/(\w+)/$#',
'base' => $base,
'priority' => 4,
'model' => 'IDF_Views_Source',
'method' => 'commit');
// ---------- ADMIN --------------------------------------