|
3359 | 3359 | 'PhabricatorPeopleLogSearchEngine' => 'applications/people/query/PhabricatorPeopleLogSearchEngine.php',
|
3360 | 3360 | 'PhabricatorPeopleLogsController' => 'applications/people/controller/PhabricatorPeopleLogsController.php',
|
3361 | 3361 | 'PhabricatorPeopleManageProfileMenuItem' => 'applications/people/menuitem/PhabricatorPeopleManageProfileMenuItem.php',
|
| 3362 | + 'PhabricatorPeopleManagementWorkflow' => 'applications/people/management/PhabricatorPeopleManagementWorkflow.php', |
3362 | 3363 | 'PhabricatorPeopleNewController' => 'applications/people/controller/PhabricatorPeopleNewController.php',
|
3363 | 3364 | 'PhabricatorPeopleNoOwnerDatasource' => 'applications/people/typeahead/PhabricatorPeopleNoOwnerDatasource.php',
|
3364 | 3365 | 'PhabricatorPeopleOwnerDatasource' => 'applications/people/typeahead/PhabricatorPeopleOwnerDatasource.php',
|
3365 | 3366 | 'PhabricatorPeoplePictureProfileMenuItem' => 'applications/people/menuitem/PhabricatorPeoplePictureProfileMenuItem.php',
|
3366 | 3367 | 'PhabricatorPeopleProfileBadgesController' => 'applications/people/controller/PhabricatorPeopleProfileBadgesController.php',
|
3367 | 3368 | 'PhabricatorPeopleProfileController' => 'applications/people/controller/PhabricatorPeopleProfileController.php',
|
3368 | 3369 | 'PhabricatorPeopleProfileEditController' => 'applications/people/controller/PhabricatorPeopleProfileEditController.php',
|
| 3370 | + 'PhabricatorPeopleProfileImageWorkflow' => 'applications/people/management/PhabricatorPeopleProfileImageWorkflow.php', |
3369 | 3371 | 'PhabricatorPeopleProfileManageController' => 'applications/people/controller/PhabricatorPeopleProfileManageController.php',
|
3370 | 3372 | 'PhabricatorPeopleProfileMenuEngine' => 'applications/people/engine/PhabricatorPeopleProfileMenuEngine.php',
|
3371 | 3373 | 'PhabricatorPeopleProfilePictureController' => 'applications/people/controller/PhabricatorPeopleProfilePictureController.php',
|
|
8545 | 8547 | 'PhabricatorPeopleLogSearchEngine' => 'PhabricatorApplicationSearchEngine',
|
8546 | 8548 | 'PhabricatorPeopleLogsController' => 'PhabricatorPeopleController',
|
8547 | 8549 | 'PhabricatorPeopleManageProfileMenuItem' => 'PhabricatorProfileMenuItem',
|
| 8550 | + 'PhabricatorPeopleManagementWorkflow' => 'PhabricatorManagementWorkflow', |
8548 | 8551 | 'PhabricatorPeopleNewController' => 'PhabricatorPeopleController',
|
8549 | 8552 | 'PhabricatorPeopleNoOwnerDatasource' => 'PhabricatorTypeaheadDatasource',
|
8550 | 8553 | 'PhabricatorPeopleOwnerDatasource' => 'PhabricatorTypeaheadCompositeDatasource',
|
8551 | 8554 | 'PhabricatorPeoplePictureProfileMenuItem' => 'PhabricatorProfileMenuItem',
|
8552 | 8555 | 'PhabricatorPeopleProfileBadgesController' => 'PhabricatorPeopleProfileController',
|
8553 | 8556 | 'PhabricatorPeopleProfileController' => 'PhabricatorPeopleController',
|
8554 | 8557 | 'PhabricatorPeopleProfileEditController' => 'PhabricatorPeopleProfileController',
|
| 8558 | + 'PhabricatorPeopleProfileImageWorkflow' => 'PhabricatorPeopleManagementWorkflow', |
8555 | 8559 | 'PhabricatorPeopleProfileManageController' => 'PhabricatorPeopleProfileController',
|
8556 | 8560 | 'PhabricatorPeopleProfileMenuEngine' => 'PhabricatorProfileMenuEngine',
|
8557 | 8561 | 'PhabricatorPeopleProfilePictureController' => 'PhabricatorPeopleProfileController',
|
|
0 commit comments