Added the administration of the repository.

It is now possible to select the repository type and a possible remote
repository for subversion in the administration area.
This commit is contained in:
Loic d'Anterroches
2008-09-02 16:45:49 +02:00
parent 2d271f6b69
commit 3a3aa9c730
5 changed files with 197 additions and 1 deletions

View File

@@ -242,6 +242,12 @@ $ctl[] = array('regex' => '#^/p/(\w+)/admin/downloads/$#',
'model' => 'IDF_Views_Project',
'method' => 'adminDownloads');
$ctl[] = array('regex' => '#^/p/(\w+)/admin/source/$#',
'base' => $base,
'priority' => 4,
'model' => 'IDF_Views_Project',
'method' => 'adminSource');
$ctl[] = array('regex' => '#^/p/(\w+)/admin/members/$#',
'base' => $base,
'priority' => 4,