|
3340 | 3340 | 'PhabricatorPeopleApplication' => 'applications/people/application/PhabricatorPeopleApplication.php',
|
3341 | 3341 | 'PhabricatorPeopleApproveController' => 'applications/people/controller/PhabricatorPeopleApproveController.php',
|
3342 | 3342 | 'PhabricatorPeopleBadgesProfileMenuItem' => 'applications/people/menuitem/PhabricatorPeopleBadgesProfileMenuItem.php',
|
| 3343 | + 'PhabricatorPeopleCommitsProfileMenuItem' => 'applications/people/menuitem/PhabricatorPeopleCommitsProfileMenuItem.php', |
3343 | 3344 | 'PhabricatorPeopleController' => 'applications/people/controller/PhabricatorPeopleController.php',
|
3344 | 3345 | 'PhabricatorPeopleCreateController' => 'applications/people/controller/PhabricatorPeopleCreateController.php',
|
3345 | 3346 | 'PhabricatorPeopleCreateGuidanceContext' => 'applications/people/guidance/PhabricatorPeopleCreateGuidanceContext.php',
|
|
3365 | 3366 | 'PhabricatorPeopleOwnerDatasource' => 'applications/people/typeahead/PhabricatorPeopleOwnerDatasource.php',
|
3366 | 3367 | 'PhabricatorPeoplePictureProfileMenuItem' => 'applications/people/menuitem/PhabricatorPeoplePictureProfileMenuItem.php',
|
3367 | 3368 | 'PhabricatorPeopleProfileBadgesController' => 'applications/people/controller/PhabricatorPeopleProfileBadgesController.php',
|
| 3369 | + 'PhabricatorPeopleProfileCommitsController' => 'applications/people/controller/PhabricatorPeopleProfileCommitsController.php', |
3368 | 3370 | 'PhabricatorPeopleProfileController' => 'applications/people/controller/PhabricatorPeopleProfileController.php',
|
3369 | 3371 | 'PhabricatorPeopleProfileEditController' => 'applications/people/controller/PhabricatorPeopleProfileEditController.php',
|
3370 | 3372 | 'PhabricatorPeopleProfileImageWorkflow' => 'applications/people/management/PhabricatorPeopleProfileImageWorkflow.php',
|
3371 | 3373 | 'PhabricatorPeopleProfileManageController' => 'applications/people/controller/PhabricatorPeopleProfileManageController.php',
|
3372 | 3374 | 'PhabricatorPeopleProfileMenuEngine' => 'applications/people/engine/PhabricatorPeopleProfileMenuEngine.php',
|
3373 | 3375 | 'PhabricatorPeopleProfilePictureController' => 'applications/people/controller/PhabricatorPeopleProfilePictureController.php',
|
| 3376 | + 'PhabricatorPeopleProfileTasksController' => 'applications/people/controller/PhabricatorPeopleProfileTasksController.php', |
3374 | 3377 | 'PhabricatorPeopleProfileViewController' => 'applications/people/controller/PhabricatorPeopleProfileViewController.php',
|
3375 | 3378 | 'PhabricatorPeopleQuery' => 'applications/people/query/PhabricatorPeopleQuery.php',
|
3376 | 3379 | 'PhabricatorPeopleRenameController' => 'applications/people/controller/PhabricatorPeopleRenameController.php',
|
3377 | 3380 | 'PhabricatorPeopleSearchEngine' => 'applications/people/query/PhabricatorPeopleSearchEngine.php',
|
| 3381 | + 'PhabricatorPeopleTasksProfileMenuItem' => 'applications/people/menuitem/PhabricatorPeopleTasksProfileMenuItem.php', |
3378 | 3382 | 'PhabricatorPeopleTestDataGenerator' => 'applications/people/lipsum/PhabricatorPeopleTestDataGenerator.php',
|
3379 | 3383 | 'PhabricatorPeopleTransactionQuery' => 'applications/people/query/PhabricatorPeopleTransactionQuery.php',
|
3380 | 3384 | 'PhabricatorPeopleUserFunctionDatasource' => 'applications/people/typeahead/PhabricatorPeopleUserFunctionDatasource.php',
|
|
8528 | 8532 | 'PhabricatorPeopleApplication' => 'PhabricatorApplication',
|
8529 | 8533 | 'PhabricatorPeopleApproveController' => 'PhabricatorPeopleController',
|
8530 | 8534 | 'PhabricatorPeopleBadgesProfileMenuItem' => 'PhabricatorProfileMenuItem',
|
| 8535 | + 'PhabricatorPeopleCommitsProfileMenuItem' => 'PhabricatorProfileMenuItem', |
8531 | 8536 | 'PhabricatorPeopleController' => 'PhabricatorController',
|
8532 | 8537 | 'PhabricatorPeopleCreateController' => 'PhabricatorPeopleController',
|
8533 | 8538 | 'PhabricatorPeopleCreateGuidanceContext' => 'PhabricatorGuidanceContext',
|
|
8553 | 8558 | 'PhabricatorPeopleOwnerDatasource' => 'PhabricatorTypeaheadCompositeDatasource',
|
8554 | 8559 | 'PhabricatorPeoplePictureProfileMenuItem' => 'PhabricatorProfileMenuItem',
|
8555 | 8560 | 'PhabricatorPeopleProfileBadgesController' => 'PhabricatorPeopleProfileController',
|
| 8561 | + 'PhabricatorPeopleProfileCommitsController' => 'PhabricatorPeopleProfileController', |
8556 | 8562 | 'PhabricatorPeopleProfileController' => 'PhabricatorPeopleController',
|
8557 | 8563 | 'PhabricatorPeopleProfileEditController' => 'PhabricatorPeopleProfileController',
|
8558 | 8564 | 'PhabricatorPeopleProfileImageWorkflow' => 'PhabricatorPeopleManagementWorkflow',
|
8559 | 8565 | 'PhabricatorPeopleProfileManageController' => 'PhabricatorPeopleProfileController',
|
8560 | 8566 | 'PhabricatorPeopleProfileMenuEngine' => 'PhabricatorProfileMenuEngine',
|
8561 | 8567 | 'PhabricatorPeopleProfilePictureController' => 'PhabricatorPeopleProfileController',
|
| 8568 | + 'PhabricatorPeopleProfileTasksController' => 'PhabricatorPeopleProfileController', |
8562 | 8569 | 'PhabricatorPeopleProfileViewController' => 'PhabricatorPeopleProfileController',
|
8563 | 8570 | 'PhabricatorPeopleQuery' => 'PhabricatorCursorPagedPolicyAwareQuery',
|
8564 | 8571 | 'PhabricatorPeopleRenameController' => 'PhabricatorPeopleController',
|
8565 | 8572 | 'PhabricatorPeopleSearchEngine' => 'PhabricatorApplicationSearchEngine',
|
| 8573 | + 'PhabricatorPeopleTasksProfileMenuItem' => 'PhabricatorProfileMenuItem', |
8566 | 8574 | 'PhabricatorPeopleTestDataGenerator' => 'PhabricatorTestDataGenerator',
|
8567 | 8575 | 'PhabricatorPeopleTransactionQuery' => 'PhabricatorApplicationTransactionQuery',
|
8568 | 8576 | 'PhabricatorPeopleUserFunctionDatasource' => 'PhabricatorTypeaheadCompositeDatasource',
|
|
0 commit comments