Rought cut of search.

Summary: Botched this pretty badly in git so we'll see how much I broke. :/

Test Plan:

Reviewers:

CC:
This commit is contained in:
epriestley
2011-02-14 15:34:20 -08:00
parent fcc467fe5e
commit 147d2e2e3d
43 changed files with 1183 additions and 30 deletions

View File

@@ -155,6 +155,11 @@ class AphrontDefaultApplicationConfiguration
'edit/(?P<id>\d+)/$' => 'PhabricatorRepositoryEditController',
'delete/(?P<id>\d+)/$' => 'PhabricatorRepositoryDeleteController',
),
'/search/' => array(
'$' => 'PhabricatorSearchController',
'(?P<id>\d+)/$' => 'PhabricatorSearchController',
),
);
}