|
|
|
@ -320,6 +320,7 @@ phutil_register_library_map(array(
|
|
|
|
|
'DifferentialPathFieldSpecification' => 'applications/differential/field/specification/DifferentialPathFieldSpecification.php',
|
|
|
|
|
'DifferentialPeopleMenuEventListener' => 'applications/differential/events/DifferentialPeopleMenuEventListener.php',
|
|
|
|
|
'DifferentialPrimaryPaneView' => 'applications/differential/view/DifferentialPrimaryPaneView.php',
|
|
|
|
|
'DifferentialRemarkupRule' => 'applications/differential/remarkup/DifferentialRemarkupRule.php',
|
|
|
|
|
'DifferentialReplyHandler' => 'applications/differential/DifferentialReplyHandler.php',
|
|
|
|
|
'DifferentialResultsTableView' => 'applications/differential/view/DifferentialResultsTableView.php',
|
|
|
|
|
'DifferentialRevertPlanFieldSpecification' => 'applications/differential/field/specification/DifferentialRevertPlanFieldSpecification.php',
|
|
|
|
@ -435,6 +436,7 @@ phutil_register_library_map(array(
|
|
|
|
|
'DiffusionPeopleMenuEventListener' => 'applications/diffusion/events/DiffusionPeopleMenuEventListener.php',
|
|
|
|
|
'DiffusionQuery' => 'applications/diffusion/query/DiffusionQuery.php',
|
|
|
|
|
'DiffusionRawDiffQuery' => 'applications/diffusion/query/rawdiff/DiffusionRawDiffQuery.php',
|
|
|
|
|
'DiffusionRemarkupRule' => 'applications/diffusion/remarkup/DiffusionRemarkupRule.php',
|
|
|
|
|
'DiffusionRenameHistoryQuery' => 'applications/diffusion/query/DiffusionRenameHistoryQuery.php',
|
|
|
|
|
'DiffusionRepositoryController' => 'applications/diffusion/controller/DiffusionRepositoryController.php',
|
|
|
|
|
'DiffusionRepositoryPath' => 'applications/diffusion/data/DiffusionRepositoryPath.php',
|
|
|
|
@ -584,6 +586,7 @@ phutil_register_library_map(array(
|
|
|
|
|
'ManiphestEdgeEventListener' => 'applications/maniphest/event/ManiphestEdgeEventListener.php',
|
|
|
|
|
'ManiphestExportController' => 'applications/maniphest/controller/ManiphestExportController.php',
|
|
|
|
|
'ManiphestPeopleMenuEventListener' => 'applications/maniphest/event/ManiphestPeopleMenuEventListener.php',
|
|
|
|
|
'ManiphestRemarkupRule' => 'applications/maniphest/remarkup/ManiphestRemarkupRule.php',
|
|
|
|
|
'ManiphestReplyHandler' => 'applications/maniphest/ManiphestReplyHandler.php',
|
|
|
|
|
'ManiphestReportController' => 'applications/maniphest/controller/ManiphestReportController.php',
|
|
|
|
|
'ManiphestSavedQuery' => 'applications/maniphest/storage/ManiphestSavedQuery.php',
|
|
|
|
@ -809,6 +812,7 @@ phutil_register_library_map(array(
|
|
|
|
|
'PhabricatorCountdownDeleteController' => 'applications/countdown/controller/PhabricatorCountdownDeleteController.php',
|
|
|
|
|
'PhabricatorCountdownEditController' => 'applications/countdown/controller/PhabricatorCountdownEditController.php',
|
|
|
|
|
'PhabricatorCountdownListController' => 'applications/countdown/controller/PhabricatorCountdownListController.php',
|
|
|
|
|
'PhabricatorCountdownRemarkupRule' => 'applications/countdown/remarkup/PhabricatorCountdownRemarkupRule.php',
|
|
|
|
|
'PhabricatorCountdownViewController' => 'applications/countdown/controller/PhabricatorCountdownViewController.php',
|
|
|
|
|
'PhabricatorCrumbView' => 'view/layout/PhabricatorCrumbView.php',
|
|
|
|
|
'PhabricatorCrumbsView' => 'view/layout/PhabricatorCrumbsView.php',
|
|
|
|
@ -1122,6 +1126,7 @@ phutil_register_library_map(array(
|
|
|
|
|
'PhabricatorPasteEditController' => 'applications/paste/controller/PhabricatorPasteEditController.php',
|
|
|
|
|
'PhabricatorPasteListController' => 'applications/paste/controller/PhabricatorPasteListController.php',
|
|
|
|
|
'PhabricatorPasteQuery' => 'applications/paste/query/PhabricatorPasteQuery.php',
|
|
|
|
|
'PhabricatorPasteRemarkupRule' => 'applications/paste/remarkup/PhabricatorPasteRemarkupRule.php',
|
|
|
|
|
'PhabricatorPasteViewController' => 'applications/paste/controller/PhabricatorPasteViewController.php',
|
|
|
|
|
'PhabricatorPeopleController' => 'applications/people/controller/PhabricatorPeopleController.php',
|
|
|
|
|
'PhabricatorPeopleEditController' => 'applications/people/controller/PhabricatorPeopleEditController.php',
|
|
|
|
@ -1176,20 +1181,14 @@ phutil_register_library_map(array(
|
|
|
|
|
'PhabricatorRedirectController' => 'applications/base/controller/PhabricatorRedirectController.php',
|
|
|
|
|
'PhabricatorRefreshCSRFController' => 'applications/auth/controller/PhabricatorRefreshCSRFController.php',
|
|
|
|
|
'PhabricatorRemarkupControl' => 'view/form/control/PhabricatorRemarkupControl.php',
|
|
|
|
|
'PhabricatorRemarkupRuleCountdown' => 'infrastructure/markup/rule/PhabricatorRemarkupRuleCountdown.php',
|
|
|
|
|
'PhabricatorRemarkupRuleDifferential' => 'infrastructure/markup/rule/PhabricatorRemarkupRuleDifferential.php',
|
|
|
|
|
'PhabricatorRemarkupRuleDifferentialHandle' => 'infrastructure/markup/rule/handle/PhabricatorRemarkupRuleDifferentialHandle.php',
|
|
|
|
|
'PhabricatorRemarkupRuleDiffusion' => 'infrastructure/markup/rule/PhabricatorRemarkupRuleDiffusion.php',
|
|
|
|
|
'PhabricatorRemarkupRuleEmbedFile' => 'infrastructure/markup/rule/PhabricatorRemarkupRuleEmbedFile.php',
|
|
|
|
|
'PhabricatorRemarkupRuleImageMacro' => 'infrastructure/markup/rule/PhabricatorRemarkupRuleImageMacro.php',
|
|
|
|
|
'PhabricatorRemarkupRuleManiphest' => 'infrastructure/markup/rule/PhabricatorRemarkupRuleManiphest.php',
|
|
|
|
|
'PhabricatorRemarkupRuleManiphestHandle' => 'infrastructure/markup/rule/handle/PhabricatorRemarkupRuleManiphestHandle.php',
|
|
|
|
|
'PhabricatorRemarkupRuleMeme' => 'infrastructure/markup/rule/PhabricatorRemarkupRuleMeme.php',
|
|
|
|
|
'PhabricatorRemarkupRuleMention' => 'infrastructure/markup/rule/PhabricatorRemarkupRuleMention.php',
|
|
|
|
|
'PhabricatorRemarkupRuleDifferentialHandle' => 'applications/differential/remarkup/PhabricatorRemarkupRuleDifferentialHandle.php',
|
|
|
|
|
'PhabricatorRemarkupRuleEmbedFile' => 'applications/files/remarkup/PhabricatorRemarkupRuleEmbedFile.php',
|
|
|
|
|
'PhabricatorRemarkupRuleImageMacro' => 'applications/macro/remarkup/PhabricatorRemarkupRuleImageMacro.php',
|
|
|
|
|
'PhabricatorRemarkupRuleManiphestHandle' => 'applications/maniphest/remarkup/PhabricatorRemarkupRuleManiphestHandle.php',
|
|
|
|
|
'PhabricatorRemarkupRuleMeme' => 'applications/macro/remarkup/PhabricatorRemarkupRuleMeme.php',
|
|
|
|
|
'PhabricatorRemarkupRuleMention' => 'applications/people/remarkup/PhabricatorRemarkupRuleMention.php',
|
|
|
|
|
'PhabricatorRemarkupRuleObjectHandle' => 'infrastructure/markup/rule/PhabricatorRemarkupRuleObjectHandle.php',
|
|
|
|
|
'PhabricatorRemarkupRuleObjectName' => 'infrastructure/markup/rule/PhabricatorRemarkupRuleObjectName.php',
|
|
|
|
|
'PhabricatorRemarkupRulePaste' => 'infrastructure/markup/rule/PhabricatorRemarkupRulePaste.php',
|
|
|
|
|
'PhabricatorRemarkupRulePhriction' => 'infrastructure/markup/rule/PhabricatorRemarkupRulePhriction.php',
|
|
|
|
|
'PhabricatorRemarkupRuleYoutube' => 'infrastructure/markup/rule/PhabricatorRemarkupRuleYoutube.php',
|
|
|
|
|
'PhabricatorRepository' => 'applications/repository/storage/PhabricatorRepository.php',
|
|
|
|
|
'PhabricatorRepositoryArcanistProject' => 'applications/repository/storage/PhabricatorRepositoryArcanistProject.php',
|
|
|
|
@ -1491,6 +1490,7 @@ phutil_register_library_map(array(
|
|
|
|
|
'PhrictionHistoryController' => 'applications/phriction/controller/PhrictionHistoryController.php',
|
|
|
|
|
'PhrictionListController' => 'applications/phriction/controller/PhrictionListController.php',
|
|
|
|
|
'PhrictionNewController' => 'applications/phriction/controller/PhrictionNewController.php',
|
|
|
|
|
'PhrictionRemarkupRule' => 'applications/phriction/remarkup/PhrictionRemarkupRule.php',
|
|
|
|
|
'PhrictionSearchIndexer' => 'applications/phriction/search/PhrictionSearchIndexer.php',
|
|
|
|
|
'PonderAddAnswerView' => 'applications/ponder/view/PonderAddAnswerView.php',
|
|
|
|
|
'PonderAddCommentView' => 'applications/ponder/view/PonderAddCommentView.php',
|
|
|
|
@ -1523,8 +1523,8 @@ phutil_register_library_map(array(
|
|
|
|
|
'PonderQuestionQuery' => 'applications/ponder/query/PonderQuestionQuery.php',
|
|
|
|
|
'PonderQuestionSummaryView' => 'applications/ponder/view/PonderQuestionSummaryView.php',
|
|
|
|
|
'PonderQuestionViewController' => 'applications/ponder/controller/PonderQuestionViewController.php',
|
|
|
|
|
'PonderRemarkupRule' => 'applications/ponder/remarkup/PonderRemarkupRule.php',
|
|
|
|
|
'PonderReplyHandler' => 'applications/ponder/PonderReplyHandler.php',
|
|
|
|
|
'PonderRuleQuestion' => 'infrastructure/markup/rule/PonderRuleQuestion.php',
|
|
|
|
|
'PonderSearchIndexer' => 'applications/ponder/search/PonderSearchIndexer.php',
|
|
|
|
|
'PonderUserProfileView' => 'applications/ponder/view/PonderUserProfileView.php',
|
|
|
|
|
'PonderVotableInterface' => 'applications/ponder/storage/PonderVotableInterface.php',
|
|
|
|
@ -1852,6 +1852,7 @@ phutil_register_library_map(array(
|
|
|
|
|
'DifferentialPathFieldSpecification' => 'DifferentialFieldSpecification',
|
|
|
|
|
'DifferentialPeopleMenuEventListener' => 'PhutilEventListener',
|
|
|
|
|
'DifferentialPrimaryPaneView' => 'AphrontView',
|
|
|
|
|
'DifferentialRemarkupRule' => 'PhabricatorRemarkupRuleObjectName',
|
|
|
|
|
'DifferentialReplyHandler' => 'PhabricatorMailReplyHandler',
|
|
|
|
|
'DifferentialResultsTableView' => 'AphrontView',
|
|
|
|
|
'DifferentialRevertPlanFieldSpecification' => 'DifferentialFieldSpecification',
|
|
|
|
@ -1953,6 +1954,7 @@ phutil_register_library_map(array(
|
|
|
|
|
'DiffusionPathValidateController' => 'DiffusionController',
|
|
|
|
|
'DiffusionPeopleMenuEventListener' => 'PhutilEventListener',
|
|
|
|
|
'DiffusionRawDiffQuery' => 'DiffusionQuery',
|
|
|
|
|
'DiffusionRemarkupRule' => 'PhabricatorRemarkupRuleObjectName',
|
|
|
|
|
'DiffusionRepositoryController' => 'DiffusionController',
|
|
|
|
|
'DiffusionSetupException' => 'AphrontUsageException',
|
|
|
|
|
'DiffusionSvnBrowseQuery' => 'DiffusionBrowseQuery',
|
|
|
|
@ -2070,6 +2072,7 @@ phutil_register_library_map(array(
|
|
|
|
|
'ManiphestEdgeEventListener' => 'PhutilEventListener',
|
|
|
|
|
'ManiphestExportController' => 'ManiphestController',
|
|
|
|
|
'ManiphestPeopleMenuEventListener' => 'PhutilEventListener',
|
|
|
|
|
'ManiphestRemarkupRule' => 'PhabricatorRemarkupRuleObjectName',
|
|
|
|
|
'ManiphestReplyHandler' => 'PhabricatorMailReplyHandler',
|
|
|
|
|
'ManiphestReportController' => 'ManiphestController',
|
|
|
|
|
'ManiphestSavedQuery' => 'ManiphestDAO',
|
|
|
|
@ -2313,6 +2316,7 @@ phutil_register_library_map(array(
|
|
|
|
|
'PhabricatorCountdownDeleteController' => 'PhabricatorCountdownController',
|
|
|
|
|
'PhabricatorCountdownEditController' => 'PhabricatorCountdownController',
|
|
|
|
|
'PhabricatorCountdownListController' => 'PhabricatorCountdownController',
|
|
|
|
|
'PhabricatorCountdownRemarkupRule' => 'PhutilRemarkupRule',
|
|
|
|
|
'PhabricatorCountdownViewController' => 'PhabricatorCountdownController',
|
|
|
|
|
'PhabricatorCrumbView' => 'AphrontView',
|
|
|
|
|
'PhabricatorCrumbsView' => 'AphrontView',
|
|
|
|
@ -2601,6 +2605,7 @@ phutil_register_library_map(array(
|
|
|
|
|
'PhabricatorPasteEditController' => 'PhabricatorPasteController',
|
|
|
|
|
'PhabricatorPasteListController' => 'PhabricatorPasteController',
|
|
|
|
|
'PhabricatorPasteQuery' => 'PhabricatorCursorPagedPolicyAwareQuery',
|
|
|
|
|
'PhabricatorPasteRemarkupRule' => 'PhabricatorRemarkupRuleObjectName',
|
|
|
|
|
'PhabricatorPasteViewController' => 'PhabricatorPasteController',
|
|
|
|
|
'PhabricatorPeopleController' => 'PhabricatorController',
|
|
|
|
|
'PhabricatorPeopleEditController' => 'PhabricatorPeopleController',
|
|
|
|
@ -2652,20 +2657,14 @@ phutil_register_library_map(array(
|
|
|
|
|
'PhabricatorRedirectController' => 'PhabricatorController',
|
|
|
|
|
'PhabricatorRefreshCSRFController' => 'PhabricatorAuthController',
|
|
|
|
|
'PhabricatorRemarkupControl' => 'AphrontFormTextAreaControl',
|
|
|
|
|
'PhabricatorRemarkupRuleCountdown' => 'PhutilRemarkupRule',
|
|
|
|
|
'PhabricatorRemarkupRuleDifferential' => 'PhabricatorRemarkupRuleObjectName',
|
|
|
|
|
'PhabricatorRemarkupRuleDifferentialHandle' => 'PhabricatorRemarkupRuleObjectHandle',
|
|
|
|
|
'PhabricatorRemarkupRuleDiffusion' => 'PhabricatorRemarkupRuleObjectName',
|
|
|
|
|
'PhabricatorRemarkupRuleEmbedFile' => 'PhutilRemarkupRule',
|
|
|
|
|
'PhabricatorRemarkupRuleImageMacro' => 'PhutilRemarkupRule',
|
|
|
|
|
'PhabricatorRemarkupRuleManiphest' => 'PhabricatorRemarkupRuleObjectName',
|
|
|
|
|
'PhabricatorRemarkupRuleManiphestHandle' => 'PhabricatorRemarkupRuleObjectHandle',
|
|
|
|
|
'PhabricatorRemarkupRuleMeme' => 'PhutilRemarkupRule',
|
|
|
|
|
'PhabricatorRemarkupRuleMention' => 'PhutilRemarkupRule',
|
|
|
|
|
'PhabricatorRemarkupRuleObjectHandle' => 'PhutilRemarkupRule',
|
|
|
|
|
'PhabricatorRemarkupRuleObjectName' => 'PhutilRemarkupRule',
|
|
|
|
|
'PhabricatorRemarkupRulePaste' => 'PhabricatorRemarkupRuleObjectName',
|
|
|
|
|
'PhabricatorRemarkupRulePhriction' => 'PhutilRemarkupRule',
|
|
|
|
|
'PhabricatorRemarkupRuleYoutube' => 'PhutilRemarkupRule',
|
|
|
|
|
'PhabricatorRepository' =>
|
|
|
|
|
array(
|
|
|
|
@ -2984,6 +2983,7 @@ phutil_register_library_map(array(
|
|
|
|
|
'PhrictionHistoryController' => 'PhrictionController',
|
|
|
|
|
'PhrictionListController' => 'PhrictionController',
|
|
|
|
|
'PhrictionNewController' => 'PhrictionController',
|
|
|
|
|
'PhrictionRemarkupRule' => 'PhutilRemarkupRule',
|
|
|
|
|
'PhrictionSearchIndexer' => 'PhabricatorSearchDocumentIndexer',
|
|
|
|
|
'PonderAddAnswerView' => 'AphrontView',
|
|
|
|
|
'PonderAddCommentView' => 'AphrontView',
|
|
|
|
@ -3030,8 +3030,8 @@ phutil_register_library_map(array(
|
|
|
|
|
'PonderQuestionQuery' => 'PhabricatorCursorPagedPolicyAwareQuery',
|
|
|
|
|
'PonderQuestionSummaryView' => 'AphrontView',
|
|
|
|
|
'PonderQuestionViewController' => 'PonderController',
|
|
|
|
|
'PonderRemarkupRule' => 'PhabricatorRemarkupRuleObjectName',
|
|
|
|
|
'PonderReplyHandler' => 'PhabricatorMailReplyHandler',
|
|
|
|
|
'PonderRuleQuestion' => 'PhabricatorRemarkupRuleObjectName',
|
|
|
|
|
'PonderSearchIndexer' => 'PhabricatorSearchDocumentIndexer',
|
|
|
|
|
'PonderUserProfileView' => 'AphrontView',
|
|
|
|
|
'PonderVotableView' => 'AphrontView',
|
|
|
|
|