PhabricatorObjectHandles

This commit is contained in:
epriestley
2011-01-26 09:02:09 -08:00
parent bc57b12ef0
commit 7bd6169035
13 changed files with 366 additions and 7 deletions

View File

@@ -59,7 +59,8 @@ class AphrontDefaultApplicationConfiguration
'(?<view>download)/(?<phid>[^/]+)/' => 'PhabricatorFileViewController',
),
'/phid/' => array(
'$' => 'PhabricatorPHIDListController',
'$' => 'PhabricatorPHIDLookupController',
'list/$' => 'PhabricatorPHIDListController',
'type/$' => 'PhabricatorPHIDTypeListController',
'type/edit/(?:(?<id>\d+)/)?$' => 'PhabricatorPHIDTypeEditController',
'new/$' => 'PhabricatorPHIDAllocateController',