Rough cut of projects.

Summary:

Test Plan:

Reviewers:

CC:
This commit is contained in:
epriestley
2011-02-20 18:41:23 -08:00
parent fd1318bf4c
commit fdd510ba17
22 changed files with 812 additions and 1 deletions

View File

@@ -169,6 +169,14 @@ class AphrontDefaultApplicationConfiguration
'$' => 'PhabricatorSearchController',
'(?P<id>\d+)/$' => 'PhabricatorSearchController',
),
'/project/' => array(
'$' => 'PhabricatorProjectListController',
'edit/(?:(?P<id>\d+)/)?$' => 'PhabricatorProjectEditController',
'view/(?P<id>\d+)/$' => 'PhabricatorProjectProfileController',
'affiliation/(?P<id>\d+)/$'
=> 'PhabricatorProjectAffiliationEditController',
)
);
}