[PATCH] Restructured the "source views" file hierarchy.
Svn specifics Views are now in a Source subfolder.
This commit is contained in:
committed by
Loic d'Anterroches
parent
bd15328758
commit
b881ad1c8f
@@ -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 ------------------------------------
|
||||
|
Reference in New Issue
Block a user