Basic user/account tool.
This commit is contained in:
@@ -64,6 +64,11 @@ class AphrontDefaultApplicationConfiguration
|
||||
'type/edit/(?:(?<id>\d+)/)?$' => 'PhabricatorPHIDTypeEditController',
|
||||
'new/$' => 'PhabricatorPHIDAllocateController',
|
||||
),
|
||||
'/people/' => array(
|
||||
'$' => 'PhabricatorPeopleListController',
|
||||
'edit/(?:(?<username>\w+)/)?$' => 'PhabricatorPeopleEditController',
|
||||
),
|
||||
'/p/(?<username>\w+)/$' => 'PhabricatorPeopleProfileController',
|
||||
'.*' => 'AphrontDefaultApplicationController',
|
||||
);
|
||||
}
|
||||
|
||||
12
src/aphront/response/file/__init__.php
Normal file
12
src/aphront/response/file/__init__.php
Normal file
@@ -0,0 +1,12 @@
|
||||
<?php
|
||||
/**
|
||||
* This file is automatically generated. Lint this module to rebuild it.
|
||||
* @generated
|
||||
*/
|
||||
|
||||
|
||||
|
||||
phutil_require_module('phabricator', 'aphront/response/base');
|
||||
|
||||
|
||||
phutil_require_source('AphrontFileResponse.php');
|
||||
Reference in New Issue
Block a user