Page MenuHomePhabricator

D11179.diff
No OneTemporary

D11179.diff

diff --git a/src/__phutil_library_map__.php b/src/__phutil_library_map__.php
--- a/src/__phutil_library_map__.php
+++ b/src/__phutil_library_map__.php
@@ -283,15 +283,15 @@
'DifferentialActionMenuEventListener' => 'applications/differential/event/DifferentialActionMenuEventListener.php',
'DifferentialAddCommentView' => 'applications/differential/view/DifferentialAddCommentView.php',
'DifferentialAffectedPath' => 'applications/differential/storage/DifferentialAffectedPath.php',
- 'DifferentialApplyPatchField' => 'applications/differential/customfield/DifferentialApplyPatchField.php',
- 'DifferentialArcanistProjectField' => 'applications/differential/customfield/DifferentialArcanistProjectField.php',
- 'DifferentialAsanaRepresentationField' => 'applications/differential/customfield/DifferentialAsanaRepresentationField.php',
- 'DifferentialAuditorsField' => 'applications/differential/customfield/DifferentialAuditorsField.php',
- 'DifferentialAuthorField' => 'applications/differential/customfield/DifferentialAuthorField.php',
- 'DifferentialBlameRevisionField' => 'applications/differential/customfield/DifferentialBlameRevisionField.php',
- 'DifferentialBranchField' => 'applications/differential/customfield/DifferentialBranchField.php',
+ 'DifferentialApplyPatchCustomField' => 'applications/differential/customfield/DifferentialApplyPatchCustomField.php',
+ 'DifferentialArcanistProjectCustomField' => 'applications/differential/customfield/DifferentialArcanistProjectCustomField.php',
+ 'DifferentialAsanaRepresentationCustomField' => 'applications/differential/customfield/DifferentialAsanaRepresentationCustomField.php',
+ 'DifferentialAuditorsCustomField' => 'applications/differential/customfield/DifferentialAuditorsCustomField.php',
+ 'DifferentialAuthorCustomField' => 'applications/differential/customfield/DifferentialAuthorCustomField.php',
+ 'DifferentialBlameRevisionCustomField' => 'applications/differential/customfield/DifferentialBlameRevisionCustomField.php',
+ 'DifferentialBranchCustomField' => 'applications/differential/customfield/DifferentialBranchCustomField.php',
'DifferentialChangeType' => 'applications/differential/constants/DifferentialChangeType.php',
- 'DifferentialChangesSinceLastUpdateField' => 'applications/differential/customfield/DifferentialChangesSinceLastUpdateField.php',
+ 'DifferentialChangesSinceLastUpdateCustomField' => 'applications/differential/customfield/DifferentialChangesSinceLastUpdateCustomField.php',
'DifferentialChangeset' => 'applications/differential/storage/DifferentialChangeset.php',
'DifferentialChangesetDetailView' => 'applications/differential/view/DifferentialChangesetDetailView.php',
'DifferentialChangesetFileTreeSideNavBuilder' => 'applications/differential/view/DifferentialChangesetFileTreeSideNavBuilder.php',
@@ -312,9 +312,9 @@
'DifferentialCommentSaveController' => 'applications/differential/controller/DifferentialCommentSaveController.php',
'DifferentialCommitMessageParser' => 'applications/differential/parser/DifferentialCommitMessageParser.php',
'DifferentialCommitMessageParserTestCase' => 'applications/differential/parser/__tests__/DifferentialCommitMessageParserTestCase.php',
- 'DifferentialCommitsField' => 'applications/differential/customfield/DifferentialCommitsField.php',
+ 'DifferentialCommitsCustomField' => 'applications/differential/customfield/DifferentialCommitsCustomField.php',
'DifferentialConduitAPIMethod' => 'applications/differential/conduit/DifferentialConduitAPIMethod.php',
- 'DifferentialConflictsField' => 'applications/differential/customfield/DifferentialConflictsField.php',
+ 'DifferentialConflictsCustomField' => 'applications/differential/customfield/DifferentialConflictsCustomField.php',
'DifferentialController' => 'applications/differential/controller/DifferentialController.php',
'DifferentialCoreCustomField' => 'applications/differential/customfield/DifferentialCoreCustomField.php',
'DifferentialCreateCommentConduitAPIMethod' => 'applications/differential/conduit/DifferentialCreateCommentConduitAPIMethod.php',
@@ -323,7 +323,7 @@
'DifferentialCreateMailReceiver' => 'applications/differential/mail/DifferentialCreateMailReceiver.php',
'DifferentialCreateRawDiffConduitAPIMethod' => 'applications/differential/conduit/DifferentialCreateRawDiffConduitAPIMethod.php',
'DifferentialCreateRevisionConduitAPIMethod' => 'applications/differential/conduit/DifferentialCreateRevisionConduitAPIMethod.php',
- 'DifferentialCustomField' => 'applications/differential/customfield/DifferentialCustomField.php',
+ 'DifferentialCustomField' => 'applications/differential/customfield/DifferentialCustomCustomField.php',
'DifferentialCustomFieldDependsOnParser' => 'applications/differential/parser/DifferentialCustomFieldDependsOnParser.php',
'DifferentialCustomFieldDependsOnParserTestCase' => 'applications/differential/parser/__tests__/DifferentialCustomFieldDependsOnParserTestCase.php',
'DifferentialCustomFieldNumericIndex' => 'applications/differential/storage/DifferentialCustomFieldNumericIndex.php',
@@ -333,8 +333,8 @@
'DifferentialCustomFieldStringIndex' => 'applications/differential/storage/DifferentialCustomFieldStringIndex.php',
'DifferentialDAO' => 'applications/differential/storage/DifferentialDAO.php',
'DifferentialDefaultViewCapability' => 'applications/differential/capability/DifferentialDefaultViewCapability.php',
- 'DifferentialDependenciesField' => 'applications/differential/customfield/DifferentialDependenciesField.php',
- 'DifferentialDependsOnField' => 'applications/differential/customfield/DifferentialDependsOnField.php',
+ 'DifferentialDependenciesCustomField' => 'applications/differential/customfield/DifferentialDependenciesCustomField.php',
+ 'DifferentialDependsOnCustomField' => 'applications/differential/customfield/DifferentialDependsOnCustomField.php',
'DifferentialDiff' => 'applications/differential/storage/DifferentialDiff.php',
'DifferentialDiffCreateController' => 'applications/differential/controller/DifferentialDiffCreateController.php',
'DifferentialDiffEditor' => 'applications/differential/editor/DifferentialDiffEditor.php',
@@ -347,7 +347,7 @@
'DifferentialDiffViewController' => 'applications/differential/controller/DifferentialDiffViewController.php',
'DifferentialDoorkeeperRevisionFeedStoryPublisher' => 'applications/differential/doorkeeper/DifferentialDoorkeeperRevisionFeedStoryPublisher.php',
'DifferentialDraft' => 'applications/differential/storage/DifferentialDraft.php',
- 'DifferentialEditPolicyField' => 'applications/differential/customfield/DifferentialEditPolicyField.php',
+ 'DifferentialEditPolicyCustomField' => 'applications/differential/customfield/DifferentialEditPolicyCustomField.php',
'DifferentialFieldParseException' => 'applications/differential/exception/DifferentialFieldParseException.php',
'DifferentialFieldValidationException' => 'applications/differential/exception/DifferentialFieldValidationException.php',
'DifferentialFindConduitAPIMethod' => 'applications/differential/conduit/DifferentialFindConduitAPIMethod.php',
@@ -361,8 +361,8 @@
'DifferentialGetRevisionConduitAPIMethod' => 'applications/differential/conduit/DifferentialGetRevisionConduitAPIMethod.php',
'DifferentialGetWorkingCopy' => 'applications/differential/DifferentialGetWorkingCopy.php',
'DifferentialGitHubLandingStrategy' => 'applications/differential/landing/DifferentialGitHubLandingStrategy.php',
- 'DifferentialGitSVNIDField' => 'applications/differential/customfield/DifferentialGitSVNIDField.php',
- 'DifferentialHostField' => 'applications/differential/customfield/DifferentialHostField.php',
+ 'DifferentialGitSVNIDCustomField' => 'applications/differential/customfield/DifferentialGitSVNIDCustomField.php',
+ 'DifferentialHostCustomField' => 'applications/differential/customfield/DifferentialHostCustomField.php',
'DifferentialHostedGitLandingStrategy' => 'applications/differential/landing/DifferentialHostedGitLandingStrategy.php',
'DifferentialHostedMercurialLandingStrategy' => 'applications/differential/landing/DifferentialHostedMercurialLandingStrategy.php',
'DifferentialHovercardEventListener' => 'applications/differential/event/DifferentialHovercardEventListener.php',
@@ -377,39 +377,39 @@
'DifferentialInlineCommentPreviewController' => 'applications/differential/controller/DifferentialInlineCommentPreviewController.php',
'DifferentialInlineCommentQuery' => 'applications/differential/query/DifferentialInlineCommentQuery.php',
'DifferentialInlineCommentView' => 'applications/differential/view/DifferentialInlineCommentView.php',
- 'DifferentialJIRAIssuesField' => 'applications/differential/customfield/DifferentialJIRAIssuesField.php',
+ 'DifferentialJIRAIssuesCustomField' => 'applications/differential/customfield/DifferentialJIRAIssuesCustomField.php',
'DifferentialLandingActionMenuEventListener' => 'applications/differential/landing/DifferentialLandingActionMenuEventListener.php',
'DifferentialLandingStrategy' => 'applications/differential/landing/DifferentialLandingStrategy.php',
'DifferentialLegacyHunk' => 'applications/differential/storage/DifferentialLegacyHunk.php',
- 'DifferentialLintField' => 'applications/differential/customfield/DifferentialLintField.php',
+ 'DifferentialLintCustomField' => 'applications/differential/customfield/DifferentialLintCustomField.php',
'DifferentialLintStatus' => 'applications/differential/constants/DifferentialLintStatus.php',
'DifferentialLocalCommitsView' => 'applications/differential/view/DifferentialLocalCommitsView.php',
'DifferentialMail' => 'applications/differential/mail/DifferentialMail.php',
- 'DifferentialManiphestTasksField' => 'applications/differential/customfield/DifferentialManiphestTasksField.php',
+ 'DifferentialManiphestTasksCustomField' => 'applications/differential/customfield/DifferentialManiphestTasksCustomField.php',
'DifferentialModernHunk' => 'applications/differential/storage/DifferentialModernHunk.php',
'DifferentialParseCacheGarbageCollector' => 'applications/differential/garbagecollector/DifferentialParseCacheGarbageCollector.php',
'DifferentialParseCommitMessageConduitAPIMethod' => 'applications/differential/conduit/DifferentialParseCommitMessageConduitAPIMethod.php',
'DifferentialParseRenderTestCase' => 'applications/differential/__tests__/DifferentialParseRenderTestCase.php',
- 'DifferentialPathField' => 'applications/differential/customfield/DifferentialPathField.php',
+ 'DifferentialPathCustomField' => 'applications/differential/customfield/DifferentialPathCustomField.php',
'DifferentialPrimaryPaneView' => 'applications/differential/view/DifferentialPrimaryPaneView.php',
- 'DifferentialProjectReviewersField' => 'applications/differential/customfield/DifferentialProjectReviewersField.php',
- 'DifferentialProjectsField' => 'applications/differential/customfield/DifferentialProjectsField.php',
+ 'DifferentialProjectReviewersCustomField' => 'applications/differential/customfield/DifferentialProjectReviewersCustomField.php',
+ 'DifferentialProjectsCustomField' => 'applications/differential/customfield/DifferentialProjectsCustomField.php',
'DifferentialQueryConduitAPIMethod' => 'applications/differential/conduit/DifferentialQueryConduitAPIMethod.php',
'DifferentialQueryDiffsConduitAPIMethod' => 'applications/differential/conduit/DifferentialQueryDiffsConduitAPIMethod.php',
'DifferentialRawDiffRenderer' => 'applications/differential/render/DifferentialRawDiffRenderer.php',
'DifferentialReleephRequestFieldSpecification' => 'applications/releeph/differential/DifferentialReleephRequestFieldSpecification.php',
'DifferentialRemarkupRule' => 'applications/differential/remarkup/DifferentialRemarkupRule.php',
'DifferentialReplyHandler' => 'applications/differential/mail/DifferentialReplyHandler.php',
- 'DifferentialRepositoryField' => 'applications/differential/customfield/DifferentialRepositoryField.php',
+ 'DifferentialRepositoryCustomField' => 'applications/differential/customfield/DifferentialRepositoryCustomField.php',
'DifferentialRepositoryLookup' => 'applications/differential/query/DifferentialRepositoryLookup.php',
- 'DifferentialRequiredSignaturesField' => 'applications/differential/customfield/DifferentialRequiredSignaturesField.php',
+ 'DifferentialRequiredSignaturesCustomField' => 'applications/differential/customfield/DifferentialRequiredSignaturesCustomField.php',
'DifferentialResultsTableView' => 'applications/differential/view/DifferentialResultsTableView.php',
- 'DifferentialRevertPlanField' => 'applications/differential/customfield/DifferentialRevertPlanField.php',
- 'DifferentialReviewedByField' => 'applications/differential/customfield/DifferentialReviewedByField.php',
+ 'DifferentialRevertPlanCustomField' => 'applications/differential/customfield/DifferentialRevertPlanCustomField.php',
+ 'DifferentialReviewedByCustomField' => 'applications/differential/customfield/DifferentialReviewedByCustomField.php',
'DifferentialReviewer' => 'applications/differential/storage/DifferentialReviewer.php',
'DifferentialReviewerForRevisionEdgeType' => 'applications/differential/edge/DifferentialReviewerForRevisionEdgeType.php',
'DifferentialReviewerStatus' => 'applications/differential/constants/DifferentialReviewerStatus.php',
- 'DifferentialReviewersField' => 'applications/differential/customfield/DifferentialReviewersField.php',
+ 'DifferentialReviewersCustomField' => 'applications/differential/customfield/DifferentialReviewersCustomField.php',
'DifferentialReviewersView' => 'applications/differential/view/DifferentialReviewersView.php',
'DifferentialRevision' => 'applications/differential/storage/DifferentialRevision.php',
'DifferentialRevisionCloseDetailsController' => 'applications/differential/controller/DifferentialRevisionCloseDetailsController.php',
@@ -421,7 +421,7 @@
'DifferentialRevisionHasCommitEdgeType' => 'applications/differential/edge/DifferentialRevisionHasCommitEdgeType.php',
'DifferentialRevisionHasReviewerEdgeType' => 'applications/differential/edge/DifferentialRevisionHasReviewerEdgeType.php',
'DifferentialRevisionHasTaskEdgeType' => 'applications/differential/edge/DifferentialRevisionHasTaskEdgeType.php',
- 'DifferentialRevisionIDField' => 'applications/differential/customfield/DifferentialRevisionIDField.php',
+ 'DifferentialRevisionIDCustomField' => 'applications/differential/customfield/DifferentialRevisionIDCustomField.php',
'DifferentialRevisionLandController' => 'applications/differential/controller/DifferentialRevisionLandController.php',
'DifferentialRevisionListController' => 'applications/differential/controller/DifferentialRevisionListController.php',
'DifferentialRevisionListView' => 'applications/differential/view/DifferentialRevisionListView.php',
@@ -436,21 +436,21 @@
'DifferentialSearchIndexer' => 'applications/differential/search/DifferentialSearchIndexer.php',
'DifferentialSetDiffPropertyConduitAPIMethod' => 'applications/differential/conduit/DifferentialSetDiffPropertyConduitAPIMethod.php',
'DifferentialStoredCustomField' => 'applications/differential/customfield/DifferentialStoredCustomField.php',
- 'DifferentialSubscribersField' => 'applications/differential/customfield/DifferentialSubscribersField.php',
- 'DifferentialSummaryField' => 'applications/differential/customfield/DifferentialSummaryField.php',
- 'DifferentialTestPlanField' => 'applications/differential/customfield/DifferentialTestPlanField.php',
- 'DifferentialTitleField' => 'applications/differential/customfield/DifferentialTitleField.php',
+ 'DifferentialSubscribersCustomField' => 'applications/differential/customfield/DifferentialSubscribersCustomField.php',
+ 'DifferentialSummaryCustomField' => 'applications/differential/customfield/DifferentialSummaryCustomField.php',
+ 'DifferentialTestPlanCustomField' => 'applications/differential/customfield/DifferentialTestPlanCustomField.php',
+ 'DifferentialTitleCustomField' => 'applications/differential/customfield/DifferentialTitleCustomField.php',
'DifferentialTransaction' => 'applications/differential/storage/DifferentialTransaction.php',
'DifferentialTransactionComment' => 'applications/differential/storage/DifferentialTransactionComment.php',
'DifferentialTransactionEditor' => 'applications/differential/editor/DifferentialTransactionEditor.php',
'DifferentialTransactionQuery' => 'applications/differential/query/DifferentialTransactionQuery.php',
'DifferentialTransactionView' => 'applications/differential/view/DifferentialTransactionView.php',
- 'DifferentialUnitField' => 'applications/differential/customfield/DifferentialUnitField.php',
+ 'DifferentialUnitCustomField' => 'applications/differential/customfield/DifferentialUnitCustomField.php',
'DifferentialUnitStatus' => 'applications/differential/constants/DifferentialUnitStatus.php',
'DifferentialUnitTestResult' => 'applications/differential/constants/DifferentialUnitTestResult.php',
'DifferentialUpdateRevisionConduitAPIMethod' => 'applications/differential/conduit/DifferentialUpdateRevisionConduitAPIMethod.php',
'DifferentialUpdateUnitResultsConduitAPIMethod' => 'applications/differential/conduit/DifferentialUpdateUnitResultsConduitAPIMethod.php',
- 'DifferentialViewPolicyField' => 'applications/differential/customfield/DifferentialViewPolicyField.php',
+ 'DifferentialViewPolicyCustomField' => 'applications/differential/customfield/DifferentialViewPolicyCustomField.php',
'DiffusionArcanistProjectDatasource' => 'applications/diffusion/typeahead/DiffusionArcanistProjectDatasource.php',
'DiffusionAuditorDatasource' => 'applications/diffusion/typeahead/DiffusionAuditorDatasource.php',
'DiffusionBranchQueryConduitAPIMethod' => 'applications/diffusion/conduit/DiffusionBranchQueryConduitAPIMethod.php',
@@ -1397,6 +1397,7 @@
'PhabricatorBcryptPasswordHasher' => 'infrastructure/util/password/PhabricatorBcryptPasswordHasher.php',
'PhabricatorBinariesSetupCheck' => 'applications/config/check/PhabricatorBinariesSetupCheck.php',
'PhabricatorBitbucketAuthProvider' => 'applications/auth/provider/PhabricatorBitbucketAuthProvider.php',
+ 'PhabricatorBoolCustomField' => 'infrastructure/customfield/standard/PhabricatorBoolCustomField.php',
'PhabricatorBot' => 'infrastructure/daemon/bot/PhabricatorBot.php',
'PhabricatorBotBaseStreamingProtocolAdapter' => 'infrastructure/daemon/bot/adapter/PhabricatorBotBaseStreamingProtocolAdapter.php',
'PhabricatorBotChannel' => 'infrastructure/daemon/bot/target/PhabricatorBotChannel.php',
@@ -1453,10 +1454,10 @@
'PhabricatorChatLogEvent' => 'applications/chatlog/storage/PhabricatorChatLogEvent.php',
'PhabricatorChatLogQuery' => 'applications/chatlog/query/PhabricatorChatLogQuery.php',
'PhabricatorClusterConfigOptions' => 'applications/config/option/PhabricatorClusterConfigOptions.php',
- 'PhabricatorCommitBranchesField' => 'applications/repository/customfield/PhabricatorCommitBranchesField.php',
+ 'PhabricatorCommitBranchesCustomField' => 'applications/repository/customfield/PhabricatorCommitBranchesCustomField.php',
'PhabricatorCommitCustomField' => 'applications/repository/customfield/PhabricatorCommitCustomField.php',
'PhabricatorCommitSearchEngine' => 'applications/audit/query/PhabricatorCommitSearchEngine.php',
- 'PhabricatorCommitTagsField' => 'applications/repository/customfield/PhabricatorCommitTagsField.php',
+ 'PhabricatorCommitTagsCustomField' => 'applications/repository/customfield/PhabricatorCommitTagsCustomField.php',
'PhabricatorCommonPasswords' => 'applications/auth/constants/PhabricatorCommonPasswords.php',
'PhabricatorConduitAPIController' => 'applications/conduit/controller/PhabricatorConduitAPIController.php',
'PhabricatorConduitApplication' => 'applications/conduit/application/PhabricatorConduitApplication.php',
@@ -1555,13 +1556,14 @@
'PhabricatorCountdownSearchEngine' => 'applications/countdown/query/PhabricatorCountdownSearchEngine.php',
'PhabricatorCountdownView' => 'applications/countdown/view/PhabricatorCountdownView.php',
'PhabricatorCountdownViewController' => 'applications/countdown/controller/PhabricatorCountdownViewController.php',
+ 'PhabricatorCredentialCustomField' => 'infrastructure/customfield/standard/PhabricatorCredentialCustomField.php',
'PhabricatorCredentialsUsedByObjectEdgeType' => 'applications/passphrase/edge/PhabricatorCredentialsUsedByObjectEdgeType.php',
'PhabricatorCursorPagedPolicyAwareQuery' => 'infrastructure/query/policy/PhabricatorCursorPagedPolicyAwareQuery.php',
'PhabricatorCustomField' => 'infrastructure/customfield/field/PhabricatorCustomField.php',
'PhabricatorCustomFieldAttachment' => 'infrastructure/customfield/field/PhabricatorCustomFieldAttachment.php',
'PhabricatorCustomFieldConfigOptionType' => 'infrastructure/customfield/config/PhabricatorCustomFieldConfigOptionType.php',
'PhabricatorCustomFieldDataNotAvailableException' => 'infrastructure/customfield/exception/PhabricatorCustomFieldDataNotAvailableException.php',
- 'PhabricatorCustomFieldImplementationIncompleteException' => 'infrastructure/customfield/exception/PhabricatorCustomFieldImplementationIncompleteException.php',
+ 'PhabricatorCustomFieldIncompleteImplementationException' => 'infrastructure/customfield/exception/PhabricatorCustomFieldIncompleteImplementationException.php',
'PhabricatorCustomFieldIndexStorage' => 'infrastructure/customfield/storage/PhabricatorCustomFieldIndexStorage.php',
'PhabricatorCustomFieldInterface' => 'infrastructure/customfield/interface/PhabricatorCustomFieldInterface.php',
'PhabricatorCustomFieldList' => 'infrastructure/customfield/field/PhabricatorCustomFieldList.php',
@@ -1653,6 +1655,7 @@
'PhabricatorDashboardViewController' => 'applications/dashboard/controller/PhabricatorDashboardViewController.php',
'PhabricatorDataNotAttachedException' => 'infrastructure/storage/lisk/PhabricatorDataNotAttachedException.php',
'PhabricatorDatabaseSetupCheck' => 'applications/config/check/PhabricatorDatabaseSetupCheck.php',
+ 'PhabricatorDateCustomField' => 'infrastructure/customfield/standard/PhabricatorDateCustomField.php',
'PhabricatorDebugController' => 'applications/system/controller/PhabricatorDebugController.php',
'PhabricatorDefaultFileStorageEngineSelector' => 'applications/files/engineselector/PhabricatorDefaultFileStorageEngineSelector.php',
'PhabricatorDefaultSearchEngineSelector' => 'applications/search/selector/PhabricatorDefaultSearchEngineSelector.php',
@@ -1830,6 +1833,7 @@
'PhabricatorHarbormasterConfigOptions' => 'applications/harbormaster/config/PhabricatorHarbormasterConfigOptions.php',
'PhabricatorHash' => 'infrastructure/util/PhabricatorHash.php',
'PhabricatorHashTestCase' => 'infrastructure/util/__tests__/PhabricatorHashTestCase.php',
+ 'PhabricatorHeaderCustomField' => 'infrastructure/customfield/standard/PhabricatorHeaderCustomField.php',
'PhabricatorHelpApplication' => 'applications/help/application/PhabricatorHelpApplication.php',
'PhabricatorHelpController' => 'applications/help/controller/PhabricatorHelpController.php',
'PhabricatorHelpEditorProtocolController' => 'applications/help/controller/PhabricatorHelpEditorProtocolController.php',
@@ -1854,6 +1858,7 @@
'PhabricatorInlineCommentInterface' => 'infrastructure/diff/interface/PhabricatorInlineCommentInterface.php',
'PhabricatorInlineCommentPreviewController' => 'infrastructure/diff/PhabricatorInlineCommentPreviewController.php',
'PhabricatorInlineSummaryView' => 'infrastructure/diff/view/PhabricatorInlineSummaryView.php',
+ 'PhabricatorIntCustomField' => 'infrastructure/customfield/standard/PhabricatorIntCustomField.php',
'PhabricatorInternationalizationManagementExtractWorkflow' => 'infrastructure/internationalization/management/PhabricatorInternationalizationManagementExtractWorkflow.php',
'PhabricatorInternationalizationManagementWorkflow' => 'infrastructure/internationalization/management/PhabricatorInternationalizationManagementWorkflow.php',
'PhabricatorInvalidConfigSetupCheck' => 'applications/config/check/PhabricatorInvalidConfigSetupCheck.php',
@@ -2082,6 +2087,7 @@
'PhabricatorPHIDConstants' => 'applications/phid/PhabricatorPHIDConstants.php',
'PhabricatorPHIDInterface' => 'applications/phid/interface/PhabricatorPHIDInterface.php',
'PhabricatorPHIDType' => 'applications/phid/type/PhabricatorPHIDType.php',
+ 'PhabricatorPHIDsCustomField' => 'infrastructure/customfield/standard/PhabricatorPHIDsCustomField.php',
'PhabricatorPHPASTApplication' => 'applications/phpast/application/PhabricatorPHPASTApplication.php',
'PhabricatorPHPConfigSetupCheck' => 'applications/config/check/PhabricatorPHPConfigSetupCheck.php',
'PhabricatorPHPMailerConfigOptions' => 'applications/config/option/PhabricatorPHPMailerConfigOptions.php',
@@ -2214,7 +2220,7 @@
'PhabricatorProjectCustomFieldStringIndex' => 'applications/project/storage/PhabricatorProjectCustomFieldStringIndex.php',
'PhabricatorProjectDAO' => 'applications/project/storage/PhabricatorProjectDAO.php',
'PhabricatorProjectDatasource' => 'applications/project/typeahead/PhabricatorProjectDatasource.php',
- 'PhabricatorProjectDescriptionField' => 'applications/project/customfield/PhabricatorProjectDescriptionField.php',
+ 'PhabricatorProjectDescriptionCustomField' => 'applications/project/customfield/PhabricatorProjectDescriptionCustomField.php',
'PhabricatorProjectEditDetailsController' => 'applications/project/controller/PhabricatorProjectEditDetailsController.php',
'PhabricatorProjectEditIconController' => 'applications/project/controller/PhabricatorProjectEditIconController.php',
'PhabricatorProjectEditPictureController' => 'applications/project/controller/PhabricatorProjectEditPictureController.php',
@@ -2260,6 +2266,7 @@
'PhabricatorRemarkupControl' => 'view/form/control/PhabricatorRemarkupControl.php',
'PhabricatorRemarkupCowsayBlockInterpreter' => 'infrastructure/markup/interpreter/PhabricatorRemarkupCowsayBlockInterpreter.php',
'PhabricatorRemarkupCustomBlockRule' => 'infrastructure/markup/rule/PhabricatorRemarkupCustomBlockRule.php',
+ 'PhabricatorRemarkupCustomField' => 'infrastructure/customfield/standard/PhabricatorRemarkupCustomField.php',
'PhabricatorRemarkupCustomInlineRule' => 'infrastructure/markup/rule/PhabricatorRemarkupCustomInlineRule.php',
'PhabricatorRemarkupFigletBlockInterpreter' => 'infrastructure/markup/interpreter/PhabricatorRemarkupFigletBlockInterpreter.php',
'PhabricatorRemarkupGraphvizBlockInterpreter' => 'infrastructure/markup/interpreter/PhabricatorRemarkupGraphvizBlockInterpreter.php',
@@ -2406,6 +2413,7 @@
'PhabricatorSearchWorker' => 'applications/search/worker/PhabricatorSearchWorker.php',
'PhabricatorSecurityConfigOptions' => 'applications/config/option/PhabricatorSecurityConfigOptions.php',
'PhabricatorSecuritySetupCheck' => 'applications/config/check/PhabricatorSecuritySetupCheck.php',
+ 'PhabricatorSelectCustomField' => 'infrastructure/customfield/standard/PhabricatorSelectCustomField.php',
'PhabricatorSendGridConfigOptions' => 'applications/config/option/PhabricatorSendGridConfigOptions.php',
'PhabricatorSessionsSettingsPanel' => 'applications/settings/panel/PhabricatorSessionsSettingsPanel.php',
'PhabricatorSettingsAddEmailAction' => 'applications/settings/action/PhabricatorSettingsAddEmailAction.php',
@@ -2443,17 +2451,7 @@
'PhabricatorSortTableUIExample' => 'applications/uiexample/examples/PhabricatorSortTableUIExample.php',
'PhabricatorSourceCodeView' => 'view/layout/PhabricatorSourceCodeView.php',
'PhabricatorStandardCustomField' => 'infrastructure/customfield/standard/PhabricatorStandardCustomField.php',
- 'PhabricatorStandardCustomFieldBool' => 'infrastructure/customfield/standard/PhabricatorStandardCustomFieldBool.php',
- 'PhabricatorStandardCustomFieldCredential' => 'infrastructure/customfield/standard/PhabricatorStandardCustomFieldCredential.php',
- 'PhabricatorStandardCustomFieldDate' => 'infrastructure/customfield/standard/PhabricatorStandardCustomFieldDate.php',
- 'PhabricatorStandardCustomFieldHeader' => 'infrastructure/customfield/standard/PhabricatorStandardCustomFieldHeader.php',
- 'PhabricatorStandardCustomFieldInt' => 'infrastructure/customfield/standard/PhabricatorStandardCustomFieldInt.php',
'PhabricatorStandardCustomFieldInterface' => 'infrastructure/customfield/interface/PhabricatorStandardCustomFieldInterface.php',
- 'PhabricatorStandardCustomFieldPHIDs' => 'infrastructure/customfield/standard/PhabricatorStandardCustomFieldPHIDs.php',
- 'PhabricatorStandardCustomFieldRemarkup' => 'infrastructure/customfield/standard/PhabricatorStandardCustomFieldRemarkup.php',
- 'PhabricatorStandardCustomFieldSelect' => 'infrastructure/customfield/standard/PhabricatorStandardCustomFieldSelect.php',
- 'PhabricatorStandardCustomFieldText' => 'infrastructure/customfield/standard/PhabricatorStandardCustomFieldText.php',
- 'PhabricatorStandardCustomFieldUsers' => 'infrastructure/customfield/standard/PhabricatorStandardCustomFieldUsers.php',
'PhabricatorStandardPageView' => 'view/page/PhabricatorStandardPageView.php',
'PhabricatorStatusController' => 'applications/system/controller/PhabricatorStatusController.php',
'PhabricatorStatusUIExample' => 'applications/uiexample/examples/PhabricatorStatusUIExample.php',
@@ -2509,6 +2507,7 @@
'PhabricatorTestNoCycleEdgeType' => 'applications/transactions/edges/PhabricatorTestNoCycleEdgeType.php',
'PhabricatorTestStorageEngine' => 'applications/files/engine/PhabricatorTestStorageEngine.php',
'PhabricatorTestWorker' => 'infrastructure/daemon/workers/__tests__/PhabricatorTestWorker.php',
+ 'PhabricatorTextCustomField' => 'infrastructure/customfield/standard/PhabricatorTextCustomField.php',
'PhabricatorTime' => 'infrastructure/time/PhabricatorTime.php',
'PhabricatorTimeGuard' => 'infrastructure/time/PhabricatorTimeGuard.php',
'PhabricatorTimeTestCase' => 'infrastructure/time/__tests__/PhabricatorTimeTestCase.php',
@@ -2564,7 +2563,7 @@
'PhabricatorUnitsTestCase' => 'view/__tests__/PhabricatorUnitsTestCase.php',
'PhabricatorUnsubscribedFromObjectEdgeType' => 'applications/transactions/edges/PhabricatorUnsubscribedFromObjectEdgeType.php',
'PhabricatorUser' => 'applications/people/storage/PhabricatorUser.php',
- 'PhabricatorUserBlurbField' => 'applications/people/customfield/PhabricatorUserBlurbField.php',
+ 'PhabricatorUserBlurbCustomField' => 'applications/people/customfield/PhabricatorUserBlurbCustomField.php',
'PhabricatorUserConfigOptions' => 'applications/people/config/PhabricatorUserConfigOptions.php',
'PhabricatorUserConfiguredCustomField' => 'applications/people/customfield/PhabricatorUserConfiguredCustomField.php',
'PhabricatorUserConfiguredCustomFieldStorage' => 'applications/people/storage/PhabricatorUserConfiguredCustomFieldStorage.php',
@@ -2581,15 +2580,16 @@
'PhabricatorUserPreferences' => 'applications/settings/storage/PhabricatorUserPreferences.php',
'PhabricatorUserProfile' => 'applications/people/storage/PhabricatorUserProfile.php',
'PhabricatorUserProfileEditor' => 'applications/people/editor/PhabricatorUserProfileEditor.php',
- 'PhabricatorUserRealNameField' => 'applications/people/customfield/PhabricatorUserRealNameField.php',
- 'PhabricatorUserRolesField' => 'applications/people/customfield/PhabricatorUserRolesField.php',
+ 'PhabricatorUserRealNameCustomField' => 'applications/people/customfield/PhabricatorUserRealNameCustomField.php',
+ 'PhabricatorUserRolesCustomField' => 'applications/people/customfield/PhabricatorUserRolesCustomField.php',
'PhabricatorUserSchemaSpec' => 'applications/people/storage/PhabricatorUserSchemaSpec.php',
'PhabricatorUserSearchIndexer' => 'applications/people/search/PhabricatorUserSearchIndexer.php',
- 'PhabricatorUserSinceField' => 'applications/people/customfield/PhabricatorUserSinceField.php',
- 'PhabricatorUserStatusField' => 'applications/people/customfield/PhabricatorUserStatusField.php',
+ 'PhabricatorUserSinceCustomField' => 'applications/people/customfield/PhabricatorUserSinceCustomField.php',
+ 'PhabricatorUserStatusCustomField' => 'applications/people/customfield/PhabricatorUserStatusCustomField.php',
'PhabricatorUserTestCase' => 'applications/people/storage/__tests__/PhabricatorUserTestCase.php',
- 'PhabricatorUserTitleField' => 'applications/people/customfield/PhabricatorUserTitleField.php',
+ 'PhabricatorUserTitleCustomField' => 'applications/people/customfield/PhabricatorUserTitleCustomField.php',
'PhabricatorUserTransaction' => 'applications/people/storage/PhabricatorUserTransaction.php',
+ 'PhabricatorUsersCustomField' => 'infrastructure/customfield/standard/PhabricatorUsersCustomField.php',
'PhabricatorUsersPolicyRule' => 'applications/policy/rule/PhabricatorUsersPolicyRule.php',
'PhabricatorVCSResponse' => 'applications/repository/response/PhabricatorVCSResponse.php',
'PhabricatorWatcherHasObjectEdgeType' => 'applications/transactions/edges/PhabricatorWatcherHasObjectEdgeType.php',
@@ -3391,14 +3391,14 @@
'DifferentialActionMenuEventListener' => 'PhabricatorEventListener',
'DifferentialAddCommentView' => 'AphrontView',
'DifferentialAffectedPath' => 'DifferentialDAO',
- 'DifferentialApplyPatchField' => 'DifferentialCustomField',
- 'DifferentialArcanistProjectField' => 'DifferentialCustomField',
- 'DifferentialAsanaRepresentationField' => 'DifferentialCustomField',
- 'DifferentialAuditorsField' => 'DifferentialStoredCustomField',
- 'DifferentialAuthorField' => 'DifferentialCustomField',
- 'DifferentialBlameRevisionField' => 'DifferentialStoredCustomField',
- 'DifferentialBranchField' => 'DifferentialCustomField',
- 'DifferentialChangesSinceLastUpdateField' => 'DifferentialCustomField',
+ 'DifferentialApplyPatchCustomField' => 'DifferentialCustomField',
+ 'DifferentialArcanistProjectCustomField' => 'DifferentialCustomField',
+ 'DifferentialAsanaRepresentationCustomField' => 'DifferentialCustomField',
+ 'DifferentialAuditorsCustomField' => 'DifferentialStoredCustomField',
+ 'DifferentialAuthorCustomField' => 'DifferentialCustomField',
+ 'DifferentialBlameRevisionCustomField' => 'DifferentialStoredCustomField',
+ 'DifferentialBranchCustomField' => 'DifferentialCustomField',
+ 'DifferentialChangesSinceLastUpdateCustomField' => 'DifferentialCustomField',
'DifferentialChangeset' => array(
'DifferentialDAO',
'PhabricatorPolicyInterface',
@@ -3418,9 +3418,9 @@
'DifferentialCommentPreviewController' => 'DifferentialController',
'DifferentialCommentSaveController' => 'DifferentialController',
'DifferentialCommitMessageParserTestCase' => 'PhabricatorTestCase',
- 'DifferentialCommitsField' => 'DifferentialCustomField',
+ 'DifferentialCommitsCustomField' => 'DifferentialCustomField',
'DifferentialConduitAPIMethod' => 'ConduitAPIMethod',
- 'DifferentialConflictsField' => 'DifferentialCustomField',
+ 'DifferentialConflictsCustomField' => 'DifferentialCustomField',
'DifferentialController' => 'PhabricatorController',
'DifferentialCoreCustomField' => 'DifferentialCustomField',
'DifferentialCreateCommentConduitAPIMethod' => 'DifferentialConduitAPIMethod',
@@ -3439,8 +3439,8 @@
'DifferentialCustomFieldStringIndex' => 'PhabricatorCustomFieldStringIndexStorage',
'DifferentialDAO' => 'PhabricatorLiskDAO',
'DifferentialDefaultViewCapability' => 'PhabricatorPolicyCapability',
- 'DifferentialDependenciesField' => 'DifferentialCustomField',
- 'DifferentialDependsOnField' => 'DifferentialCustomField',
+ 'DifferentialDependenciesCustomField' => 'DifferentialCustomField',
+ 'DifferentialDependsOnCustomField' => 'DifferentialCustomField',
'DifferentialDiff' => array(
'DifferentialDAO',
'PhabricatorPolicyInterface',
@@ -3459,7 +3459,7 @@
'DifferentialDiffViewController' => 'DifferentialController',
'DifferentialDoorkeeperRevisionFeedStoryPublisher' => 'DoorkeeperFeedStoryPublisher',
'DifferentialDraft' => 'DifferentialDAO',
- 'DifferentialEditPolicyField' => 'DifferentialCoreCustomField',
+ 'DifferentialEditPolicyCustomField' => 'DifferentialCoreCustomField',
'DifferentialFieldParseException' => 'Exception',
'DifferentialFieldValidationException' => 'Exception',
'DifferentialFindConduitAPIMethod' => 'DifferentialConduitAPIMethod',
@@ -3472,8 +3472,8 @@
'DifferentialGetRevisionCommentsConduitAPIMethod' => 'DifferentialConduitAPIMethod',
'DifferentialGetRevisionConduitAPIMethod' => 'DifferentialConduitAPIMethod',
'DifferentialGitHubLandingStrategy' => 'DifferentialLandingStrategy',
- 'DifferentialGitSVNIDField' => 'DifferentialCustomField',
- 'DifferentialHostField' => 'DifferentialCustomField',
+ 'DifferentialGitSVNIDCustomField' => 'DifferentialCustomField',
+ 'DifferentialHostCustomField' => 'DifferentialCustomField',
'DifferentialHostedGitLandingStrategy' => 'DifferentialLandingStrategy',
'DifferentialHostedMercurialLandingStrategy' => 'DifferentialLandingStrategy',
'DifferentialHovercardEventListener' => 'PhabricatorEventListener',
@@ -3490,33 +3490,33 @@
'DifferentialInlineCommentPreviewController' => 'PhabricatorInlineCommentPreviewController',
'DifferentialInlineCommentQuery' => 'PhabricatorOffsetPagedQuery',
'DifferentialInlineCommentView' => 'AphrontView',
- 'DifferentialJIRAIssuesField' => 'DifferentialStoredCustomField',
+ 'DifferentialJIRAIssuesCustomField' => 'DifferentialStoredCustomField',
'DifferentialLandingActionMenuEventListener' => 'PhabricatorEventListener',
'DifferentialLegacyHunk' => 'DifferentialHunk',
- 'DifferentialLintField' => 'DifferentialCustomField',
+ 'DifferentialLintCustomField' => 'DifferentialCustomField',
'DifferentialLocalCommitsView' => 'AphrontView',
'DifferentialMail' => 'PhabricatorMail',
- 'DifferentialManiphestTasksField' => 'DifferentialCoreCustomField',
+ 'DifferentialManiphestTasksCustomField' => 'DifferentialCoreCustomField',
'DifferentialModernHunk' => 'DifferentialHunk',
'DifferentialParseCacheGarbageCollector' => 'PhabricatorGarbageCollector',
'DifferentialParseCommitMessageConduitAPIMethod' => 'DifferentialConduitAPIMethod',
'DifferentialParseRenderTestCase' => 'PhabricatorTestCase',
- 'DifferentialPathField' => 'DifferentialCustomField',
+ 'DifferentialPathCustomField' => 'DifferentialCustomField',
'DifferentialPrimaryPaneView' => 'AphrontView',
- 'DifferentialProjectReviewersField' => 'DifferentialCustomField',
- 'DifferentialProjectsField' => 'DifferentialCoreCustomField',
+ 'DifferentialProjectReviewersCustomField' => 'DifferentialCustomField',
+ 'DifferentialProjectsCustomField' => 'DifferentialCoreCustomField',
'DifferentialQueryConduitAPIMethod' => 'DifferentialConduitAPIMethod',
'DifferentialQueryDiffsConduitAPIMethod' => 'DifferentialConduitAPIMethod',
'DifferentialRemarkupRule' => 'PhabricatorObjectRemarkupRule',
'DifferentialReplyHandler' => 'PhabricatorMailReplyHandler',
- 'DifferentialRepositoryField' => 'DifferentialCoreCustomField',
+ 'DifferentialRepositoryCustomField' => 'DifferentialCoreCustomField',
'DifferentialRepositoryLookup' => 'Phobject',
- 'DifferentialRequiredSignaturesField' => 'DifferentialCoreCustomField',
+ 'DifferentialRequiredSignaturesCustomField' => 'DifferentialCoreCustomField',
'DifferentialResultsTableView' => 'AphrontView',
- 'DifferentialRevertPlanField' => 'DifferentialStoredCustomField',
- 'DifferentialReviewedByField' => 'DifferentialCoreCustomField',
+ 'DifferentialRevertPlanCustomField' => 'DifferentialStoredCustomField',
+ 'DifferentialReviewedByCustomField' => 'DifferentialCoreCustomField',
'DifferentialReviewerForRevisionEdgeType' => 'PhabricatorEdgeType',
- 'DifferentialReviewersField' => 'DifferentialCoreCustomField',
+ 'DifferentialReviewersCustomField' => 'DifferentialCoreCustomField',
'DifferentialReviewersView' => 'AphrontView',
'DifferentialRevision' => array(
'DifferentialDAO',
@@ -3540,7 +3540,7 @@
'DifferentialRevisionHasCommitEdgeType' => 'PhabricatorEdgeType',
'DifferentialRevisionHasReviewerEdgeType' => 'PhabricatorEdgeType',
'DifferentialRevisionHasTaskEdgeType' => 'PhabricatorEdgeType',
- 'DifferentialRevisionIDField' => 'DifferentialCustomField',
+ 'DifferentialRevisionIDCustomField' => 'DifferentialCustomField',
'DifferentialRevisionLandController' => 'DifferentialController',
'DifferentialRevisionListController' => 'DifferentialController',
'DifferentialRevisionListView' => 'AphrontView',
@@ -3554,19 +3554,19 @@
'DifferentialSearchIndexer' => 'PhabricatorSearchDocumentIndexer',
'DifferentialSetDiffPropertyConduitAPIMethod' => 'DifferentialConduitAPIMethod',
'DifferentialStoredCustomField' => 'DifferentialCustomField',
- 'DifferentialSubscribersField' => 'DifferentialCoreCustomField',
- 'DifferentialSummaryField' => 'DifferentialCoreCustomField',
- 'DifferentialTestPlanField' => 'DifferentialCoreCustomField',
- 'DifferentialTitleField' => 'DifferentialCoreCustomField',
+ 'DifferentialSubscribersCustomField' => 'DifferentialCoreCustomField',
+ 'DifferentialSummaryCustomField' => 'DifferentialCoreCustomField',
+ 'DifferentialTestPlanCustomField' => 'DifferentialCoreCustomField',
+ 'DifferentialTitleCustomField' => 'DifferentialCoreCustomField',
'DifferentialTransaction' => 'PhabricatorApplicationTransaction',
'DifferentialTransactionComment' => 'PhabricatorApplicationTransactionComment',
'DifferentialTransactionEditor' => 'PhabricatorApplicationTransactionEditor',
'DifferentialTransactionQuery' => 'PhabricatorApplicationTransactionQuery',
'DifferentialTransactionView' => 'PhabricatorApplicationTransactionView',
- 'DifferentialUnitField' => 'DifferentialCustomField',
+ 'DifferentialUnitCustomField' => 'DifferentialCustomField',
'DifferentialUpdateRevisionConduitAPIMethod' => 'DifferentialConduitAPIMethod',
'DifferentialUpdateUnitResultsConduitAPIMethod' => 'DifferentialConduitAPIMethod',
- 'DifferentialViewPolicyField' => 'DifferentialCoreCustomField',
+ 'DifferentialViewPolicyCustomField' => 'DifferentialCoreCustomField',
'DiffusionArcanistProjectDatasource' => 'PhabricatorTypeaheadDatasource',
'DiffusionAuditorDatasource' => 'PhabricatorTypeaheadCompositeDatasource',
'DiffusionBranchQueryConduitAPIMethod' => 'DiffusionQueryConduitAPIMethod',
@@ -4610,6 +4610,7 @@
'PhabricatorBcryptPasswordHasher' => 'PhabricatorPasswordHasher',
'PhabricatorBinariesSetupCheck' => 'PhabricatorSetupCheck',
'PhabricatorBitbucketAuthProvider' => 'PhabricatorOAuth1AuthProvider',
+ 'PhabricatorBoolCustomField' => 'PhabricatorStandardCustomField',
'PhabricatorBot' => 'PhabricatorDaemon',
'PhabricatorBotBaseStreamingProtocolAdapter' => 'PhabricatorBaseProtocolAdapter',
'PhabricatorBotChannel' => 'PhabricatorBotTarget',
@@ -4671,10 +4672,10 @@
),
'PhabricatorChatLogQuery' => 'PhabricatorCursorPagedPolicyAwareQuery',
'PhabricatorClusterConfigOptions' => 'PhabricatorApplicationConfigOptions',
- 'PhabricatorCommitBranchesField' => 'PhabricatorCommitCustomField',
+ 'PhabricatorCommitBranchesCustomField' => 'PhabricatorCommitCustomField',
'PhabricatorCommitCustomField' => 'PhabricatorCustomField',
'PhabricatorCommitSearchEngine' => 'PhabricatorApplicationSearchEngine',
- 'PhabricatorCommitTagsField' => 'PhabricatorCommitCustomField',
+ 'PhabricatorCommitTagsCustomField' => 'PhabricatorCommitCustomField',
'PhabricatorCommonPasswords' => 'Phobject',
'PhabricatorConduitAPIController' => 'PhabricatorConduitController',
'PhabricatorConduitApplication' => 'PhabricatorApplication',
@@ -4785,11 +4786,12 @@
'PhabricatorCountdownSearchEngine' => 'PhabricatorApplicationSearchEngine',
'PhabricatorCountdownView' => 'AphrontTagView',
'PhabricatorCountdownViewController' => 'PhabricatorCountdownController',
+ 'PhabricatorCredentialCustomField' => 'PhabricatorStandardCustomField',
'PhabricatorCredentialsUsedByObjectEdgeType' => 'PhabricatorEdgeType',
'PhabricatorCursorPagedPolicyAwareQuery' => 'PhabricatorPolicyAwareQuery',
'PhabricatorCustomFieldConfigOptionType' => 'PhabricatorConfigOptionType',
'PhabricatorCustomFieldDataNotAvailableException' => 'Exception',
- 'PhabricatorCustomFieldImplementationIncompleteException' => 'Exception',
+ 'PhabricatorCustomFieldIncompleteImplementationException' => 'Exception',
'PhabricatorCustomFieldIndexStorage' => 'PhabricatorLiskDAO',
'PhabricatorCustomFieldList' => 'Phobject',
'PhabricatorCustomFieldMonogramParser' => 'Phobject',
@@ -4895,6 +4897,7 @@
'PhabricatorDashboardViewController' => 'PhabricatorDashboardController',
'PhabricatorDataNotAttachedException' => 'Exception',
'PhabricatorDatabaseSetupCheck' => 'PhabricatorSetupCheck',
+ 'PhabricatorDateCustomField' => 'PhabricatorStandardCustomField',
'PhabricatorDebugController' => 'PhabricatorController',
'PhabricatorDefaultFileStorageEngineSelector' => 'PhabricatorFileStorageEngineSelector',
'PhabricatorDefaultSearchEngineSelector' => 'PhabricatorSearchEngineSelector',
@@ -5080,6 +5083,7 @@
'PhabricatorHarbormasterApplication' => 'PhabricatorApplication',
'PhabricatorHarbormasterConfigOptions' => 'PhabricatorApplicationConfigOptions',
'PhabricatorHashTestCase' => 'PhabricatorTestCase',
+ 'PhabricatorHeaderCustomField' => 'PhabricatorStandardCustomField',
'PhabricatorHelpApplication' => 'PhabricatorApplication',
'PhabricatorHelpController' => 'PhabricatorController',
'PhabricatorHelpEditorProtocolController' => 'PhabricatorHelpController',
@@ -5103,6 +5107,7 @@
'PhabricatorInlineCommentInterface' => 'PhabricatorMarkupInterface',
'PhabricatorInlineCommentPreviewController' => 'PhabricatorController',
'PhabricatorInlineSummaryView' => 'AphrontView',
+ 'PhabricatorIntCustomField' => 'PhabricatorStandardCustomField',
'PhabricatorInternationalizationManagementExtractWorkflow' => 'PhabricatorInternationalizationManagementWorkflow',
'PhabricatorInternationalizationManagementWorkflow' => 'PhabricatorManagementWorkflow',
'PhabricatorInvalidConfigSetupCheck' => 'PhabricatorSetupCheck',
@@ -5322,6 +5327,7 @@
'PhabricatorOwnersPackageTestCase' => 'PhabricatorTestCase',
'PhabricatorOwnersPath' => 'PhabricatorOwnersDAO',
'PhabricatorPHDConfigOptions' => 'PhabricatorApplicationConfigOptions',
+ 'PhabricatorPHIDsCustomField' => 'PhabricatorStandardCustomField',
'PhabricatorPHPASTApplication' => 'PhabricatorApplication',
'PhabricatorPHPConfigSetupCheck' => 'PhabricatorSetupCheck',
'PhabricatorPHPMailerConfigOptions' => 'PhabricatorApplicationConfigOptions',
@@ -5484,7 +5490,7 @@
'PhabricatorProjectCustomFieldStringIndex' => 'PhabricatorCustomFieldStringIndexStorage',
'PhabricatorProjectDAO' => 'PhabricatorLiskDAO',
'PhabricatorProjectDatasource' => 'PhabricatorTypeaheadDatasource',
- 'PhabricatorProjectDescriptionField' => 'PhabricatorProjectStandardCustomField',
+ 'PhabricatorProjectDescriptionCustomField' => 'PhabricatorProjectStandardCustomField',
'PhabricatorProjectEditDetailsController' => 'PhabricatorProjectController',
'PhabricatorProjectEditIconController' => 'PhabricatorProjectController',
'PhabricatorProjectEditPictureController' => 'PhabricatorProjectController',
@@ -5530,6 +5536,7 @@
'PhabricatorRemarkupControl' => 'AphrontFormTextAreaControl',
'PhabricatorRemarkupCowsayBlockInterpreter' => 'PhutilRemarkupBlockInterpreter',
'PhabricatorRemarkupCustomBlockRule' => 'PhutilRemarkupBlockRule',
+ 'PhabricatorRemarkupCustomField' => 'PhabricatorStandardCustomField',
'PhabricatorRemarkupCustomInlineRule' => 'PhutilRemarkupRule',
'PhabricatorRemarkupFigletBlockInterpreter' => 'PhutilRemarkupBlockInterpreter',
'PhabricatorRemarkupGraphvizBlockInterpreter' => 'PhutilRemarkupBlockInterpreter',
@@ -5703,6 +5710,7 @@
'PhabricatorSearchWorker' => 'PhabricatorWorker',
'PhabricatorSecurityConfigOptions' => 'PhabricatorApplicationConfigOptions',
'PhabricatorSecuritySetupCheck' => 'PhabricatorSetupCheck',
+ 'PhabricatorSelectCustomField' => 'PhabricatorStandardCustomField',
'PhabricatorSendGridConfigOptions' => 'PhabricatorApplicationConfigOptions',
'PhabricatorSessionsSettingsPanel' => 'PhabricatorSettingsPanel',
'PhabricatorSettingsAddEmailAction' => 'PhabricatorSystemAction',
@@ -5745,16 +5753,6 @@
'PhabricatorSortTableUIExample' => 'PhabricatorUIExample',
'PhabricatorSourceCodeView' => 'AphrontView',
'PhabricatorStandardCustomField' => 'PhabricatorCustomField',
- 'PhabricatorStandardCustomFieldBool' => 'PhabricatorStandardCustomField',
- 'PhabricatorStandardCustomFieldCredential' => 'PhabricatorStandardCustomField',
- 'PhabricatorStandardCustomFieldDate' => 'PhabricatorStandardCustomField',
- 'PhabricatorStandardCustomFieldHeader' => 'PhabricatorStandardCustomField',
- 'PhabricatorStandardCustomFieldInt' => 'PhabricatorStandardCustomField',
- 'PhabricatorStandardCustomFieldPHIDs' => 'PhabricatorStandardCustomField',
- 'PhabricatorStandardCustomFieldRemarkup' => 'PhabricatorStandardCustomField',
- 'PhabricatorStandardCustomFieldSelect' => 'PhabricatorStandardCustomField',
- 'PhabricatorStandardCustomFieldText' => 'PhabricatorStandardCustomField',
- 'PhabricatorStandardCustomFieldUsers' => 'PhabricatorStandardCustomFieldPHIDs',
'PhabricatorStandardPageView' => 'PhabricatorBarePageView',
'PhabricatorStatusController' => 'PhabricatorController',
'PhabricatorStatusUIExample' => 'PhabricatorUIExample',
@@ -5803,6 +5801,7 @@
'PhabricatorTestNoCycleEdgeType' => 'PhabricatorEdgeType',
'PhabricatorTestStorageEngine' => 'PhabricatorFileStorageEngine',
'PhabricatorTestWorker' => 'PhabricatorWorker',
+ 'PhabricatorTextCustomField' => 'PhabricatorStandardCustomField',
'PhabricatorTimeTestCase' => 'PhabricatorTestCase',
'PhabricatorTimezoneSetupCheck' => 'PhabricatorSetupCheck',
'PhabricatorToken' => array(
@@ -5864,7 +5863,7 @@
'PhabricatorDestructibleInterface',
'PhabricatorSSHPublicKeyInterface',
),
- 'PhabricatorUserBlurbField' => 'PhabricatorUserCustomField',
+ 'PhabricatorUserBlurbCustomField' => 'PhabricatorUserCustomField',
'PhabricatorUserConfigOptions' => 'PhabricatorApplicationConfigOptions',
'PhabricatorUserConfiguredCustomField' => array(
'PhabricatorUserCustomField',
@@ -5887,15 +5886,16 @@
'PhabricatorUserPreferences' => 'PhabricatorUserDAO',
'PhabricatorUserProfile' => 'PhabricatorUserDAO',
'PhabricatorUserProfileEditor' => 'PhabricatorApplicationTransactionEditor',
- 'PhabricatorUserRealNameField' => 'PhabricatorUserCustomField',
- 'PhabricatorUserRolesField' => 'PhabricatorUserCustomField',
+ 'PhabricatorUserRealNameCustomField' => 'PhabricatorUserCustomField',
+ 'PhabricatorUserRolesCustomField' => 'PhabricatorUserCustomField',
'PhabricatorUserSchemaSpec' => 'PhabricatorConfigSchemaSpec',
'PhabricatorUserSearchIndexer' => 'PhabricatorSearchDocumentIndexer',
- 'PhabricatorUserSinceField' => 'PhabricatorUserCustomField',
- 'PhabricatorUserStatusField' => 'PhabricatorUserCustomField',
+ 'PhabricatorUserSinceCustomField' => 'PhabricatorUserCustomField',
+ 'PhabricatorUserStatusCustomField' => 'PhabricatorUserCustomField',
'PhabricatorUserTestCase' => 'PhabricatorTestCase',
- 'PhabricatorUserTitleField' => 'PhabricatorUserCustomField',
+ 'PhabricatorUserTitleCustomField' => 'PhabricatorUserCustomField',
'PhabricatorUserTransaction' => 'PhabricatorApplicationTransaction',
+ 'PhabricatorUsersCustomField' => 'PhabricatorPHIDsCustomField',
'PhabricatorUsersPolicyRule' => 'PhabricatorPolicyRule',
'PhabricatorVCSResponse' => 'AphrontResponse',
'PhabricatorWatcherHasObjectEdgeType' => 'PhabricatorEdgeType',
diff --git a/src/applications/differential/conduit/DifferentialGetCommitMessageConduitAPIMethod.php b/src/applications/differential/conduit/DifferentialGetCommitMessageConduitAPIMethod.php
--- a/src/applications/differential/conduit/DifferentialGetCommitMessageConduitAPIMethod.php
+++ b/src/applications/differential/conduit/DifferentialGetCommitMessageConduitAPIMethod.php
@@ -107,8 +107,8 @@
$all_handles = array();
}
- $key_title = id(new DifferentialTitleField())->getFieldKey();
- $default_title = DifferentialTitleField::getDefaultTitle();
+ $key_title = id(new DifferentialTitleCustomField())->getFieldKey();
+ $default_title = DifferentialTitleCustomField::getDefaultTitle();
$commit_message = array();
foreach ($field_list->getFields() as $key => $field) {
diff --git a/src/applications/differential/conduit/DifferentialParseCommitMessageConduitAPIMethod.php b/src/applications/differential/conduit/DifferentialParseCommitMessageConduitAPIMethod.php
--- a/src/applications/differential/conduit/DifferentialParseCommitMessageConduitAPIMethod.php
+++ b/src/applications/differential/conduit/DifferentialParseCommitMessageConduitAPIMethod.php
@@ -82,7 +82,7 @@
}
// grab some extra information about the Differential Revision: field...
- $revision_id_field = new DifferentialRevisionIDField();
+ $revision_id_field = new DifferentialRevisionIDCustomField();
$revision_id_value = idx(
$corpus_map,
$revision_id_field->getFieldKeyForConduit());
@@ -126,8 +126,10 @@
private function parseCommitMessage($corpus, array $label_map) {
- $key_title = id(new DifferentialTitleField())->getFieldKeyForConduit();
- $key_summary = id(new DifferentialSummaryField())->getFieldKeyForConduit();
+ $key_title = id(new DifferentialTitleCustomField())
+ ->getFieldKeyForConduit();
+ $key_summary = id(new DifferentialSummaryCustomField())
+ ->getFieldKeyForConduit();
$parser = id(new DifferentialCommitMessageParser())
->setLabelMap($label_map)
diff --git a/src/applications/differential/config/PhabricatorDifferentialConfigOptions.php b/src/applications/differential/config/PhabricatorDifferentialConfigOptions.php
--- a/src/applications/differential/config/PhabricatorDifferentialConfigOptions.php
+++ b/src/applications/differential/config/PhabricatorDifferentialConfigOptions.php
@@ -19,40 +19,40 @@
$custom_field_type = 'custom:PhabricatorCustomFieldConfigOptionType';
$fields = array(
- new DifferentialTitleField(),
- new DifferentialSummaryField(),
- new DifferentialTestPlanField(),
- new DifferentialAuthorField(),
- new DifferentialReviewersField(),
- new DifferentialProjectReviewersField(),
- new DifferentialReviewedByField(),
- new DifferentialSubscribersField(),
- new DifferentialRepositoryField(),
- new DifferentialLintField(),
- new DifferentialProjectsField(),
- new DifferentialUnitField(),
- new DifferentialViewPolicyField(),
- new DifferentialEditPolicyField(),
+ new DifferentialTitleCustomField(),
+ new DifferentialSummaryCustomField(),
+ new DifferentialTestPlanCustomField(),
+ new DifferentialAuthorCustomField(),
+ new DifferentialReviewersCustomField(),
+ new DifferentialProjectReviewersCustomField(),
+ new DifferentialReviewedByCustomField(),
+ new DifferentialSubscribersCustomField(),
+ new DifferentialRepositoryCustomField(),
+ new DifferentialLintCustomField(),
+ new DifferentialProjectsCustomField(),
+ new DifferentialUnitCustomField(),
+ new DifferentialViewPolicyCustomField(),
+ new DifferentialEditPolicyCustomField(),
- new DifferentialDependsOnField(),
- new DifferentialDependenciesField(),
- new DifferentialManiphestTasksField(),
- new DifferentialCommitsField(),
+ new DifferentialDependsOnCustomField(),
+ new DifferentialDependenciesCustomField(),
+ new DifferentialManiphestTasksCustomField(),
+ new DifferentialCommitsCustomField(),
- new DifferentialJIRAIssuesField(),
- new DifferentialAsanaRepresentationField(),
+ new DifferentialJIRAIssuesCustomField(),
+ new DifferentialAsanaRepresentationCustomField(),
- new DifferentialChangesSinceLastUpdateField(),
- new DifferentialBranchField(),
+ new DifferentialChangesSinceLastUpdateCustomField(),
+ new DifferentialBranchCustomField(),
- new DifferentialBlameRevisionField(),
- new DifferentialPathField(),
- new DifferentialHostField(),
- new DifferentialRevertPlanField(),
+ new DifferentialBlameRevisionCustomField(),
+ new DifferentialPathCustomField(),
+ new DifferentialHostCustomField(),
+ new DifferentialRevertPlanCustomField(),
- new DifferentialApplyPatchField(),
+ new DifferentialApplyPatchCustomField(),
- new DifferentialRevisionIDField(),
+ new DifferentialRevisionIDCustomField(),
);
$default_fields = array();
diff --git a/src/applications/differential/controller/DifferentialDiffCreateController.php b/src/applications/differential/controller/DifferentialDiffCreateController.php
--- a/src/applications/differential/controller/DifferentialDiffCreateController.php
+++ b/src/applications/differential/controller/DifferentialDiffCreateController.php
@@ -19,7 +19,7 @@
if ($request->isFormPost()) {
$repository_tokenizer = $request->getArr(
- id(new DifferentialRepositoryField())->getFieldKey());
+ id(new DifferentialRepositoryCustomField())->getFieldKey());
if ($repository_tokenizer) {
$repository_phid = reset($repository_tokenizer);
}
@@ -104,7 +104,7 @@
->setError($e_file))
->appendChild(
id(new AphrontFormTokenizerControl())
- ->setName(id(new DifferentialRepositoryField())->getFieldKey())
+ ->setName(id(new DifferentialRepositoryCustomField())->getFieldKey())
->setLabel(pht('Repository'))
->setDatasource(new DiffusionRepositoryDatasource())
->setValue($repository_value)
diff --git a/src/applications/differential/controller/DifferentialDiffViewController.php b/src/applications/differential/controller/DifferentialDiffViewController.php
--- a/src/applications/differential/controller/DifferentialDiffViewController.php
+++ b/src/applications/differential/controller/DifferentialDiffViewController.php
@@ -81,7 +81,7 @@
->addHiddenInput('diffID', $diff->getID())
->addHiddenInput('viaDiffView', 1)
->addHiddenInput(
- id(new DifferentialRepositoryField())->getFieldKey(),
+ id(new DifferentialRepositoryCustomField())->getFieldKey(),
$diff->getRepositoryPHID())
->appendRemarkupInstructions(
pht(
diff --git a/src/applications/differential/controller/DifferentialRevisionEditController.php b/src/applications/differential/controller/DifferentialRevisionEditController.php
--- a/src/applications/differential/controller/DifferentialRevisionEditController.php
+++ b/src/applications/differential/controller/DifferentialRevisionEditController.php
@@ -72,14 +72,15 @@
->readFieldsFromStorage($revision);
if ($request->getStr('viaDiffView') && $diff) {
- $repo_key = id(new DifferentialRepositoryField())->getFieldKey();
+ $repo_key = id(new DifferentialRepositoryCustomField())->getFieldKey();
$repository_field = idx(
$field_list->getFields(),
$repo_key);
if ($repository_field) {
$repository_field->setValue($request->getStr($repo_key));
}
- $view_policy_key = id(new DifferentialViewPolicyField())->getFieldKey();
+ $view_policy_key = id(new DifferentialViewPolicyCustomField())
+ ->getFieldKey();
$view_policy_field = idx(
$field_list->getFields(),
$view_policy_key);
@@ -103,7 +104,7 @@
if ($diff) {
$repository_phid = null;
$repository_tokenizer = $request->getArr(
- id(new DifferentialRepositoryField())->getFieldKey());
+ id(new DifferentialRepositoryCustomField())->getFieldKey());
if ($repository_tokenizer) {
$repository_phid = reset($repository_tokenizer);
}
diff --git a/src/applications/differential/customfield/DifferentialApplyPatchField.php b/src/applications/differential/customfield/DifferentialApplyPatchCustomField.php
rename from src/applications/differential/customfield/DifferentialApplyPatchField.php
rename to src/applications/differential/customfield/DifferentialApplyPatchCustomField.php
--- a/src/applications/differential/customfield/DifferentialApplyPatchField.php
+++ b/src/applications/differential/customfield/DifferentialApplyPatchCustomField.php
@@ -1,6 +1,6 @@
<?php
-final class DifferentialApplyPatchField
+final class DifferentialApplyPatchCustomField
extends DifferentialCustomField {
public function getFieldKey() {
diff --git a/src/applications/differential/customfield/DifferentialArcanistProjectField.php b/src/applications/differential/customfield/DifferentialArcanistProjectCustomField.php
rename from src/applications/differential/customfield/DifferentialArcanistProjectField.php
rename to src/applications/differential/customfield/DifferentialArcanistProjectCustomField.php
--- a/src/applications/differential/customfield/DifferentialArcanistProjectField.php
+++ b/src/applications/differential/customfield/DifferentialArcanistProjectCustomField.php
@@ -1,6 +1,6 @@
<?php
-final class DifferentialArcanistProjectField
+final class DifferentialArcanistProjectCustomField
extends DifferentialCustomField {
public function getFieldKey() {
diff --git a/src/applications/differential/customfield/DifferentialAsanaRepresentationField.php b/src/applications/differential/customfield/DifferentialAsanaRepresentationCustomField.php
rename from src/applications/differential/customfield/DifferentialAsanaRepresentationField.php
rename to src/applications/differential/customfield/DifferentialAsanaRepresentationCustomField.php
--- a/src/applications/differential/customfield/DifferentialAsanaRepresentationField.php
+++ b/src/applications/differential/customfield/DifferentialAsanaRepresentationCustomField.php
@@ -1,6 +1,6 @@
<?php
-final class DifferentialAsanaRepresentationField
+final class DifferentialAsanaRepresentationCustomField
extends DifferentialCustomField {
public function getFieldKey() {
diff --git a/src/applications/differential/customfield/DifferentialAuditorsField.php b/src/applications/differential/customfield/DifferentialAuditorsCustomField.php
rename from src/applications/differential/customfield/DifferentialAuditorsField.php
rename to src/applications/differential/customfield/DifferentialAuditorsCustomField.php
--- a/src/applications/differential/customfield/DifferentialAuditorsField.php
+++ b/src/applications/differential/customfield/DifferentialAuditorsCustomField.php
@@ -1,6 +1,6 @@
<?php
-final class DifferentialAuditorsField
+final class DifferentialAuditorsCustomField
extends DifferentialStoredCustomField {
public function getFieldKey() {
diff --git a/src/applications/differential/customfield/DifferentialAuthorField.php b/src/applications/differential/customfield/DifferentialAuthorCustomField.php
rename from src/applications/differential/customfield/DifferentialAuthorField.php
rename to src/applications/differential/customfield/DifferentialAuthorCustomField.php
--- a/src/applications/differential/customfield/DifferentialAuthorField.php
+++ b/src/applications/differential/customfield/DifferentialAuthorCustomField.php
@@ -1,6 +1,6 @@
<?php
-final class DifferentialAuthorField
+final class DifferentialAuthorCustomField
extends DifferentialCustomField {
public function getFieldKey() {
diff --git a/src/applications/differential/customfield/DifferentialBlameRevisionField.php b/src/applications/differential/customfield/DifferentialBlameRevisionCustomField.php
rename from src/applications/differential/customfield/DifferentialBlameRevisionField.php
rename to src/applications/differential/customfield/DifferentialBlameRevisionCustomField.php
--- a/src/applications/differential/customfield/DifferentialBlameRevisionField.php
+++ b/src/applications/differential/customfield/DifferentialBlameRevisionCustomField.php
@@ -1,6 +1,6 @@
<?php
-final class DifferentialBlameRevisionField
+final class DifferentialBlameRevisionCustomField
extends DifferentialStoredCustomField {
public function getFieldKey() {
diff --git a/src/applications/differential/customfield/DifferentialBranchField.php b/src/applications/differential/customfield/DifferentialBranchCustomField.php
rename from src/applications/differential/customfield/DifferentialBranchField.php
rename to src/applications/differential/customfield/DifferentialBranchCustomField.php
--- a/src/applications/differential/customfield/DifferentialBranchField.php
+++ b/src/applications/differential/customfield/DifferentialBranchCustomField.php
@@ -1,6 +1,6 @@
<?php
-final class DifferentialBranchField
+final class DifferentialBranchCustomField
extends DifferentialCustomField {
public function getFieldKey() {
diff --git a/src/applications/differential/customfield/DifferentialChangesSinceLastUpdateField.php b/src/applications/differential/customfield/DifferentialChangesSinceLastUpdateCustomField.php
rename from src/applications/differential/customfield/DifferentialChangesSinceLastUpdateField.php
rename to src/applications/differential/customfield/DifferentialChangesSinceLastUpdateCustomField.php
--- a/src/applications/differential/customfield/DifferentialChangesSinceLastUpdateField.php
+++ b/src/applications/differential/customfield/DifferentialChangesSinceLastUpdateCustomField.php
@@ -1,6 +1,6 @@
<?php
-final class DifferentialChangesSinceLastUpdateField
+final class DifferentialChangesSinceLastUpdateCustomField
extends DifferentialCustomField {
public function getFieldKey() {
diff --git a/src/applications/differential/customfield/DifferentialCommitsField.php b/src/applications/differential/customfield/DifferentialCommitsCustomField.php
rename from src/applications/differential/customfield/DifferentialCommitsField.php
rename to src/applications/differential/customfield/DifferentialCommitsCustomField.php
--- a/src/applications/differential/customfield/DifferentialCommitsField.php
+++ b/src/applications/differential/customfield/DifferentialCommitsCustomField.php
@@ -1,6 +1,6 @@
<?php
-final class DifferentialCommitsField
+final class DifferentialCommitsCustomField
extends DifferentialCustomField {
public function getFieldKey() {
diff --git a/src/applications/differential/customfield/DifferentialConflictsField.php b/src/applications/differential/customfield/DifferentialConflictsCustomField.php
rename from src/applications/differential/customfield/DifferentialConflictsField.php
rename to src/applications/differential/customfield/DifferentialConflictsCustomField.php
--- a/src/applications/differential/customfield/DifferentialConflictsField.php
+++ b/src/applications/differential/customfield/DifferentialConflictsCustomField.php
@@ -5,7 +5,7 @@
* `git` can insert after a merge, so we don't squish the field value into
* some other field.
*/
-final class DifferentialConflictsField
+final class DifferentialConflictsCustomField
extends DifferentialCustomField {
public function getFieldKey() {
diff --git a/src/applications/differential/customfield/DifferentialCoreCustomField.php b/src/applications/differential/customfield/DifferentialCoreCustomField.php
--- a/src/applications/differential/customfield/DifferentialCoreCustomField.php
+++ b/src/applications/differential/customfield/DifferentialCoreCustomField.php
@@ -17,7 +17,7 @@
protected function writeValueToRevision(
DifferentialRevision $revision,
$value) {
- throw new PhabricatorCustomFieldImplementationIncompleteException($this);
+ throw new PhabricatorCustomFieldIncompleteImplementationException($this);
}
protected function isCoreFieldRequired() {
@@ -32,7 +32,7 @@
}
protected function getCoreFieldRequiredErrorString() {
- throw new PhabricatorCustomFieldImplementationIncompleteException($this);
+ throw new PhabricatorCustomFieldIncompleteImplementationException($this);
}
public function validateApplicationTransactions(
diff --git a/src/applications/differential/customfield/DifferentialCustomField.php b/src/applications/differential/customfield/DifferentialCustomCustomField.php
rename from src/applications/differential/customfield/DifferentialCustomField.php
rename to src/applications/differential/customfield/DifferentialCustomCustomField.php
--- a/src/applications/differential/customfield/DifferentialCustomField.php
+++ b/src/applications/differential/customfield/DifferentialCustomCustomField.php
@@ -1,10 +1,9 @@
<?php
/**
- * @task commitmessage Integration with Commit Messages
+ * @task commitmessage Integration with Commit Messages
*/
-abstract class DifferentialCustomField
- extends PhabricatorCustomField {
+abstract class DifferentialCustomField extends PhabricatorCustomField {
const ROLE_COMMITMESSAGE = 'differential:commitmessage';
const ROLE_COMMITMESSAGEEDIT = 'differential:commitmessageedit';
@@ -84,7 +83,6 @@
/* -( Integration with Commit Messages )----------------------------------- */
-
/**
* @task commitmessage
*/
@@ -95,7 +93,6 @@
return false;
}
-
/**
* @task commitmessage
*/
@@ -106,7 +103,6 @@
return false;
}
-
/**
* @task commitmessage
*/
@@ -117,7 +113,6 @@
return true;
}
-
/**
* @task commitmessage
*/
@@ -128,7 +123,6 @@
return array();
}
-
/**
* @task commitmessage
*/
@@ -139,7 +133,6 @@
return array($this->renderCommitMessageLabel());
}
-
/**
* @task commitmessage
*/
@@ -150,7 +143,6 @@
return $value;
}
-
/**
* @task commitmessage
*/
@@ -162,7 +154,6 @@
return $this;
}
-
/**
* @task commitmessage
*/
@@ -173,7 +164,6 @@
return false;
}
-
/**
* @task commitmessage
*/
@@ -184,7 +174,6 @@
return array();
}
-
/**
* @task commitmessage
*/
@@ -195,7 +184,6 @@
return $this->getFieldName();
}
-
/**
* @task commitmessage
*/
@@ -203,10 +191,9 @@
if ($this->getProxy()) {
return $this->getProxy()->renderCommitMessageValue($handles);
}
- throw new PhabricatorCustomFieldImplementationIncompleteException($this);
+ throw new PhabricatorCustomFieldIncompleteImplementationException($this);
}
-
/**
* @task commitmessage
*/
diff --git a/src/applications/differential/customfield/DifferentialDependenciesField.php b/src/applications/differential/customfield/DifferentialDependenciesCustomField.php
rename from src/applications/differential/customfield/DifferentialDependenciesField.php
rename to src/applications/differential/customfield/DifferentialDependenciesCustomField.php
--- a/src/applications/differential/customfield/DifferentialDependenciesField.php
+++ b/src/applications/differential/customfield/DifferentialDependenciesCustomField.php
@@ -1,6 +1,6 @@
<?php
-final class DifferentialDependenciesField
+final class DifferentialDependenciesCustomField
extends DifferentialCustomField {
public function getFieldKey() {
diff --git a/src/applications/differential/customfield/DifferentialDependsOnField.php b/src/applications/differential/customfield/DifferentialDependsOnCustomField.php
rename from src/applications/differential/customfield/DifferentialDependsOnField.php
rename to src/applications/differential/customfield/DifferentialDependsOnCustomField.php
--- a/src/applications/differential/customfield/DifferentialDependsOnField.php
+++ b/src/applications/differential/customfield/DifferentialDependsOnCustomField.php
@@ -1,7 +1,6 @@
<?php
-final class DifferentialDependsOnField
- extends DifferentialCustomField {
+final class DifferentialDependsOnCustomField extends DifferentialCustomField {
public function getFieldKey() {
return 'differential:depends-on';
diff --git a/src/applications/differential/customfield/DifferentialEditPolicyField.php b/src/applications/differential/customfield/DifferentialEditPolicyCustomField.php
rename from src/applications/differential/customfield/DifferentialEditPolicyField.php
rename to src/applications/differential/customfield/DifferentialEditPolicyCustomField.php
--- a/src/applications/differential/customfield/DifferentialEditPolicyField.php
+++ b/src/applications/differential/customfield/DifferentialEditPolicyCustomField.php
@@ -1,6 +1,6 @@
<?php
-final class DifferentialEditPolicyField
+final class DifferentialEditPolicyCustomField
extends DifferentialCoreCustomField {
public function getFieldKey() {
diff --git a/src/applications/differential/customfield/DifferentialGitSVNIDField.php b/src/applications/differential/customfield/DifferentialGitSVNIDCustomField.php
rename from src/applications/differential/customfield/DifferentialGitSVNIDField.php
rename to src/applications/differential/customfield/DifferentialGitSVNIDCustomField.php
--- a/src/applications/differential/customfield/DifferentialGitSVNIDField.php
+++ b/src/applications/differential/customfield/DifferentialGitSVNIDCustomField.php
@@ -5,7 +5,7 @@
* `git svn` inserts into commit messages so that we don't end up mangling
* some other field.
*/
-final class DifferentialGitSVNIDField
+final class DifferentialGitSVNIDCustomField
extends DifferentialCustomField {
public function getFieldKey() {
diff --git a/src/applications/differential/customfield/DifferentialHostField.php b/src/applications/differential/customfield/DifferentialHostCustomField.php
rename from src/applications/differential/customfield/DifferentialHostField.php
rename to src/applications/differential/customfield/DifferentialHostCustomField.php
--- a/src/applications/differential/customfield/DifferentialHostField.php
+++ b/src/applications/differential/customfield/DifferentialHostCustomField.php
@@ -1,7 +1,6 @@
<?php
-final class DifferentialHostField
- extends DifferentialCustomField {
+final class DifferentialHostCustomField extends DifferentialCustomField {
public function getFieldKey() {
return 'differential:host';
diff --git a/src/applications/differential/customfield/DifferentialJIRAIssuesField.php b/src/applications/differential/customfield/DifferentialJIRAIssuesCustomField.php
rename from src/applications/differential/customfield/DifferentialJIRAIssuesField.php
rename to src/applications/differential/customfield/DifferentialJIRAIssuesCustomField.php
--- a/src/applications/differential/customfield/DifferentialJIRAIssuesField.php
+++ b/src/applications/differential/customfield/DifferentialJIRAIssuesCustomField.php
@@ -1,6 +1,6 @@
<?php
-final class DifferentialJIRAIssuesField
+final class DifferentialJIRAIssuesCustomField
extends DifferentialStoredCustomField {
private $error;
@@ -295,8 +295,6 @@
return $this;
}
-
-
public function renderCommitMessageValue(array $handles) {
$value = $this->getValue();
if (!$value) {
@@ -309,5 +307,4 @@
return true;
}
-
}
diff --git a/src/applications/differential/customfield/DifferentialLintField.php b/src/applications/differential/customfield/DifferentialLintCustomField.php
rename from src/applications/differential/customfield/DifferentialLintField.php
rename to src/applications/differential/customfield/DifferentialLintCustomField.php
--- a/src/applications/differential/customfield/DifferentialLintField.php
+++ b/src/applications/differential/customfield/DifferentialLintCustomField.php
@@ -1,7 +1,6 @@
<?php
-final class DifferentialLintField
- extends DifferentialCustomField {
+final class DifferentialLintCustomField extends DifferentialCustomField {
public function getFieldKey() {
return 'differential:lint';
@@ -156,7 +155,7 @@
'name' => 'Postponed',
'value' => $linter,
'show' => false,
- );
+ );
if (empty($hidden['postponed'])) {
$hidden['postponed'] = 0;
}
diff --git a/src/applications/differential/customfield/DifferentialManiphestTasksField.php b/src/applications/differential/customfield/DifferentialManiphestTasksCustomField.php
rename from src/applications/differential/customfield/DifferentialManiphestTasksField.php
rename to src/applications/differential/customfield/DifferentialManiphestTasksCustomField.php
--- a/src/applications/differential/customfield/DifferentialManiphestTasksField.php
+++ b/src/applications/differential/customfield/DifferentialManiphestTasksCustomField.php
@@ -1,6 +1,6 @@
<?php
-final class DifferentialManiphestTasksField
+final class DifferentialManiphestTasksCustomField
extends DifferentialCoreCustomField {
public function getFieldKey() {
diff --git a/src/applications/differential/customfield/DifferentialPathField.php b/src/applications/differential/customfield/DifferentialPathCustomField.php
rename from src/applications/differential/customfield/DifferentialPathField.php
rename to src/applications/differential/customfield/DifferentialPathCustomField.php
--- a/src/applications/differential/customfield/DifferentialPathField.php
+++ b/src/applications/differential/customfield/DifferentialPathCustomField.php
@@ -1,7 +1,6 @@
<?php
-final class DifferentialPathField
- extends DifferentialCustomField {
+final class DifferentialPathCustomField extends DifferentialCustomField {
public function getFieldKey() {
return 'differential:path';
diff --git a/src/applications/differential/customfield/DifferentialProjectReviewersField.php b/src/applications/differential/customfield/DifferentialProjectReviewersCustomField.php
rename from src/applications/differential/customfield/DifferentialProjectReviewersField.php
rename to src/applications/differential/customfield/DifferentialProjectReviewersCustomField.php
--- a/src/applications/differential/customfield/DifferentialProjectReviewersField.php
+++ b/src/applications/differential/customfield/DifferentialProjectReviewersCustomField.php
@@ -1,6 +1,6 @@
<?php
-final class DifferentialProjectReviewersField
+final class DifferentialProjectReviewersCustomField
extends DifferentialCustomField {
public function getFieldKey() {
diff --git a/src/applications/differential/customfield/DifferentialProjectsField.php b/src/applications/differential/customfield/DifferentialProjectsCustomField.php
rename from src/applications/differential/customfield/DifferentialProjectsField.php
rename to src/applications/differential/customfield/DifferentialProjectsCustomField.php
--- a/src/applications/differential/customfield/DifferentialProjectsField.php
+++ b/src/applications/differential/customfield/DifferentialProjectsCustomField.php
@@ -1,6 +1,6 @@
<?php
-final class DifferentialProjectsField
+final class DifferentialProjectsCustomField
extends DifferentialCoreCustomField {
public function getFieldKey() {
diff --git a/src/applications/differential/customfield/DifferentialRepositoryField.php b/src/applications/differential/customfield/DifferentialRepositoryCustomField.php
rename from src/applications/differential/customfield/DifferentialRepositoryField.php
rename to src/applications/differential/customfield/DifferentialRepositoryCustomField.php
--- a/src/applications/differential/customfield/DifferentialRepositoryField.php
+++ b/src/applications/differential/customfield/DifferentialRepositoryCustomField.php
@@ -1,6 +1,6 @@
<?php
-final class DifferentialRepositoryField
+final class DifferentialRepositoryCustomField
extends DifferentialCoreCustomField {
public function getFieldKey() {
diff --git a/src/applications/differential/customfield/DifferentialRequiredSignaturesField.php b/src/applications/differential/customfield/DifferentialRequiredSignaturesCustomField.php
rename from src/applications/differential/customfield/DifferentialRequiredSignaturesField.php
rename to src/applications/differential/customfield/DifferentialRequiredSignaturesCustomField.php
--- a/src/applications/differential/customfield/DifferentialRequiredSignaturesField.php
+++ b/src/applications/differential/customfield/DifferentialRequiredSignaturesCustomField.php
@@ -1,6 +1,6 @@
<?php
-final class DifferentialRequiredSignaturesField
+final class DifferentialRequiredSignaturesCustomField
extends DifferentialCoreCustomField {
public function getFieldKey() {
diff --git a/src/applications/differential/customfield/DifferentialRevertPlanField.php b/src/applications/differential/customfield/DifferentialRevertPlanCustomField.php
rename from src/applications/differential/customfield/DifferentialRevertPlanField.php
rename to src/applications/differential/customfield/DifferentialRevertPlanCustomField.php
--- a/src/applications/differential/customfield/DifferentialRevertPlanField.php
+++ b/src/applications/differential/customfield/DifferentialRevertPlanCustomField.php
@@ -1,6 +1,6 @@
<?php
-final class DifferentialRevertPlanField
+final class DifferentialRevertPlanCustomField
extends DifferentialStoredCustomField {
public function getFieldKey() {
diff --git a/src/applications/differential/customfield/DifferentialReviewedByField.php b/src/applications/differential/customfield/DifferentialReviewedByCustomField.php
rename from src/applications/differential/customfield/DifferentialReviewedByField.php
rename to src/applications/differential/customfield/DifferentialReviewedByCustomField.php
--- a/src/applications/differential/customfield/DifferentialReviewedByField.php
+++ b/src/applications/differential/customfield/DifferentialReviewedByCustomField.php
@@ -1,6 +1,6 @@
<?php
-final class DifferentialReviewedByField
+final class DifferentialReviewedByCustomField
extends DifferentialCoreCustomField {
public function getFieldKey() {
diff --git a/src/applications/differential/customfield/DifferentialReviewersField.php b/src/applications/differential/customfield/DifferentialReviewersCustomField.php
rename from src/applications/differential/customfield/DifferentialReviewersField.php
rename to src/applications/differential/customfield/DifferentialReviewersCustomField.php
--- a/src/applications/differential/customfield/DifferentialReviewersField.php
+++ b/src/applications/differential/customfield/DifferentialReviewersCustomField.php
@@ -1,6 +1,6 @@
<?php
-final class DifferentialReviewersField
+final class DifferentialReviewersCustomField
extends DifferentialCoreCustomField {
public function getFieldKey() {
diff --git a/src/applications/differential/customfield/DifferentialRevisionIDField.php b/src/applications/differential/customfield/DifferentialRevisionIDCustomField.php
rename from src/applications/differential/customfield/DifferentialRevisionIDField.php
rename to src/applications/differential/customfield/DifferentialRevisionIDCustomField.php
--- a/src/applications/differential/customfield/DifferentialRevisionIDField.php
+++ b/src/applications/differential/customfield/DifferentialRevisionIDCustomField.php
@@ -1,7 +1,6 @@
<?php
-final class DifferentialRevisionIDField
- extends DifferentialCustomField {
+final class DifferentialRevisionIDCustomField extends DifferentialCustomField {
private $revisionID;
diff --git a/src/applications/differential/customfield/DifferentialSubscribersField.php b/src/applications/differential/customfield/DifferentialSubscribersCustomField.php
rename from src/applications/differential/customfield/DifferentialSubscribersField.php
rename to src/applications/differential/customfield/DifferentialSubscribersCustomField.php
--- a/src/applications/differential/customfield/DifferentialSubscribersField.php
+++ b/src/applications/differential/customfield/DifferentialSubscribersCustomField.php
@@ -1,6 +1,6 @@
<?php
-final class DifferentialSubscribersField
+final class DifferentialSubscribersCustomField
extends DifferentialCoreCustomField {
public function getFieldKey() {
diff --git a/src/applications/differential/customfield/DifferentialSummaryField.php b/src/applications/differential/customfield/DifferentialSummaryCustomField.php
rename from src/applications/differential/customfield/DifferentialSummaryField.php
rename to src/applications/differential/customfield/DifferentialSummaryCustomField.php
--- a/src/applications/differential/customfield/DifferentialSummaryField.php
+++ b/src/applications/differential/customfield/DifferentialSummaryCustomField.php
@@ -1,6 +1,6 @@
<?php
-final class DifferentialSummaryField
+final class DifferentialSummaryCustomField
extends DifferentialCoreCustomField {
public function getFieldKey() {
diff --git a/src/applications/differential/customfield/DifferentialTestPlanField.php b/src/applications/differential/customfield/DifferentialTestPlanCustomField.php
rename from src/applications/differential/customfield/DifferentialTestPlanField.php
rename to src/applications/differential/customfield/DifferentialTestPlanCustomField.php
--- a/src/applications/differential/customfield/DifferentialTestPlanField.php
+++ b/src/applications/differential/customfield/DifferentialTestPlanCustomField.php
@@ -1,6 +1,6 @@
<?php
-final class DifferentialTestPlanField
+final class DifferentialTestPlanCustomField
extends DifferentialCoreCustomField {
public function getFieldKey() {
diff --git a/src/applications/differential/customfield/DifferentialTitleField.php b/src/applications/differential/customfield/DifferentialTitleCustomField.php
rename from src/applications/differential/customfield/DifferentialTitleField.php
rename to src/applications/differential/customfield/DifferentialTitleCustomField.php
--- a/src/applications/differential/customfield/DifferentialTitleField.php
+++ b/src/applications/differential/customfield/DifferentialTitleCustomField.php
@@ -1,6 +1,6 @@
<?php
-final class DifferentialTitleField
+final class DifferentialTitleCustomField
extends DifferentialCoreCustomField {
public function getFieldKey() {
diff --git a/src/applications/differential/customfield/DifferentialUnitField.php b/src/applications/differential/customfield/DifferentialUnitCustomField.php
rename from src/applications/differential/customfield/DifferentialUnitField.php
rename to src/applications/differential/customfield/DifferentialUnitCustomField.php
--- a/src/applications/differential/customfield/DifferentialUnitField.php
+++ b/src/applications/differential/customfield/DifferentialUnitCustomField.php
@@ -1,6 +1,6 @@
<?php
-final class DifferentialUnitField
+final class DifferentialUnitCustomField
extends DifferentialCustomField {
public function getFieldKey() {
diff --git a/src/applications/differential/customfield/DifferentialViewPolicyField.php b/src/applications/differential/customfield/DifferentialViewPolicyCustomField.php
rename from src/applications/differential/customfield/DifferentialViewPolicyField.php
rename to src/applications/differential/customfield/DifferentialViewPolicyCustomField.php
--- a/src/applications/differential/customfield/DifferentialViewPolicyField.php
+++ b/src/applications/differential/customfield/DifferentialViewPolicyCustomField.php
@@ -1,6 +1,6 @@
<?php
-final class DifferentialViewPolicyField
+final class DifferentialViewPolicyCustomField
extends DifferentialCoreCustomField {
public function getFieldKey() {
diff --git a/src/applications/differential/editor/DifferentialTransactionEditor.php b/src/applications/differential/editor/DifferentialTransactionEditor.php
--- a/src/applications/differential/editor/DifferentialTransactionEditor.php
+++ b/src/applications/differential/editor/DifferentialTransactionEditor.php
@@ -839,8 +839,9 @@
}
// TODO: It would be nice to make this generic at some point.
- $signatures = DifferentialRequiredSignaturesField::loadForRevision(
- $revision);
+ $signatures =
+ DifferentialRequiredSignaturesCustomField::loadForRevision(
+ $revision);
foreach ($signatures as $phid => $signed) {
if (!$signed) {
return pht(
diff --git a/src/applications/people/config/PhabricatorUserConfigOptions.php b/src/applications/people/config/PhabricatorUserConfigOptions.php
--- a/src/applications/people/config/PhabricatorUserConfigOptions.php
+++ b/src/applications/people/config/PhabricatorUserConfigOptions.php
@@ -18,12 +18,12 @@
public function getOptions() {
$default = array(
- id(new PhabricatorUserRealNameField())->getFieldKey() => true,
- id(new PhabricatorUserTitleField())->getFieldKey() => true,
- id(new PhabricatorUserSinceField())->getFieldKey() => true,
- id(new PhabricatorUserRolesField())->getFieldKey() => true,
- id(new PhabricatorUserStatusField())->getFieldKey() => true,
- id(new PhabricatorUserBlurbField())->getFieldKey() => true,
+ id(new PhabricatorUserRealNameCustomField())->getFieldKey() => true,
+ id(new PhabricatorUserTitleCustomField())->getFieldKey() => true,
+ id(new PhabricatorUserSinceCustomField())->getFieldKey() => true,
+ id(new PhabricatorUserRolesCustomField())->getFieldKey() => true,
+ id(new PhabricatorUserStatusCustomField())->getFieldKey() => true,
+ id(new PhabricatorUserBlurbCustomField())->getFieldKey() => true,
);
foreach ($default as $key => $enabled) {
diff --git a/src/applications/people/customfield/PhabricatorUserBlurbField.php b/src/applications/people/customfield/PhabricatorUserBlurbCustomField.php
rename from src/applications/people/customfield/PhabricatorUserBlurbField.php
rename to src/applications/people/customfield/PhabricatorUserBlurbCustomField.php
--- a/src/applications/people/customfield/PhabricatorUserBlurbField.php
+++ b/src/applications/people/customfield/PhabricatorUserBlurbCustomField.php
@@ -1,7 +1,6 @@
<?php
-final class PhabricatorUserBlurbField
- extends PhabricatorUserCustomField {
+final class PhabricatorUserBlurbCustomField extends PhabricatorUserCustomField {
private $value;
diff --git a/src/applications/people/customfield/PhabricatorUserCustomField.php b/src/applications/people/customfield/PhabricatorUserCustomField.php
--- a/src/applications/people/customfield/PhabricatorUserCustomField.php
+++ b/src/applications/people/customfield/PhabricatorUserCustomField.php
@@ -1,4 +1,3 @@
<?php
-abstract class PhabricatorUserCustomField
- extends PhabricatorCustomField {}
+abstract class PhabricatorUserCustomField extends PhabricatorCustomField {}
diff --git a/src/applications/people/customfield/PhabricatorUserRealNameField.php b/src/applications/people/customfield/PhabricatorUserRealNameCustomField.php
rename from src/applications/people/customfield/PhabricatorUserRealNameField.php
rename to src/applications/people/customfield/PhabricatorUserRealNameCustomField.php
--- a/src/applications/people/customfield/PhabricatorUserRealNameField.php
+++ b/src/applications/people/customfield/PhabricatorUserRealNameCustomField.php
@@ -1,6 +1,6 @@
<?php
-final class PhabricatorUserRealNameField
+final class PhabricatorUserRealNameCustomField
extends PhabricatorUserCustomField {
private $value;
diff --git a/src/applications/people/customfield/PhabricatorUserRolesField.php b/src/applications/people/customfield/PhabricatorUserRolesCustomField.php
rename from src/applications/people/customfield/PhabricatorUserRolesField.php
rename to src/applications/people/customfield/PhabricatorUserRolesCustomField.php
--- a/src/applications/people/customfield/PhabricatorUserRolesField.php
+++ b/src/applications/people/customfield/PhabricatorUserRolesCustomField.php
@@ -1,7 +1,6 @@
<?php
-final class PhabricatorUserRolesField
- extends PhabricatorUserCustomField {
+final class PhabricatorUserRolesCustomField extends PhabricatorUserCustomField {
private $value;
diff --git a/src/applications/people/customfield/PhabricatorUserSinceField.php b/src/applications/people/customfield/PhabricatorUserSinceCustomField.php
rename from src/applications/people/customfield/PhabricatorUserSinceField.php
rename to src/applications/people/customfield/PhabricatorUserSinceCustomField.php
--- a/src/applications/people/customfield/PhabricatorUserSinceField.php
+++ b/src/applications/people/customfield/PhabricatorUserSinceCustomField.php
@@ -1,7 +1,6 @@
<?php
-final class PhabricatorUserSinceField
- extends PhabricatorUserCustomField {
+final class PhabricatorUserSinceCustomField extends PhabricatorUserCustomField {
private $value;
diff --git a/src/applications/people/customfield/PhabricatorUserStatusField.php b/src/applications/people/customfield/PhabricatorUserStatusCustomField.php
rename from src/applications/people/customfield/PhabricatorUserStatusField.php
rename to src/applications/people/customfield/PhabricatorUserStatusCustomField.php
--- a/src/applications/people/customfield/PhabricatorUserStatusField.php
+++ b/src/applications/people/customfield/PhabricatorUserStatusCustomField.php
@@ -1,6 +1,6 @@
<?php
-final class PhabricatorUserStatusField
+final class PhabricatorUserStatusCustomField
extends PhabricatorUserCustomField {
private $value;
diff --git a/src/applications/people/customfield/PhabricatorUserTitleField.php b/src/applications/people/customfield/PhabricatorUserTitleCustomField.php
rename from src/applications/people/customfield/PhabricatorUserTitleField.php
rename to src/applications/people/customfield/PhabricatorUserTitleCustomField.php
--- a/src/applications/people/customfield/PhabricatorUserTitleField.php
+++ b/src/applications/people/customfield/PhabricatorUserTitleCustomField.php
@@ -1,7 +1,6 @@
<?php
-final class PhabricatorUserTitleField
- extends PhabricatorUserCustomField {
+final class PhabricatorUserTitleCustomField extends PhabricatorUserCustomField {
private $value;
diff --git a/src/applications/project/customfield/PhabricatorProjectDescriptionField.php b/src/applications/project/customfield/PhabricatorProjectDescriptionCustomField.php
rename from src/applications/project/customfield/PhabricatorProjectDescriptionField.php
rename to src/applications/project/customfield/PhabricatorProjectDescriptionCustomField.php
--- a/src/applications/project/customfield/PhabricatorProjectDescriptionField.php
+++ b/src/applications/project/customfield/PhabricatorProjectDescriptionCustomField.php
@@ -1,6 +1,6 @@
<?php
-final class PhabricatorProjectDescriptionField
+final class PhabricatorProjectDescriptionCustomField
extends PhabricatorProjectStandardCustomField {
public function createFields($object) {
diff --git a/src/applications/releeph/field/specification/ReleephFieldSpecification.php b/src/applications/releeph/field/specification/ReleephFieldSpecification.php
--- a/src/applications/releeph/field/specification/ReleephFieldSpecification.php
+++ b/src/applications/releeph/field/specification/ReleephFieldSpecification.php
@@ -41,7 +41,7 @@
public function getRequiredStorageKey() {
$key = $this->getStorageKey();
if ($key === null) {
- throw new PhabricatorCustomFieldImplementationIncompleteException($this);
+ throw new PhabricatorCustomFieldIncompleteImplementationException($this);
}
if (strpos($key, '.') !== false) {
/**
@@ -183,11 +183,11 @@
}
public function renderLabelForCommitMessage() {
- throw new PhabricatorCustomFieldImplementationIncompleteException($this);
+ throw new PhabricatorCustomFieldIncompleteImplementationException($this);
}
public function renderValueForCommitMessage() {
- throw new PhabricatorCustomFieldImplementationIncompleteException($this);
+ throw new PhabricatorCustomFieldIncompleteImplementationException($this);
}
public function shouldAppearOnRevertMessage() {
@@ -222,7 +222,7 @@
}
public function getMarkupText($field) {
- throw new PhabricatorCustomFieldImplementationIncompleteException($this);
+ throw new PhabricatorCustomFieldIncompleteImplementationException($this);
}
final public function getMarkupEngineOutput() {
diff --git a/src/applications/releeph/field/specification/ReleephLevelFieldSpecification.php b/src/applications/releeph/field/specification/ReleephLevelFieldSpecification.php
--- a/src/applications/releeph/field/specification/ReleephLevelFieldSpecification.php
+++ b/src/applications/releeph/field/specification/ReleephLevelFieldSpecification.php
@@ -20,7 +20,7 @@
abstract public function getDescriptionForLevel($level);
public function getStorageKey() {
- throw new PhabricatorCustomFieldImplementationIncompleteException($this);
+ throw new PhabricatorCustomFieldIncompleteImplementationException($this);
}
public function renderPropertyViewValue(array $handles) {
diff --git a/src/applications/repository/customfield/PhabricatorCommitBranchesField.php b/src/applications/repository/customfield/PhabricatorCommitBranchesCustomField.php
rename from src/applications/repository/customfield/PhabricatorCommitBranchesField.php
rename to src/applications/repository/customfield/PhabricatorCommitBranchesCustomField.php
--- a/src/applications/repository/customfield/PhabricatorCommitBranchesField.php
+++ b/src/applications/repository/customfield/PhabricatorCommitBranchesCustomField.php
@@ -1,6 +1,6 @@
<?php
-final class PhabricatorCommitBranchesField
+final class PhabricatorCommitBranchesCustomField
extends PhabricatorCommitCustomField {
public function getFieldKey() {
diff --git a/src/applications/repository/customfield/PhabricatorCommitTagsField.php b/src/applications/repository/customfield/PhabricatorCommitTagsCustomField.php
rename from src/applications/repository/customfield/PhabricatorCommitTagsField.php
rename to src/applications/repository/customfield/PhabricatorCommitTagsCustomField.php
--- a/src/applications/repository/customfield/PhabricatorCommitTagsField.php
+++ b/src/applications/repository/customfield/PhabricatorCommitTagsCustomField.php
@@ -1,6 +1,6 @@
<?php
-final class PhabricatorCommitTagsField
+final class PhabricatorCommitTagsCustomField
extends PhabricatorCommitCustomField {
public function getFieldKey() {
diff --git a/src/infrastructure/customfield/exception/PhabricatorCustomFieldDataNotAvailableException.php b/src/infrastructure/customfield/exception/PhabricatorCustomFieldDataNotAvailableException.php
--- a/src/infrastructure/customfield/exception/PhabricatorCustomFieldDataNotAvailableException.php
+++ b/src/infrastructure/customfield/exception/PhabricatorCustomFieldDataNotAvailableException.php
@@ -1,7 +1,6 @@
<?php
-final class PhabricatorCustomFieldDataNotAvailableException
- extends Exception {
+final class PhabricatorCustomFieldDataNotAvailableException extends Exception {
public function __construct(PhabricatorCustomField $field) {
$key = $field->getFieldKey();
diff --git a/src/infrastructure/customfield/exception/PhabricatorCustomFieldImplementationIncompleteException.php b/src/infrastructure/customfield/exception/PhabricatorCustomFieldIncompleteImplementationException.php
rename from src/infrastructure/customfield/exception/PhabricatorCustomFieldImplementationIncompleteException.php
rename to src/infrastructure/customfield/exception/PhabricatorCustomFieldIncompleteImplementationException.php
--- a/src/infrastructure/customfield/exception/PhabricatorCustomFieldImplementationIncompleteException.php
+++ b/src/infrastructure/customfield/exception/PhabricatorCustomFieldIncompleteImplementationException.php
@@ -1,6 +1,6 @@
<?php
-final class PhabricatorCustomFieldImplementationIncompleteException
+final class PhabricatorCustomFieldIncompleteImplementationException
extends Exception {
public function __construct(
diff --git a/src/infrastructure/customfield/exception/PhabricatorCustomFieldNotAttachedException.php b/src/infrastructure/customfield/exception/PhabricatorCustomFieldNotAttachedException.php
--- a/src/infrastructure/customfield/exception/PhabricatorCustomFieldNotAttachedException.php
+++ b/src/infrastructure/customfield/exception/PhabricatorCustomFieldNotAttachedException.php
@@ -1,4 +1,3 @@
<?php
-final class PhabricatorCustomFieldNotAttachedException
- extends Exception {}
+final class PhabricatorCustomFieldNotAttachedException extends Exception {}
diff --git a/src/infrastructure/customfield/exception/PhabricatorCustomFieldNotProxyException.php b/src/infrastructure/customfield/exception/PhabricatorCustomFieldNotProxyException.php
--- a/src/infrastructure/customfield/exception/PhabricatorCustomFieldNotProxyException.php
+++ b/src/infrastructure/customfield/exception/PhabricatorCustomFieldNotProxyException.php
@@ -1,7 +1,6 @@
<?php
-final class PhabricatorCustomFieldNotProxyException
- extends Exception {
+final class PhabricatorCustomFieldNotProxyException extends Exception {
public function __construct(PhabricatorCustomField $field) {
$key = $field->getFieldKey();
diff --git a/src/infrastructure/customfield/field/PhabricatorCustomField.php b/src/infrastructure/customfield/field/PhabricatorCustomField.php
--- a/src/infrastructure/customfield/field/PhabricatorCustomField.php
+++ b/src/infrastructure/customfield/field/PhabricatorCustomField.php
@@ -165,7 +165,7 @@
if ($this->proxy) {
return $this->proxy->getFieldKey();
}
- throw new PhabricatorCustomFieldImplementationIncompleteException(
+ throw new PhabricatorCustomFieldIncompleteImplementationException(
$this,
$field_key_is_incomplete = true);
}
@@ -525,7 +525,7 @@
if ($this->proxy) {
return $this->proxy->newStorageObject();
}
- throw new PhabricatorCustomFieldImplementationIncompleteException($this);
+ throw new PhabricatorCustomFieldIncompleteImplementationException($this);
}
@@ -544,7 +544,7 @@
if ($this->proxy) {
return $this->proxy->getValueForStorage();
}
- throw new PhabricatorCustomFieldImplementationIncompleteException($this);
+ throw new PhabricatorCustomFieldIncompleteImplementationException($this);
}
@@ -568,7 +568,7 @@
if ($this->proxy) {
return $this->proxy->setValueFromStorage($value);
}
- throw new PhabricatorCustomFieldImplementationIncompleteException($this);
+ throw new PhabricatorCustomFieldIncompleteImplementationException($this);
}
@@ -652,7 +652,7 @@
*/
protected function newStringIndexStorage() {
// NOTE: This intentionally isn't proxied, to avoid call cycles.
- throw new PhabricatorCustomFieldImplementationIncompleteException($this);
+ throw new PhabricatorCustomFieldIncompleteImplementationException($this);
}
@@ -666,7 +666,7 @@
*/
protected function newNumericIndexStorage() {
// NOTE: This intentionally isn't proxied, to avoid call cycles.
- throw new PhabricatorCustomFieldImplementationIncompleteException($this);
+ throw new PhabricatorCustomFieldIncompleteImplementationException($this);
}
@@ -724,7 +724,7 @@
$engine,
$request);
}
- throw new PhabricatorCustomFieldImplementationIncompleteException($this);
+ throw new PhabricatorCustomFieldIncompleteImplementationException($this);
}
@@ -749,7 +749,7 @@
$query,
$value);
}
- throw new PhabricatorCustomFieldImplementationIncompleteException($this);
+ throw new PhabricatorCustomFieldIncompleteImplementationException($this);
}
@@ -776,7 +776,7 @@
$value,
$handles);
}
- throw new PhabricatorCustomFieldImplementationIncompleteException($this);
+ throw new PhabricatorCustomFieldIncompleteImplementationException($this);
}
@@ -1121,7 +1121,7 @@
if ($this->proxy) {
return $this->proxy->readValueFromRequest($request);
}
- throw new PhabricatorCustomFieldImplementationIncompleteException($this);
+ throw new PhabricatorCustomFieldIncompleteImplementationException($this);
}
@@ -1154,7 +1154,7 @@
if ($this->proxy) {
return $this->proxy->renderEditControl($handles);
}
- throw new PhabricatorCustomFieldImplementationIncompleteException($this);
+ throw new PhabricatorCustomFieldIncompleteImplementationException($this);
}
@@ -1190,7 +1190,7 @@
if ($this->proxy) {
return $this->proxy->renderPropertyViewValue($handles);
}
- throw new PhabricatorCustomFieldImplementationIncompleteException($this);
+ throw new PhabricatorCustomFieldIncompleteImplementationException($this);
}
@@ -1248,7 +1248,7 @@
if ($this->proxy) {
return $this->proxy->renderOnListItem($view);
}
- throw new PhabricatorCustomFieldImplementationIncompleteException($this);
+ throw new PhabricatorCustomFieldIncompleteImplementationException($this);
}
@@ -1299,7 +1299,7 @@
if ($this->proxy) {
return $this->proxy->getConduitDictionaryValue();
}
- throw new PhabricatorCustomFieldImplementationIncompleteException($this);
+ throw new PhabricatorCustomFieldIncompleteImplementationException($this);
}
@@ -1345,7 +1345,7 @@
if ($this->proxy) {
return $this->proxy->getHeraldFieldValue();
}
- throw new PhabricatorCustomFieldImplementationIncompleteException($this);
+ throw new PhabricatorCustomFieldIncompleteImplementationException($this);
}
@@ -1359,7 +1359,7 @@
if ($this->proxy) {
return $this->proxy->getHeraldFieldConditions();
}
- throw new PhabricatorCustomFieldImplementationIncompleteException($this);
+ throw new PhabricatorCustomFieldIncompleteImplementationException($this);
}
diff --git a/src/infrastructure/customfield/parser/PhabricatorCustomFieldMonogramParser.php b/src/infrastructure/customfield/parser/PhabricatorCustomFieldMonogramParser.php
--- a/src/infrastructure/customfield/parser/PhabricatorCustomFieldMonogramParser.php
+++ b/src/infrastructure/customfield/parser/PhabricatorCustomFieldMonogramParser.php
@@ -1,7 +1,6 @@
<?php
-abstract class PhabricatorCustomFieldMonogramParser
- extends Phobject {
+abstract class PhabricatorCustomFieldMonogramParser extends Phobject {
abstract protected function getPrefixes();
abstract protected function getSuffixes();
diff --git a/src/infrastructure/customfield/standard/PhabricatorStandardCustomFieldBool.php b/src/infrastructure/customfield/standard/PhabricatorBoolCustomField.php
rename from src/infrastructure/customfield/standard/PhabricatorStandardCustomFieldBool.php
rename to src/infrastructure/customfield/standard/PhabricatorBoolCustomField.php
--- a/src/infrastructure/customfield/standard/PhabricatorStandardCustomFieldBool.php
+++ b/src/infrastructure/customfield/standard/PhabricatorBoolCustomField.php
@@ -1,7 +1,6 @@
<?php
-final class PhabricatorStandardCustomFieldBool
- extends PhabricatorStandardCustomField {
+final class PhabricatorBoolCustomField extends PhabricatorStandardCustomField {
public function getFieldType() {
return 'bool';
diff --git a/src/infrastructure/customfield/standard/PhabricatorStandardCustomFieldCredential.php b/src/infrastructure/customfield/standard/PhabricatorCredentialCustomField.php
rename from src/infrastructure/customfield/standard/PhabricatorStandardCustomFieldCredential.php
rename to src/infrastructure/customfield/standard/PhabricatorCredentialCustomField.php
--- a/src/infrastructure/customfield/standard/PhabricatorStandardCustomFieldCredential.php
+++ b/src/infrastructure/customfield/standard/PhabricatorCredentialCustomField.php
@@ -1,6 +1,6 @@
<?php
-final class PhabricatorStandardCustomFieldCredential
+final class PhabricatorCredentialCustomField
extends PhabricatorStandardCustomField {
public function getFieldType() {
diff --git a/src/infrastructure/customfield/standard/PhabricatorStandardCustomFieldDate.php b/src/infrastructure/customfield/standard/PhabricatorDateCustomField.php
rename from src/infrastructure/customfield/standard/PhabricatorStandardCustomFieldDate.php
rename to src/infrastructure/customfield/standard/PhabricatorDateCustomField.php
--- a/src/infrastructure/customfield/standard/PhabricatorStandardCustomFieldDate.php
+++ b/src/infrastructure/customfield/standard/PhabricatorDateCustomField.php
@@ -1,7 +1,6 @@
<?php
-final class PhabricatorStandardCustomFieldDate
- extends PhabricatorStandardCustomField {
+final class PhabricatorDateCustomField extends PhabricatorStandardCustomField {
public function getFieldType() {
return 'date';
diff --git a/src/infrastructure/customfield/standard/PhabricatorStandardCustomFieldHeader.php b/src/infrastructure/customfield/standard/PhabricatorHeaderCustomField.php
rename from src/infrastructure/customfield/standard/PhabricatorStandardCustomFieldHeader.php
rename to src/infrastructure/customfield/standard/PhabricatorHeaderCustomField.php
--- a/src/infrastructure/customfield/standard/PhabricatorStandardCustomFieldHeader.php
+++ b/src/infrastructure/customfield/standard/PhabricatorHeaderCustomField.php
@@ -1,6 +1,6 @@
<?php
-final class PhabricatorStandardCustomFieldHeader
+final class PhabricatorHeaderCustomField
extends PhabricatorStandardCustomField {
public function getFieldType() {
diff --git a/src/infrastructure/customfield/standard/PhabricatorStandardCustomFieldInt.php b/src/infrastructure/customfield/standard/PhabricatorIntCustomField.php
rename from src/infrastructure/customfield/standard/PhabricatorStandardCustomFieldInt.php
rename to src/infrastructure/customfield/standard/PhabricatorIntCustomField.php
--- a/src/infrastructure/customfield/standard/PhabricatorStandardCustomFieldInt.php
+++ b/src/infrastructure/customfield/standard/PhabricatorIntCustomField.php
@@ -1,7 +1,6 @@
<?php
-final class PhabricatorStandardCustomFieldInt
- extends PhabricatorStandardCustomField {
+final class PhabricatorIntCustomField extends PhabricatorStandardCustomField {
public function getFieldType() {
return 'int';
@@ -113,5 +112,4 @@
}
}
-
}
diff --git a/src/infrastructure/customfield/standard/PhabricatorStandardCustomFieldPHIDs.php b/src/infrastructure/customfield/standard/PhabricatorPHIDsCustomField.php
rename from src/infrastructure/customfield/standard/PhabricatorStandardCustomFieldPHIDs.php
rename to src/infrastructure/customfield/standard/PhabricatorPHIDsCustomField.php
--- a/src/infrastructure/customfield/standard/PhabricatorStandardCustomFieldPHIDs.php
+++ b/src/infrastructure/customfield/standard/PhabricatorPHIDsCustomField.php
@@ -3,7 +3,7 @@
/**
* Common code for standard field types which store lists of PHIDs.
*/
-abstract class PhabricatorStandardCustomFieldPHIDs
+abstract class PhabricatorPHIDsCustomField
extends PhabricatorStandardCustomField {
public function buildFieldIndexes() {
diff --git a/src/infrastructure/customfield/standard/PhabricatorStandardCustomFieldRemarkup.php b/src/infrastructure/customfield/standard/PhabricatorRemarkupCustomField.php
rename from src/infrastructure/customfield/standard/PhabricatorStandardCustomFieldRemarkup.php
rename to src/infrastructure/customfield/standard/PhabricatorRemarkupCustomField.php
--- a/src/infrastructure/customfield/standard/PhabricatorStandardCustomFieldRemarkup.php
+++ b/src/infrastructure/customfield/standard/PhabricatorRemarkupCustomField.php
@@ -1,6 +1,6 @@
<?php
-final class PhabricatorStandardCustomFieldRemarkup
+final class PhabricatorRemarkupCustomField
extends PhabricatorStandardCustomField {
public function getFieldType() {
@@ -73,5 +73,4 @@
);
}
-
}
diff --git a/src/infrastructure/customfield/standard/PhabricatorStandardCustomFieldSelect.php b/src/infrastructure/customfield/standard/PhabricatorSelectCustomField.php
rename from src/infrastructure/customfield/standard/PhabricatorStandardCustomFieldSelect.php
rename to src/infrastructure/customfield/standard/PhabricatorSelectCustomField.php
--- a/src/infrastructure/customfield/standard/PhabricatorStandardCustomFieldSelect.php
+++ b/src/infrastructure/customfield/standard/PhabricatorSelectCustomField.php
@@ -1,6 +1,6 @@
<?php
-final class PhabricatorStandardCustomFieldSelect
+final class PhabricatorSelectCustomField
extends PhabricatorStandardCustomField {
public function getFieldType() {
diff --git a/src/infrastructure/customfield/standard/PhabricatorStandardCustomField.php b/src/infrastructure/customfield/standard/PhabricatorStandardCustomField.php
--- a/src/infrastructure/customfield/standard/PhabricatorStandardCustomField.php
+++ b/src/infrastructure/customfield/standard/PhabricatorStandardCustomField.php
@@ -1,7 +1,6 @@
<?php
-abstract class PhabricatorStandardCustomField
- extends PhabricatorCustomField {
+abstract class PhabricatorStandardCustomField extends PhabricatorCustomField {
private $rawKey;
private $fieldKey;
diff --git a/src/infrastructure/customfield/standard/PhabricatorStandardCustomFieldText.php b/src/infrastructure/customfield/standard/PhabricatorTextCustomField.php
rename from src/infrastructure/customfield/standard/PhabricatorStandardCustomFieldText.php
rename to src/infrastructure/customfield/standard/PhabricatorTextCustomField.php
--- a/src/infrastructure/customfield/standard/PhabricatorStandardCustomFieldText.php
+++ b/src/infrastructure/customfield/standard/PhabricatorTextCustomField.php
@@ -1,7 +1,6 @@
<?php
-final class PhabricatorStandardCustomFieldText
- extends PhabricatorStandardCustomField {
+final class PhabricatorTextCustomField extends PhabricatorStandardCustomField {
public function getFieldType() {
return 'text';
diff --git a/src/infrastructure/customfield/standard/PhabricatorStandardCustomFieldUsers.php b/src/infrastructure/customfield/standard/PhabricatorUsersCustomField.php
rename from src/infrastructure/customfield/standard/PhabricatorStandardCustomFieldUsers.php
rename to src/infrastructure/customfield/standard/PhabricatorUsersCustomField.php
--- a/src/infrastructure/customfield/standard/PhabricatorStandardCustomFieldUsers.php
+++ b/src/infrastructure/customfield/standard/PhabricatorUsersCustomField.php
@@ -1,7 +1,6 @@
<?php
-final class PhabricatorStandardCustomFieldUsers
- extends PhabricatorStandardCustomFieldPHIDs {
+final class PhabricatorUsersCustomField extends PhabricatorPHIDsCustomField {
public function getFieldType() {
return 'users';
diff --git a/src/infrastructure/customfield/storage/PhabricatorCustomFieldIndexStorage.php b/src/infrastructure/customfield/storage/PhabricatorCustomFieldIndexStorage.php
--- a/src/infrastructure/customfield/storage/PhabricatorCustomFieldIndexStorage.php
+++ b/src/infrastructure/customfield/storage/PhabricatorCustomFieldIndexStorage.php
@@ -1,7 +1,6 @@
<?php
-abstract class PhabricatorCustomFieldIndexStorage
- extends PhabricatorLiskDAO {
+abstract class PhabricatorCustomFieldIndexStorage extends PhabricatorLiskDAO {
protected $objectPHID;
protected $indexKey;
diff --git a/src/infrastructure/customfield/storage/PhabricatorCustomFieldStorage.php b/src/infrastructure/customfield/storage/PhabricatorCustomFieldStorage.php
--- a/src/infrastructure/customfield/storage/PhabricatorCustomFieldStorage.php
+++ b/src/infrastructure/customfield/storage/PhabricatorCustomFieldStorage.php
@@ -1,7 +1,6 @@
<?php
-abstract class PhabricatorCustomFieldStorage
- extends PhabricatorLiskDAO {
+abstract class PhabricatorCustomFieldStorage extends PhabricatorLiskDAO {
protected $objectPHID;
protected $fieldIndex;

File Metadata

Mime Type
text/plain
Expires
Mon, Aug 4, 1:27 PM (3 w, 3 d ago)
Storage Engine
amazon-s3
Storage Format
Encrypted (AES-256-CBC)
Storage Handle
phabricator/secure/ib/ud/a5jvfaerbsjln24i
Default Alt Text
D11179.diff (114 KB)

Event Timeline