Removed "PHID Types" storage object and interface components

Summary:
Removed because code wasn't used or really needed.

Test Plan:
* Tested that "PHID List" and "PHID Lookup" pages work correctly.
* Tested that new PHIDs can be allocated with the predefined set of types

Reviewed By: epriestley
Reviewers: epriestley
CC: epriestley
Differential Revision: 88
This commit is contained in:
tuomaspelkonen
2011-03-31 14:00:52 -07:00
parent c795aaea29
commit 123fdabb75
14 changed files with 19 additions and 286 deletions

View File

@@ -59,8 +59,6 @@ class AphrontDefaultApplicationConfiguration
'/phid/' => array(
'$' => 'PhabricatorPHIDLookupController',
'list/$' => 'PhabricatorPHIDListController',
'type/$' => 'PhabricatorPHIDTypeListController',
'type/edit/(?:(?P<id>\d+)/)?$' => 'PhabricatorPHIDTypeEditController',
'new/$' => 'PhabricatorPHIDAllocateController',
),
'/people/' => array(