|
2331 | 2331 | 'PhabricatorChunkedFileStorageEngine' => 'applications/files/engine/PhabricatorChunkedFileStorageEngine.php',
|
2332 | 2332 | 'PhabricatorClassConfigType' => 'applications/config/type/PhabricatorClassConfigType.php',
|
2333 | 2333 | 'PhabricatorClusterConfigOptions' => 'applications/config/option/PhabricatorClusterConfigOptions.php',
|
2334 |
| - 'PhabricatorClusterDatabasesConfigOptionType' => 'infrastructure/cluster/config/PhabricatorClusterDatabasesConfigOptionType.php', |
| 2334 | + 'PhabricatorClusterDatabasesConfigType' => 'infrastructure/cluster/config/PhabricatorClusterDatabasesConfigType.php', |
2335 | 2335 | 'PhabricatorClusterException' => 'infrastructure/cluster/exception/PhabricatorClusterException.php',
|
2336 | 2336 | 'PhabricatorClusterExceptionHandler' => 'infrastructure/cluster/exception/PhabricatorClusterExceptionHandler.php',
|
2337 | 2337 | 'PhabricatorClusterImpossibleWriteException' => 'infrastructure/cluster/exception/PhabricatorClusterImpossibleWriteException.php',
|
2338 | 2338 | 'PhabricatorClusterImproperWriteException' => 'infrastructure/cluster/exception/PhabricatorClusterImproperWriteException.php',
|
2339 | 2339 | 'PhabricatorClusterNoHostForRoleException' => 'infrastructure/cluster/exception/PhabricatorClusterNoHostForRoleException.php',
|
2340 |
| - 'PhabricatorClusterSearchConfigOptionType' => 'infrastructure/cluster/config/PhabricatorClusterSearchConfigOptionType.php', |
| 2340 | + 'PhabricatorClusterSearchConfigType' => 'infrastructure/cluster/config/PhabricatorClusterSearchConfigType.php', |
2341 | 2341 | 'PhabricatorClusterServiceHealthRecord' => 'infrastructure/cluster/PhabricatorClusterServiceHealthRecord.php',
|
2342 | 2342 | 'PhabricatorClusterStrandedException' => 'infrastructure/cluster/exception/PhabricatorClusterStrandedException.php',
|
2343 | 2343 | 'PhabricatorColumnProxyInterface' => 'applications/project/interface/PhabricatorColumnProxyInterface.php',
|
|
3199 | 3199 | 'PhabricatorNotificationQuery' => 'applications/notification/query/PhabricatorNotificationQuery.php',
|
3200 | 3200 | 'PhabricatorNotificationSearchEngine' => 'applications/notification/query/PhabricatorNotificationSearchEngine.php',
|
3201 | 3201 | 'PhabricatorNotificationServerRef' => 'applications/notification/client/PhabricatorNotificationServerRef.php',
|
3202 |
| - 'PhabricatorNotificationServersConfigOptionType' => 'applications/notification/config/PhabricatorNotificationServersConfigOptionType.php', |
| 3202 | + 'PhabricatorNotificationServersConfigType' => 'applications/notification/config/PhabricatorNotificationServersConfigType.php', |
3203 | 3203 | 'PhabricatorNotificationStatusView' => 'applications/notification/view/PhabricatorNotificationStatusView.php',
|
3204 | 3204 | 'PhabricatorNotificationTestController' => 'applications/notification/controller/PhabricatorNotificationTestController.php',
|
3205 | 3205 | 'PhabricatorNotificationTestFeedStory' => 'applications/notification/feed/PhabricatorNotificationTestFeedStory.php',
|
|
3614 | 3614 | 'PhabricatorProjectBoardViewController' => 'applications/project/controller/PhabricatorProjectBoardViewController.php',
|
3615 | 3615 | 'PhabricatorProjectCardView' => 'applications/project/view/PhabricatorProjectCardView.php',
|
3616 | 3616 | 'PhabricatorProjectColorTransaction' => 'applications/project/xaction/PhabricatorProjectColorTransaction.php',
|
3617 |
| - 'PhabricatorProjectColorsConfigOptionType' => 'applications/project/config/PhabricatorProjectColorsConfigOptionType.php', |
| 3617 | + 'PhabricatorProjectColorsConfigType' => 'applications/project/config/PhabricatorProjectColorsConfigType.php', |
3618 | 3618 | 'PhabricatorProjectColumn' => 'applications/project/storage/PhabricatorProjectColumn.php',
|
3619 | 3619 | 'PhabricatorProjectColumnDetailController' => 'applications/project/controller/PhabricatorProjectColumnDetailController.php',
|
3620 | 3620 | 'PhabricatorProjectColumnEditController' => 'applications/project/controller/PhabricatorProjectColumnEditController.php',
|
|
3652 | 3652 | 'PhabricatorProjectHovercardEngineExtension' => 'applications/project/engineextension/PhabricatorProjectHovercardEngineExtension.php',
|
3653 | 3653 | 'PhabricatorProjectIconSet' => 'applications/project/icon/PhabricatorProjectIconSet.php',
|
3654 | 3654 | 'PhabricatorProjectIconTransaction' => 'applications/project/xaction/PhabricatorProjectIconTransaction.php',
|
3655 |
| - 'PhabricatorProjectIconsConfigOptionType' => 'applications/project/config/PhabricatorProjectIconsConfigOptionType.php', |
| 3655 | + 'PhabricatorProjectIconsConfigType' => 'applications/project/config/PhabricatorProjectIconsConfigType.php', |
3656 | 3656 | 'PhabricatorProjectImageTransaction' => 'applications/project/xaction/PhabricatorProjectImageTransaction.php',
|
3657 | 3657 | 'PhabricatorProjectInterface' => 'applications/project/interface/PhabricatorProjectInterface.php',
|
3658 | 3658 | 'PhabricatorProjectListController' => 'applications/project/controller/PhabricatorProjectListController.php',
|
|
7581 | 7581 | 'PhabricatorChunkedFileStorageEngine' => 'PhabricatorFileStorageEngine',
|
7582 | 7582 | 'PhabricatorClassConfigType' => 'PhabricatorTextConfigType',
|
7583 | 7583 | 'PhabricatorClusterConfigOptions' => 'PhabricatorApplicationConfigOptions',
|
7584 |
| - 'PhabricatorClusterDatabasesConfigOptionType' => 'PhabricatorConfigJSONOptionType', |
| 7584 | + 'PhabricatorClusterDatabasesConfigType' => 'PhabricatorJSONConfigType', |
7585 | 7585 | 'PhabricatorClusterException' => 'Exception',
|
7586 | 7586 | 'PhabricatorClusterExceptionHandler' => 'PhabricatorRequestExceptionHandler',
|
7587 | 7587 | 'PhabricatorClusterImpossibleWriteException' => 'PhabricatorClusterException',
|
7588 | 7588 | 'PhabricatorClusterImproperWriteException' => 'PhabricatorClusterException',
|
7589 | 7589 | 'PhabricatorClusterNoHostForRoleException' => 'Exception',
|
7590 |
| - 'PhabricatorClusterSearchConfigOptionType' => 'PhabricatorConfigJSONOptionType', |
| 7590 | + 'PhabricatorClusterSearchConfigType' => 'PhabricatorJSONConfigType', |
7591 | 7591 | 'PhabricatorClusterServiceHealthRecord' => 'Phobject',
|
7592 | 7592 | 'PhabricatorClusterStrandedException' => 'PhabricatorClusterException',
|
7593 | 7593 | 'PhabricatorColumnsEditField' => 'PhabricatorPHIDListEditField',
|
|
8552 | 8552 | 'PhabricatorNotificationQuery' => 'PhabricatorCursorPagedPolicyAwareQuery',
|
8553 | 8553 | 'PhabricatorNotificationSearchEngine' => 'PhabricatorApplicationSearchEngine',
|
8554 | 8554 | 'PhabricatorNotificationServerRef' => 'Phobject',
|
8555 |
| - 'PhabricatorNotificationServersConfigOptionType' => 'PhabricatorConfigJSONOptionType', |
| 8555 | + 'PhabricatorNotificationServersConfigType' => 'PhabricatorJSONConfigType', |
8556 | 8556 | 'PhabricatorNotificationStatusView' => 'AphrontTagView',
|
8557 | 8557 | 'PhabricatorNotificationTestController' => 'PhabricatorNotificationController',
|
8558 | 8558 | 'PhabricatorNotificationTestFeedStory' => 'PhabricatorFeedStory',
|
|
9065 | 9065 | 'PhabricatorProjectBoardViewController' => 'PhabricatorProjectBoardController',
|
9066 | 9066 | 'PhabricatorProjectCardView' => 'AphrontTagView',
|
9067 | 9067 | 'PhabricatorProjectColorTransaction' => 'PhabricatorProjectTransactionType',
|
9068 |
| - 'PhabricatorProjectColorsConfigOptionType' => 'PhabricatorConfigJSONOptionType', |
| 9068 | + 'PhabricatorProjectColorsConfigType' => 'PhabricatorJSONConfigType', |
9069 | 9069 | 'PhabricatorProjectColumn' => array(
|
9070 | 9070 | 'PhabricatorProjectDAO',
|
9071 | 9071 | 'PhabricatorApplicationTransactionInterface',
|
|
9116 | 9116 | 'PhabricatorProjectHovercardEngineExtension' => 'PhabricatorHovercardEngineExtension',
|
9117 | 9117 | 'PhabricatorProjectIconSet' => 'PhabricatorIconSet',
|
9118 | 9118 | 'PhabricatorProjectIconTransaction' => 'PhabricatorProjectTransactionType',
|
9119 |
| - 'PhabricatorProjectIconsConfigOptionType' => 'PhabricatorConfigJSONOptionType', |
| 9119 | + 'PhabricatorProjectIconsConfigType' => 'PhabricatorJSONConfigType', |
9120 | 9120 | 'PhabricatorProjectImageTransaction' => 'PhabricatorProjectTransactionType',
|
9121 | 9121 | 'PhabricatorProjectListController' => 'PhabricatorProjectController',
|
9122 | 9122 | 'PhabricatorProjectListView' => 'AphrontView',
|
|
0 commit comments