[PATCH] Restructured the "source views" file hierarchy.

Svn specifics Views are now in a Source subfolder.
This commit is contained in:
Nicolas Lassalle
2008-09-12 12:32:27 +02:00
committed by Loic d'Anterroches
parent bd15328758
commit b881ad1c8f
5 changed files with 97 additions and 67 deletions

View File

@@ -168,13 +168,13 @@ $ctl[] = array('regex' => '#^/p/([\-\w]+)/source/download/(\w+)/$#',
$ctl[] = array('regex' => '#^/p/([\-\w]+)/source/treerev/$#',
'base' => $base,
'priority' => 4,
'model' => 'IDF_Views_Source',
'model' => 'IDF_Views_Source_Svn',
'method' => 'treeRev');
$ctl[] = array('regex' => '#^/p/([\-\w]+)/source/changesrev/$#',
'base' => $base,
'priority' => 4,
'model' => 'IDF_Views_Source',
'model' => 'IDF_Views_Source_Svn',
'method' => 'changelogRev');
// ---------- Downloads ------------------------------------