mirror of
https://we.phorge.it/source/phorge.git
synced 2024-11-22 06:42:42 +01:00
Fix HTTP 400 from notification server for JSON subscription objects
Summary: Fixes T5651. Sometime we'll send an object to the notification server for `subscribers`, which it will choke on. Use `array_values()` to make sure we're sending an array. Test Plan: With `(object)` instead, got a consistent error ("no .filter method on object"). With `array_values()`, no error. Reviewers: joshuaspence Reviewed By: joshuaspence Subscribers: epriestley Maniphest Tasks: T5651 Differential Revision: https://secure.phabricator.com/D9963
This commit is contained in:
parent
ab3c17a2cd
commit
6bf4ec97d5
3 changed files with 115 additions and 219 deletions
|
@ -2,13 +2,13 @@
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* This file is automatically generated. Use 'arc liberate' to rebuild it.
|
* This file is automatically generated. Use 'arc liberate' to rebuild it.
|
||||||
|
*
|
||||||
* @generated
|
* @generated
|
||||||
* @phutil-library-version 2
|
* @phutil-library-version 2
|
||||||
*/
|
*/
|
||||||
phutil_register_library_map(array(
|
phutil_register_library_map(array(
|
||||||
'__library_version__' => 2,
|
'__library_version__' => 2,
|
||||||
'class' =>
|
'class' => array(
|
||||||
array(
|
|
||||||
'Aphront304Response' => 'aphront/response/Aphront304Response.php',
|
'Aphront304Response' => 'aphront/response/Aphront304Response.php',
|
||||||
'Aphront400Response' => 'aphront/response/Aphront400Response.php',
|
'Aphront400Response' => 'aphront/response/Aphront400Response.php',
|
||||||
'Aphront403Response' => 'aphront/response/Aphront403Response.php',
|
'Aphront403Response' => 'aphront/response/Aphront403Response.php',
|
||||||
|
@ -2708,8 +2708,7 @@ phutil_register_library_map(array(
|
||||||
'SubscriptionListDialogBuilder' => 'applications/subscriptions/view/SubscriptionListDialogBuilder.php',
|
'SubscriptionListDialogBuilder' => 'applications/subscriptions/view/SubscriptionListDialogBuilder.php',
|
||||||
'SubscriptionListStringBuilder' => 'applications/subscriptions/view/SubscriptionListStringBuilder.php',
|
'SubscriptionListStringBuilder' => 'applications/subscriptions/view/SubscriptionListStringBuilder.php',
|
||||||
),
|
),
|
||||||
'function' =>
|
'function' => array(
|
||||||
array(
|
|
||||||
'_phabricator_time_format' => 'view/viewutils.php',
|
'_phabricator_time_format' => 'view/viewutils.php',
|
||||||
'celerity_generate_unique_node_id' => 'infrastructure/celerity/api.php',
|
'celerity_generate_unique_node_id' => 'infrastructure/celerity/api.php',
|
||||||
'celerity_get_resource_uri' => 'infrastructure/celerity/api.php',
|
'celerity_get_resource_uri' => 'infrastructure/celerity/api.php',
|
||||||
|
@ -2727,8 +2726,7 @@ phutil_register_library_map(array(
|
||||||
'phid_group_by_type' => 'applications/phid/utils.php',
|
'phid_group_by_type' => 'applications/phid/utils.php',
|
||||||
'require_celerity_resource' => 'infrastructure/celerity/api.php',
|
'require_celerity_resource' => 'infrastructure/celerity/api.php',
|
||||||
),
|
),
|
||||||
'xmap' =>
|
'xmap' => array(
|
||||||
array(
|
|
||||||
'Aphront304Response' => 'AphrontResponse',
|
'Aphront304Response' => 'AphrontResponse',
|
||||||
'Aphront400Response' => 'AphrontResponse',
|
'Aphront400Response' => 'AphrontResponse',
|
||||||
'Aphront403Response' => 'AphrontHTMLResponse',
|
'Aphront403Response' => 'AphrontHTMLResponse',
|
||||||
|
@ -2805,8 +2803,7 @@ phutil_register_library_map(array(
|
||||||
'AphrontTwoColumnView' => 'AphrontView',
|
'AphrontTwoColumnView' => 'AphrontView',
|
||||||
'AphrontTypeaheadTemplateView' => 'AphrontView',
|
'AphrontTypeaheadTemplateView' => 'AphrontView',
|
||||||
'AphrontUsageException' => 'AphrontException',
|
'AphrontUsageException' => 'AphrontException',
|
||||||
'AphrontView' =>
|
'AphrontView' => array(
|
||||||
array(
|
|
||||||
0 => 'Phobject',
|
0 => 'Phobject',
|
||||||
1 => 'PhutilSafeHTMLProducerInterface',
|
1 => 'PhutilSafeHTMLProducerInterface',
|
||||||
),
|
),
|
||||||
|
@ -2823,8 +2820,7 @@ phutil_register_library_map(array(
|
||||||
'CelerityResourceGraph' => 'AbstractDirectedGraph',
|
'CelerityResourceGraph' => 'AbstractDirectedGraph',
|
||||||
'CelerityResourceTransformerTestCase' => 'PhabricatorTestCase',
|
'CelerityResourceTransformerTestCase' => 'PhabricatorTestCase',
|
||||||
'CelerityResourcesOnDisk' => 'CelerityPhysicalResources',
|
'CelerityResourcesOnDisk' => 'CelerityPhysicalResources',
|
||||||
'ConduitAPIMethod' =>
|
'ConduitAPIMethod' => array(
|
||||||
array(
|
|
||||||
0 => 'Phobject',
|
0 => 'Phobject',
|
||||||
1 => 'PhabricatorPolicyInterface',
|
1 => 'PhabricatorPolicyInterface',
|
||||||
),
|
),
|
||||||
|
@ -3007,8 +3003,7 @@ phutil_register_library_map(array(
|
||||||
'ConpherencePeopleWidgetView' => 'ConpherenceWidgetView',
|
'ConpherencePeopleWidgetView' => 'ConpherenceWidgetView',
|
||||||
'ConpherenceReplyHandler' => 'PhabricatorMailReplyHandler',
|
'ConpherenceReplyHandler' => 'PhabricatorMailReplyHandler',
|
||||||
'ConpherenceSettings' => 'ConpherenceConstants',
|
'ConpherenceSettings' => 'ConpherenceConstants',
|
||||||
'ConpherenceThread' =>
|
'ConpherenceThread' => array(
|
||||||
array(
|
|
||||||
0 => 'ConpherenceDAO',
|
0 => 'ConpherenceDAO',
|
||||||
1 => 'PhabricatorPolicyInterface',
|
1 => 'PhabricatorPolicyInterface',
|
||||||
),
|
),
|
||||||
|
@ -3046,8 +3041,7 @@ phutil_register_library_map(array(
|
||||||
'DifferentialBranchField' => 'DifferentialCustomField',
|
'DifferentialBranchField' => 'DifferentialCustomField',
|
||||||
'DifferentialCapabilityDefaultView' => 'PhabricatorPolicyCapability',
|
'DifferentialCapabilityDefaultView' => 'PhabricatorPolicyCapability',
|
||||||
'DifferentialChangesSinceLastUpdateField' => 'DifferentialCustomField',
|
'DifferentialChangesSinceLastUpdateField' => 'DifferentialCustomField',
|
||||||
'DifferentialChangeset' =>
|
'DifferentialChangeset' => array(
|
||||||
array(
|
|
||||||
0 => 'DifferentialDAO',
|
0 => 'DifferentialDAO',
|
||||||
1 => 'PhabricatorPolicyInterface',
|
1 => 'PhabricatorPolicyInterface',
|
||||||
),
|
),
|
||||||
|
@ -3080,8 +3074,7 @@ phutil_register_library_map(array(
|
||||||
'DifferentialDAO' => 'PhabricatorLiskDAO',
|
'DifferentialDAO' => 'PhabricatorLiskDAO',
|
||||||
'DifferentialDependenciesField' => 'DifferentialCustomField',
|
'DifferentialDependenciesField' => 'DifferentialCustomField',
|
||||||
'DifferentialDependsOnField' => 'DifferentialCustomField',
|
'DifferentialDependsOnField' => 'DifferentialCustomField',
|
||||||
'DifferentialDiff' =>
|
'DifferentialDiff' => array(
|
||||||
array(
|
|
||||||
0 => 'DifferentialDAO',
|
0 => 'DifferentialDAO',
|
||||||
1 => 'PhabricatorPolicyInterface',
|
1 => 'PhabricatorPolicyInterface',
|
||||||
2 => 'HarbormasterBuildableInterface',
|
2 => 'HarbormasterBuildableInterface',
|
||||||
|
@ -3102,8 +3095,7 @@ phutil_register_library_map(array(
|
||||||
'DifferentialGitSVNIDField' => 'DifferentialCustomField',
|
'DifferentialGitSVNIDField' => 'DifferentialCustomField',
|
||||||
'DifferentialHostField' => 'DifferentialCustomField',
|
'DifferentialHostField' => 'DifferentialCustomField',
|
||||||
'DifferentialHovercardEventListener' => 'PhabricatorEventListener',
|
'DifferentialHovercardEventListener' => 'PhabricatorEventListener',
|
||||||
'DifferentialHunk' =>
|
'DifferentialHunk' => array(
|
||||||
array(
|
|
||||||
0 => 'DifferentialDAO',
|
0 => 'DifferentialDAO',
|
||||||
1 => 'PhabricatorPolicyInterface',
|
1 => 'PhabricatorPolicyInterface',
|
||||||
),
|
),
|
||||||
|
@ -3145,8 +3137,7 @@ phutil_register_library_map(array(
|
||||||
'DifferentialReviewedByField' => 'DifferentialCoreCustomField',
|
'DifferentialReviewedByField' => 'DifferentialCoreCustomField',
|
||||||
'DifferentialReviewersField' => 'DifferentialCoreCustomField',
|
'DifferentialReviewersField' => 'DifferentialCoreCustomField',
|
||||||
'DifferentialReviewersView' => 'AphrontView',
|
'DifferentialReviewersView' => 'AphrontView',
|
||||||
'DifferentialRevision' =>
|
'DifferentialRevision' => array(
|
||||||
array(
|
|
||||||
0 => 'DifferentialDAO',
|
0 => 'DifferentialDAO',
|
||||||
1 => 'PhabricatorTokenReceiverInterface',
|
1 => 'PhabricatorTokenReceiverInterface',
|
||||||
2 => 'PhabricatorPolicyInterface',
|
2 => 'PhabricatorPolicyInterface',
|
||||||
|
@ -3318,14 +3309,12 @@ phutil_register_library_map(array(
|
||||||
'DivinerFindController' => 'DivinerController',
|
'DivinerFindController' => 'DivinerController',
|
||||||
'DivinerGenerateWorkflow' => 'DivinerWorkflow',
|
'DivinerGenerateWorkflow' => 'DivinerWorkflow',
|
||||||
'DivinerLiveAtom' => 'DivinerDAO',
|
'DivinerLiveAtom' => 'DivinerDAO',
|
||||||
'DivinerLiveBook' =>
|
'DivinerLiveBook' => array(
|
||||||
array(
|
|
||||||
0 => 'DivinerDAO',
|
0 => 'DivinerDAO',
|
||||||
1 => 'PhabricatorPolicyInterface',
|
1 => 'PhabricatorPolicyInterface',
|
||||||
),
|
),
|
||||||
'DivinerLivePublisher' => 'DivinerPublisher',
|
'DivinerLivePublisher' => 'DivinerPublisher',
|
||||||
'DivinerLiveSymbol' =>
|
'DivinerLiveSymbol' => array(
|
||||||
array(
|
|
||||||
0 => 'DivinerDAO',
|
0 => 'DivinerDAO',
|
||||||
1 => 'PhabricatorPolicyInterface',
|
1 => 'PhabricatorPolicyInterface',
|
||||||
2 => 'PhabricatorMarkupInterface',
|
2 => 'PhabricatorMarkupInterface',
|
||||||
|
@ -3346,8 +3335,7 @@ phutil_register_library_map(array(
|
||||||
'DoorkeeperBridgeJIRA' => 'DoorkeeperBridge',
|
'DoorkeeperBridgeJIRA' => 'DoorkeeperBridge',
|
||||||
'DoorkeeperBridgeJIRATestCase' => 'PhabricatorTestCase',
|
'DoorkeeperBridgeJIRATestCase' => 'PhabricatorTestCase',
|
||||||
'DoorkeeperDAO' => 'PhabricatorLiskDAO',
|
'DoorkeeperDAO' => 'PhabricatorLiskDAO',
|
||||||
'DoorkeeperExternalObject' =>
|
'DoorkeeperExternalObject' => array(
|
||||||
array(
|
|
||||||
0 => 'DoorkeeperDAO',
|
0 => 'DoorkeeperDAO',
|
||||||
1 => 'PhabricatorPolicyInterface',
|
1 => 'PhabricatorPolicyInterface',
|
||||||
),
|
),
|
||||||
|
@ -3365,8 +3353,7 @@ phutil_register_library_map(array(
|
||||||
'DoorkeeperTagsController' => 'PhabricatorController',
|
'DoorkeeperTagsController' => 'PhabricatorController',
|
||||||
'DrydockAllocatorWorker' => 'PhabricatorWorker',
|
'DrydockAllocatorWorker' => 'PhabricatorWorker',
|
||||||
'DrydockApacheWebrootInterface' => 'DrydockWebrootInterface',
|
'DrydockApacheWebrootInterface' => 'DrydockWebrootInterface',
|
||||||
'DrydockBlueprint' =>
|
'DrydockBlueprint' => array(
|
||||||
array(
|
|
||||||
0 => 'DrydockDAO',
|
0 => 'DrydockDAO',
|
||||||
1 => 'PhabricatorPolicyInterface',
|
1 => 'PhabricatorPolicyInterface',
|
||||||
),
|
),
|
||||||
|
@ -3388,8 +3375,7 @@ phutil_register_library_map(array(
|
||||||
'DrydockController' => 'PhabricatorController',
|
'DrydockController' => 'PhabricatorController',
|
||||||
'DrydockDAO' => 'PhabricatorLiskDAO',
|
'DrydockDAO' => 'PhabricatorLiskDAO',
|
||||||
'DrydockFilesystemInterface' => 'DrydockInterface',
|
'DrydockFilesystemInterface' => 'DrydockInterface',
|
||||||
'DrydockLease' =>
|
'DrydockLease' => array(
|
||||||
array(
|
|
||||||
0 => 'DrydockDAO',
|
0 => 'DrydockDAO',
|
||||||
1 => 'PhabricatorPolicyInterface',
|
1 => 'PhabricatorPolicyInterface',
|
||||||
),
|
),
|
||||||
|
@ -3403,8 +3389,7 @@ phutil_register_library_map(array(
|
||||||
'DrydockLeaseViewController' => 'DrydockLeaseController',
|
'DrydockLeaseViewController' => 'DrydockLeaseController',
|
||||||
'DrydockLocalCommandInterface' => 'DrydockCommandInterface',
|
'DrydockLocalCommandInterface' => 'DrydockCommandInterface',
|
||||||
'DrydockLocalHostBlueprintImplementation' => 'DrydockBlueprintImplementation',
|
'DrydockLocalHostBlueprintImplementation' => 'DrydockBlueprintImplementation',
|
||||||
'DrydockLog' =>
|
'DrydockLog' => array(
|
||||||
array(
|
|
||||||
0 => 'DrydockDAO',
|
0 => 'DrydockDAO',
|
||||||
1 => 'PhabricatorPolicyInterface',
|
1 => 'PhabricatorPolicyInterface',
|
||||||
),
|
),
|
||||||
|
@ -3423,8 +3408,7 @@ phutil_register_library_map(array(
|
||||||
'DrydockPHIDTypeResource' => 'PhabricatorPHIDType',
|
'DrydockPHIDTypeResource' => 'PhabricatorPHIDType',
|
||||||
'DrydockPreallocatedHostBlueprintImplementation' => 'DrydockBlueprintImplementation',
|
'DrydockPreallocatedHostBlueprintImplementation' => 'DrydockBlueprintImplementation',
|
||||||
'DrydockQuery' => 'PhabricatorCursorPagedPolicyAwareQuery',
|
'DrydockQuery' => 'PhabricatorCursorPagedPolicyAwareQuery',
|
||||||
'DrydockResource' =>
|
'DrydockResource' => array(
|
||||||
array(
|
|
||||||
0 => 'DrydockDAO',
|
0 => 'DrydockDAO',
|
||||||
1 => 'PhabricatorPolicyInterface',
|
1 => 'PhabricatorPolicyInterface',
|
||||||
),
|
),
|
||||||
|
@ -3446,14 +3430,12 @@ phutil_register_library_map(array(
|
||||||
'FileCreateMailReceiver' => 'PhabricatorMailReceiver',
|
'FileCreateMailReceiver' => 'PhabricatorMailReceiver',
|
||||||
'FileMailReceiver' => 'PhabricatorObjectMailReceiver',
|
'FileMailReceiver' => 'PhabricatorObjectMailReceiver',
|
||||||
'FileReplyHandler' => 'PhabricatorMailReplyHandler',
|
'FileReplyHandler' => 'PhabricatorMailReplyHandler',
|
||||||
'HarbormasterBuild' =>
|
'HarbormasterBuild' => array(
|
||||||
array(
|
|
||||||
0 => 'HarbormasterDAO',
|
0 => 'HarbormasterDAO',
|
||||||
1 => 'PhabricatorPolicyInterface',
|
1 => 'PhabricatorPolicyInterface',
|
||||||
),
|
),
|
||||||
'HarbormasterBuildActionController' => 'HarbormasterController',
|
'HarbormasterBuildActionController' => 'HarbormasterController',
|
||||||
'HarbormasterBuildArtifact' =>
|
'HarbormasterBuildArtifact' => array(
|
||||||
array(
|
|
||||||
0 => 'HarbormasterDAO',
|
0 => 'HarbormasterDAO',
|
||||||
1 => 'PhabricatorPolicyInterface',
|
1 => 'PhabricatorPolicyInterface',
|
||||||
),
|
),
|
||||||
|
@ -3462,20 +3444,17 @@ phutil_register_library_map(array(
|
||||||
'HarbormasterBuildEngine' => 'Phobject',
|
'HarbormasterBuildEngine' => 'Phobject',
|
||||||
'HarbormasterBuildItem' => 'HarbormasterDAO',
|
'HarbormasterBuildItem' => 'HarbormasterDAO',
|
||||||
'HarbormasterBuildItemQuery' => 'PhabricatorCursorPagedPolicyAwareQuery',
|
'HarbormasterBuildItemQuery' => 'PhabricatorCursorPagedPolicyAwareQuery',
|
||||||
'HarbormasterBuildLog' =>
|
'HarbormasterBuildLog' => array(
|
||||||
array(
|
|
||||||
0 => 'HarbormasterDAO',
|
0 => 'HarbormasterDAO',
|
||||||
1 => 'PhabricatorPolicyInterface',
|
1 => 'PhabricatorPolicyInterface',
|
||||||
),
|
),
|
||||||
'HarbormasterBuildLogQuery' => 'PhabricatorCursorPagedPolicyAwareQuery',
|
'HarbormasterBuildLogQuery' => 'PhabricatorCursorPagedPolicyAwareQuery',
|
||||||
'HarbormasterBuildMessage' =>
|
'HarbormasterBuildMessage' => array(
|
||||||
array(
|
|
||||||
0 => 'HarbormasterDAO',
|
0 => 'HarbormasterDAO',
|
||||||
1 => 'PhabricatorPolicyInterface',
|
1 => 'PhabricatorPolicyInterface',
|
||||||
),
|
),
|
||||||
'HarbormasterBuildMessageQuery' => 'PhabricatorCursorPagedPolicyAwareQuery',
|
'HarbormasterBuildMessageQuery' => 'PhabricatorCursorPagedPolicyAwareQuery',
|
||||||
'HarbormasterBuildPlan' =>
|
'HarbormasterBuildPlan' => array(
|
||||||
array(
|
|
||||||
0 => 'HarbormasterDAO',
|
0 => 'HarbormasterDAO',
|
||||||
1 => 'PhabricatorPolicyInterface',
|
1 => 'PhabricatorPolicyInterface',
|
||||||
2 => 'PhabricatorSubscribableInterface',
|
2 => 'PhabricatorSubscribableInterface',
|
||||||
|
@ -3488,14 +3467,12 @@ phutil_register_library_map(array(
|
||||||
'HarbormasterBuildPlanTransactionComment' => 'PhabricatorApplicationTransactionComment',
|
'HarbormasterBuildPlanTransactionComment' => 'PhabricatorApplicationTransactionComment',
|
||||||
'HarbormasterBuildPlanTransactionQuery' => 'PhabricatorApplicationTransactionQuery',
|
'HarbormasterBuildPlanTransactionQuery' => 'PhabricatorApplicationTransactionQuery',
|
||||||
'HarbormasterBuildQuery' => 'PhabricatorCursorPagedPolicyAwareQuery',
|
'HarbormasterBuildQuery' => 'PhabricatorCursorPagedPolicyAwareQuery',
|
||||||
'HarbormasterBuildStep' =>
|
'HarbormasterBuildStep' => array(
|
||||||
array(
|
|
||||||
0 => 'HarbormasterDAO',
|
0 => 'HarbormasterDAO',
|
||||||
1 => 'PhabricatorPolicyInterface',
|
1 => 'PhabricatorPolicyInterface',
|
||||||
2 => 'PhabricatorCustomFieldInterface',
|
2 => 'PhabricatorCustomFieldInterface',
|
||||||
),
|
),
|
||||||
'HarbormasterBuildStepCoreCustomField' =>
|
'HarbormasterBuildStepCoreCustomField' => array(
|
||||||
array(
|
|
||||||
0 => 'HarbormasterBuildStepCustomField',
|
0 => 'HarbormasterBuildStepCustomField',
|
||||||
1 => 'PhabricatorStandardCustomFieldInterface',
|
1 => 'PhabricatorStandardCustomFieldInterface',
|
||||||
),
|
),
|
||||||
|
@ -3504,8 +3481,7 @@ phutil_register_library_map(array(
|
||||||
'HarbormasterBuildStepQuery' => 'PhabricatorCursorPagedPolicyAwareQuery',
|
'HarbormasterBuildStepQuery' => 'PhabricatorCursorPagedPolicyAwareQuery',
|
||||||
'HarbormasterBuildStepTransaction' => 'PhabricatorApplicationTransaction',
|
'HarbormasterBuildStepTransaction' => 'PhabricatorApplicationTransaction',
|
||||||
'HarbormasterBuildStepTransactionQuery' => 'PhabricatorApplicationTransactionQuery',
|
'HarbormasterBuildStepTransactionQuery' => 'PhabricatorApplicationTransactionQuery',
|
||||||
'HarbormasterBuildTarget' =>
|
'HarbormasterBuildTarget' => array(
|
||||||
array(
|
|
||||||
0 => 'HarbormasterDAO',
|
0 => 'HarbormasterDAO',
|
||||||
1 => 'PhabricatorPolicyInterface',
|
1 => 'PhabricatorPolicyInterface',
|
||||||
),
|
),
|
||||||
|
@ -3515,8 +3491,7 @@ phutil_register_library_map(array(
|
||||||
'HarbormasterBuildTransactionQuery' => 'PhabricatorApplicationTransactionQuery',
|
'HarbormasterBuildTransactionQuery' => 'PhabricatorApplicationTransactionQuery',
|
||||||
'HarbormasterBuildViewController' => 'HarbormasterController',
|
'HarbormasterBuildViewController' => 'HarbormasterController',
|
||||||
'HarbormasterBuildWorker' => 'HarbormasterWorker',
|
'HarbormasterBuildWorker' => 'HarbormasterWorker',
|
||||||
'HarbormasterBuildable' =>
|
'HarbormasterBuildable' => array(
|
||||||
array(
|
|
||||||
0 => 'HarbormasterDAO',
|
0 => 'HarbormasterDAO',
|
||||||
1 => 'PhabricatorPolicyInterface',
|
1 => 'PhabricatorPolicyInterface',
|
||||||
2 => 'HarbormasterBuildableInterface',
|
2 => 'HarbormasterBuildableInterface',
|
||||||
|
@ -3588,8 +3563,7 @@ phutil_register_library_map(array(
|
||||||
'HeraldPreCommitRefAdapter' => 'HeraldPreCommitAdapter',
|
'HeraldPreCommitRefAdapter' => 'HeraldPreCommitAdapter',
|
||||||
'HeraldRecursiveConditionsException' => 'Exception',
|
'HeraldRecursiveConditionsException' => 'Exception',
|
||||||
'HeraldRemarkupRule' => 'PhabricatorRemarkupRuleObject',
|
'HeraldRemarkupRule' => 'PhabricatorRemarkupRuleObject',
|
||||||
'HeraldRule' =>
|
'HeraldRule' => array(
|
||||||
array(
|
|
||||||
0 => 'HeraldDAO',
|
0 => 'HeraldDAO',
|
||||||
1 => 'PhabricatorFlaggableInterface',
|
1 => 'PhabricatorFlaggableInterface',
|
||||||
2 => 'PhabricatorPolicyInterface',
|
2 => 'PhabricatorPolicyInterface',
|
||||||
|
@ -3608,8 +3582,7 @@ phutil_register_library_map(array(
|
||||||
'HeraldRuleViewController' => 'HeraldController',
|
'HeraldRuleViewController' => 'HeraldController',
|
||||||
'HeraldTestConsoleController' => 'HeraldController',
|
'HeraldTestConsoleController' => 'HeraldController',
|
||||||
'HeraldTransactionQuery' => 'PhabricatorApplicationTransactionQuery',
|
'HeraldTransactionQuery' => 'PhabricatorApplicationTransactionQuery',
|
||||||
'HeraldTranscript' =>
|
'HeraldTranscript' => array(
|
||||||
array(
|
|
||||||
0 => 'HeraldDAO',
|
0 => 'HeraldDAO',
|
||||||
1 => 'PhabricatorPolicyInterface',
|
1 => 'PhabricatorPolicyInterface',
|
||||||
),
|
),
|
||||||
|
@ -3628,16 +3601,14 @@ phutil_register_library_map(array(
|
||||||
'LegalpadCapabilityDefaultView' => 'PhabricatorPolicyCapability',
|
'LegalpadCapabilityDefaultView' => 'PhabricatorPolicyCapability',
|
||||||
'LegalpadController' => 'PhabricatorController',
|
'LegalpadController' => 'PhabricatorController',
|
||||||
'LegalpadDAO' => 'PhabricatorLiskDAO',
|
'LegalpadDAO' => 'PhabricatorLiskDAO',
|
||||||
'LegalpadDocument' =>
|
'LegalpadDocument' => array(
|
||||||
array(
|
|
||||||
0 => 'LegalpadDAO',
|
0 => 'LegalpadDAO',
|
||||||
1 => 'PhabricatorPolicyInterface',
|
1 => 'PhabricatorPolicyInterface',
|
||||||
2 => 'PhabricatorSubscribableInterface',
|
2 => 'PhabricatorSubscribableInterface',
|
||||||
3 => 'PhabricatorApplicationTransactionInterface',
|
3 => 'PhabricatorApplicationTransactionInterface',
|
||||||
4 => 'PhabricatorDestructableInterface',
|
4 => 'PhabricatorDestructableInterface',
|
||||||
),
|
),
|
||||||
'LegalpadDocumentBody' =>
|
'LegalpadDocumentBody' => array(
|
||||||
array(
|
|
||||||
0 => 'LegalpadDAO',
|
0 => 'LegalpadDAO',
|
||||||
1 => 'PhabricatorMarkupInterface',
|
1 => 'PhabricatorMarkupInterface',
|
||||||
),
|
),
|
||||||
|
@ -3652,8 +3623,7 @@ phutil_register_library_map(array(
|
||||||
'LegalpadDocumentRemarkupRule' => 'PhabricatorRemarkupRuleObject',
|
'LegalpadDocumentRemarkupRule' => 'PhabricatorRemarkupRuleObject',
|
||||||
'LegalpadDocumentSearchEngine' => 'PhabricatorApplicationSearchEngine',
|
'LegalpadDocumentSearchEngine' => 'PhabricatorApplicationSearchEngine',
|
||||||
'LegalpadDocumentSignController' => 'LegalpadController',
|
'LegalpadDocumentSignController' => 'LegalpadController',
|
||||||
'LegalpadDocumentSignature' =>
|
'LegalpadDocumentSignature' => array(
|
||||||
array(
|
|
||||||
0 => 'LegalpadDAO',
|
0 => 'LegalpadDAO',
|
||||||
1 => 'PhabricatorPolicyInterface',
|
1 => 'PhabricatorPolicyInterface',
|
||||||
),
|
),
|
||||||
|
@ -3689,8 +3659,7 @@ phutil_register_library_map(array(
|
||||||
'ManiphestCapabilityEditPriority' => 'PhabricatorPolicyCapability',
|
'ManiphestCapabilityEditPriority' => 'PhabricatorPolicyCapability',
|
||||||
'ManiphestCapabilityEditProjects' => 'PhabricatorPolicyCapability',
|
'ManiphestCapabilityEditProjects' => 'PhabricatorPolicyCapability',
|
||||||
'ManiphestCapabilityEditStatus' => 'PhabricatorPolicyCapability',
|
'ManiphestCapabilityEditStatus' => 'PhabricatorPolicyCapability',
|
||||||
'ManiphestConfiguredCustomField' =>
|
'ManiphestConfiguredCustomField' => array(
|
||||||
array(
|
|
||||||
0 => 'ManiphestCustomField',
|
0 => 'ManiphestCustomField',
|
||||||
1 => 'PhabricatorStandardCustomFieldInterface',
|
1 => 'PhabricatorStandardCustomFieldInterface',
|
||||||
),
|
),
|
||||||
|
@ -3717,8 +3686,7 @@ phutil_register_library_map(array(
|
||||||
'ManiphestStatusConfigOptionType' => 'PhabricatorConfigJSONOptionType',
|
'ManiphestStatusConfigOptionType' => 'PhabricatorConfigJSONOptionType',
|
||||||
'ManiphestSubpriorityController' => 'ManiphestController',
|
'ManiphestSubpriorityController' => 'ManiphestController',
|
||||||
'ManiphestSubscribeController' => 'ManiphestController',
|
'ManiphestSubscribeController' => 'ManiphestController',
|
||||||
'ManiphestTask' =>
|
'ManiphestTask' => array(
|
||||||
array(
|
|
||||||
0 => 'ManiphestDAO',
|
0 => 'ManiphestDAO',
|
||||||
1 => 'PhabricatorMarkupInterface',
|
1 => 'PhabricatorMarkupInterface',
|
||||||
2 => 'PhabricatorPolicyInterface',
|
2 => 'PhabricatorPolicyInterface',
|
||||||
|
@ -3760,8 +3728,7 @@ phutil_register_library_map(array(
|
||||||
'NuanceCapabilitySourceManage' => 'PhabricatorPolicyCapability',
|
'NuanceCapabilitySourceManage' => 'PhabricatorPolicyCapability',
|
||||||
'NuanceController' => 'PhabricatorController',
|
'NuanceController' => 'PhabricatorController',
|
||||||
'NuanceDAO' => 'PhabricatorLiskDAO',
|
'NuanceDAO' => 'PhabricatorLiskDAO',
|
||||||
'NuanceItem' =>
|
'NuanceItem' => array(
|
||||||
array(
|
|
||||||
0 => 'NuanceDAO',
|
0 => 'NuanceDAO',
|
||||||
1 => 'PhabricatorPolicyInterface',
|
1 => 'PhabricatorPolicyInterface',
|
||||||
),
|
),
|
||||||
|
@ -3778,8 +3745,7 @@ phutil_register_library_map(array(
|
||||||
'NuancePHIDTypeSource' => 'PhabricatorPHIDType',
|
'NuancePHIDTypeSource' => 'PhabricatorPHIDType',
|
||||||
'NuancePhabricatorFormSourceDefinition' => 'NuanceSourceDefinition',
|
'NuancePhabricatorFormSourceDefinition' => 'NuanceSourceDefinition',
|
||||||
'NuanceQuery' => 'PhabricatorCursorPagedPolicyAwareQuery',
|
'NuanceQuery' => 'PhabricatorCursorPagedPolicyAwareQuery',
|
||||||
'NuanceQueue' =>
|
'NuanceQueue' => array(
|
||||||
array(
|
|
||||||
0 => 'NuanceDAO',
|
0 => 'NuanceDAO',
|
||||||
1 => 'PhabricatorPolicyInterface',
|
1 => 'PhabricatorPolicyInterface',
|
||||||
),
|
),
|
||||||
|
@ -3800,8 +3766,7 @@ phutil_register_library_map(array(
|
||||||
'NuanceRequestorTransactionComment' => 'PhabricatorApplicationTransactionComment',
|
'NuanceRequestorTransactionComment' => 'PhabricatorApplicationTransactionComment',
|
||||||
'NuanceRequestorTransactionQuery' => 'PhabricatorApplicationTransactionQuery',
|
'NuanceRequestorTransactionQuery' => 'PhabricatorApplicationTransactionQuery',
|
||||||
'NuanceRequestorViewController' => 'NuanceController',
|
'NuanceRequestorViewController' => 'NuanceController',
|
||||||
'NuanceSource' =>
|
'NuanceSource' => array(
|
||||||
array(
|
|
||||||
0 => 'NuanceDAO',
|
0 => 'NuanceDAO',
|
||||||
1 => 'PhabricatorPolicyInterface',
|
1 => 'PhabricatorPolicyInterface',
|
||||||
),
|
),
|
||||||
|
@ -3876,8 +3841,7 @@ phutil_register_library_map(array(
|
||||||
'PackageModifyMail' => 'PackageMail',
|
'PackageModifyMail' => 'PackageMail',
|
||||||
'PassphraseAbstractKey' => 'Phobject',
|
'PassphraseAbstractKey' => 'Phobject',
|
||||||
'PassphraseController' => 'PhabricatorController',
|
'PassphraseController' => 'PhabricatorController',
|
||||||
'PassphraseCredential' =>
|
'PassphraseCredential' => array(
|
||||||
array(
|
|
||||||
0 => 'PassphraseDAO',
|
0 => 'PassphraseDAO',
|
||||||
1 => 'PhabricatorPolicyInterface',
|
1 => 'PhabricatorPolicyInterface',
|
||||||
),
|
),
|
||||||
|
@ -3999,14 +3963,12 @@ phutil_register_library_map(array(
|
||||||
'PhabricatorApplicationSystem' => 'PhabricatorApplication',
|
'PhabricatorApplicationSystem' => 'PhabricatorApplication',
|
||||||
'PhabricatorApplicationTest' => 'PhabricatorApplication',
|
'PhabricatorApplicationTest' => 'PhabricatorApplication',
|
||||||
'PhabricatorApplicationTokens' => 'PhabricatorApplication',
|
'PhabricatorApplicationTokens' => 'PhabricatorApplication',
|
||||||
'PhabricatorApplicationTransaction' =>
|
'PhabricatorApplicationTransaction' => array(
|
||||||
array(
|
|
||||||
0 => 'PhabricatorLiskDAO',
|
0 => 'PhabricatorLiskDAO',
|
||||||
1 => 'PhabricatorPolicyInterface',
|
1 => 'PhabricatorPolicyInterface',
|
||||||
2 => 'PhabricatorDestructableInterface',
|
2 => 'PhabricatorDestructableInterface',
|
||||||
),
|
),
|
||||||
'PhabricatorApplicationTransactionComment' =>
|
'PhabricatorApplicationTransactionComment' => array(
|
||||||
array(
|
|
||||||
0 => 'PhabricatorLiskDAO',
|
0 => 'PhabricatorLiskDAO',
|
||||||
1 => 'PhabricatorMarkupInterface',
|
1 => 'PhabricatorMarkupInterface',
|
||||||
2 => 'PhabricatorPolicyInterface',
|
2 => 'PhabricatorPolicyInterface',
|
||||||
|
@ -4043,16 +4005,14 @@ phutil_register_library_map(array(
|
||||||
'PhabricatorApplicationsListController' => 'PhabricatorApplicationsController',
|
'PhabricatorApplicationsListController' => 'PhabricatorApplicationsController',
|
||||||
'PhabricatorAsanaConfigOptions' => 'PhabricatorApplicationConfigOptions',
|
'PhabricatorAsanaConfigOptions' => 'PhabricatorApplicationConfigOptions',
|
||||||
'PhabricatorAuditAddCommentController' => 'PhabricatorAuditController',
|
'PhabricatorAuditAddCommentController' => 'PhabricatorAuditController',
|
||||||
'PhabricatorAuditComment' =>
|
'PhabricatorAuditComment' => array(
|
||||||
array(
|
|
||||||
0 => 'PhabricatorAuditDAO',
|
0 => 'PhabricatorAuditDAO',
|
||||||
1 => 'PhabricatorMarkupInterface',
|
1 => 'PhabricatorMarkupInterface',
|
||||||
),
|
),
|
||||||
'PhabricatorAuditCommentEditor' => 'PhabricatorEditor',
|
'PhabricatorAuditCommentEditor' => 'PhabricatorEditor',
|
||||||
'PhabricatorAuditController' => 'PhabricatorController',
|
'PhabricatorAuditController' => 'PhabricatorController',
|
||||||
'PhabricatorAuditDAO' => 'PhabricatorLiskDAO',
|
'PhabricatorAuditDAO' => 'PhabricatorLiskDAO',
|
||||||
'PhabricatorAuditInlineComment' =>
|
'PhabricatorAuditInlineComment' => array(
|
||||||
array(
|
|
||||||
0 => 'PhabricatorAuditDAO',
|
0 => 'PhabricatorAuditDAO',
|
||||||
1 => 'PhabricatorInlineCommentInterface',
|
1 => 'PhabricatorInlineCommentInterface',
|
||||||
),
|
),
|
||||||
|
@ -4091,8 +4051,7 @@ phutil_register_library_map(array(
|
||||||
'PhabricatorAuthOldOAuthRedirectController' => 'PhabricatorAuthController',
|
'PhabricatorAuthOldOAuthRedirectController' => 'PhabricatorAuthController',
|
||||||
'PhabricatorAuthOneTimeLoginController' => 'PhabricatorAuthController',
|
'PhabricatorAuthOneTimeLoginController' => 'PhabricatorAuthController',
|
||||||
'PhabricatorAuthPHIDTypeAuthFactor' => 'PhabricatorPHIDType',
|
'PhabricatorAuthPHIDTypeAuthFactor' => 'PhabricatorPHIDType',
|
||||||
'PhabricatorAuthProviderConfig' =>
|
'PhabricatorAuthProviderConfig' => array(
|
||||||
array(
|
|
||||||
0 => 'PhabricatorAuthDAO',
|
0 => 'PhabricatorAuthDAO',
|
||||||
1 => 'PhabricatorPolicyInterface',
|
1 => 'PhabricatorPolicyInterface',
|
||||||
),
|
),
|
||||||
|
@ -4119,8 +4078,7 @@ phutil_register_library_map(array(
|
||||||
'PhabricatorAuthProviderPassword' => 'PhabricatorAuthProvider',
|
'PhabricatorAuthProviderPassword' => 'PhabricatorAuthProvider',
|
||||||
'PhabricatorAuthProviderPersona' => 'PhabricatorAuthProvider',
|
'PhabricatorAuthProviderPersona' => 'PhabricatorAuthProvider',
|
||||||
'PhabricatorAuthRegisterController' => 'PhabricatorAuthController',
|
'PhabricatorAuthRegisterController' => 'PhabricatorAuthController',
|
||||||
'PhabricatorAuthSession' =>
|
'PhabricatorAuthSession' => array(
|
||||||
array(
|
|
||||||
0 => 'PhabricatorAuthDAO',
|
0 => 'PhabricatorAuthDAO',
|
||||||
1 => 'PhabricatorPolicyInterface',
|
1 => 'PhabricatorPolicyInterface',
|
||||||
),
|
),
|
||||||
|
@ -4128,8 +4086,7 @@ phutil_register_library_map(array(
|
||||||
'PhabricatorAuthSessionGarbageCollector' => 'PhabricatorGarbageCollector',
|
'PhabricatorAuthSessionGarbageCollector' => 'PhabricatorGarbageCollector',
|
||||||
'PhabricatorAuthSessionQuery' => 'PhabricatorCursorPagedPolicyAwareQuery',
|
'PhabricatorAuthSessionQuery' => 'PhabricatorCursorPagedPolicyAwareQuery',
|
||||||
'PhabricatorAuthStartController' => 'PhabricatorAuthController',
|
'PhabricatorAuthStartController' => 'PhabricatorAuthController',
|
||||||
'PhabricatorAuthTemporaryToken' =>
|
'PhabricatorAuthTemporaryToken' => array(
|
||||||
array(
|
|
||||||
0 => 'PhabricatorAuthDAO',
|
0 => 'PhabricatorAuthDAO',
|
||||||
1 => 'PhabricatorPolicyInterface',
|
1 => 'PhabricatorPolicyInterface',
|
||||||
),
|
),
|
||||||
|
@ -4168,8 +4125,7 @@ phutil_register_library_map(array(
|
||||||
'PhabricatorCalendarBrowseController' => 'PhabricatorCalendarController',
|
'PhabricatorCalendarBrowseController' => 'PhabricatorCalendarController',
|
||||||
'PhabricatorCalendarController' => 'PhabricatorController',
|
'PhabricatorCalendarController' => 'PhabricatorController',
|
||||||
'PhabricatorCalendarDAO' => 'PhabricatorLiskDAO',
|
'PhabricatorCalendarDAO' => 'PhabricatorLiskDAO',
|
||||||
'PhabricatorCalendarEvent' =>
|
'PhabricatorCalendarEvent' => array(
|
||||||
array(
|
|
||||||
0 => 'PhabricatorCalendarDAO',
|
0 => 'PhabricatorCalendarDAO',
|
||||||
1 => 'PhabricatorPolicyInterface',
|
1 => 'PhabricatorPolicyInterface',
|
||||||
),
|
),
|
||||||
|
@ -4187,8 +4143,7 @@ phutil_register_library_map(array(
|
||||||
'PhabricatorCampfireProtocolAdapter' => 'PhabricatorBotBaseStreamingProtocolAdapter',
|
'PhabricatorCampfireProtocolAdapter' => 'PhabricatorBotBaseStreamingProtocolAdapter',
|
||||||
'PhabricatorChangeParserTestCase' => 'PhabricatorWorkingCopyTestCase',
|
'PhabricatorChangeParserTestCase' => 'PhabricatorWorkingCopyTestCase',
|
||||||
'PhabricatorChangesetResponse' => 'AphrontProxyResponse',
|
'PhabricatorChangesetResponse' => 'AphrontProxyResponse',
|
||||||
'PhabricatorChatLogChannel' =>
|
'PhabricatorChatLogChannel' => array(
|
||||||
array(
|
|
||||||
0 => 'PhabricatorChatLogDAO',
|
0 => 'PhabricatorChatLogDAO',
|
||||||
1 => 'PhabricatorPolicyInterface',
|
1 => 'PhabricatorPolicyInterface',
|
||||||
),
|
),
|
||||||
|
@ -4197,8 +4152,7 @@ phutil_register_library_map(array(
|
||||||
'PhabricatorChatLogChannelQuery' => 'PhabricatorCursorPagedPolicyAwareQuery',
|
'PhabricatorChatLogChannelQuery' => 'PhabricatorCursorPagedPolicyAwareQuery',
|
||||||
'PhabricatorChatLogController' => 'PhabricatorController',
|
'PhabricatorChatLogController' => 'PhabricatorController',
|
||||||
'PhabricatorChatLogDAO' => 'PhabricatorLiskDAO',
|
'PhabricatorChatLogDAO' => 'PhabricatorLiskDAO',
|
||||||
'PhabricatorChatLogEvent' =>
|
'PhabricatorChatLogEvent' => array(
|
||||||
array(
|
|
||||||
0 => 'PhabricatorChatLogDAO',
|
0 => 'PhabricatorChatLogDAO',
|
||||||
1 => 'PhabricatorPolicyInterface',
|
1 => 'PhabricatorPolicyInterface',
|
||||||
),
|
),
|
||||||
|
@ -4219,8 +4173,7 @@ phutil_register_library_map(array(
|
||||||
'PhabricatorConduitListController' => 'PhabricatorConduitController',
|
'PhabricatorConduitListController' => 'PhabricatorConduitController',
|
||||||
'PhabricatorConduitLogController' => 'PhabricatorConduitController',
|
'PhabricatorConduitLogController' => 'PhabricatorConduitController',
|
||||||
'PhabricatorConduitLogQuery' => 'PhabricatorCursorPagedPolicyAwareQuery',
|
'PhabricatorConduitLogQuery' => 'PhabricatorCursorPagedPolicyAwareQuery',
|
||||||
'PhabricatorConduitMethodCallLog' =>
|
'PhabricatorConduitMethodCallLog' => array(
|
||||||
array(
|
|
||||||
0 => 'PhabricatorConduitDAO',
|
0 => 'PhabricatorConduitDAO',
|
||||||
1 => 'PhabricatorPolicyInterface',
|
1 => 'PhabricatorPolicyInterface',
|
||||||
),
|
),
|
||||||
|
@ -4234,8 +4187,7 @@ phutil_register_library_map(array(
|
||||||
'PhabricatorConfigDictionarySource' => 'PhabricatorConfigSource',
|
'PhabricatorConfigDictionarySource' => 'PhabricatorConfigSource',
|
||||||
'PhabricatorConfigEditController' => 'PhabricatorConfigController',
|
'PhabricatorConfigEditController' => 'PhabricatorConfigController',
|
||||||
'PhabricatorConfigEditor' => 'PhabricatorApplicationTransactionEditor',
|
'PhabricatorConfigEditor' => 'PhabricatorApplicationTransactionEditor',
|
||||||
'PhabricatorConfigEntry' =>
|
'PhabricatorConfigEntry' => array(
|
||||||
array(
|
|
||||||
0 => 'PhabricatorConfigEntryDAO',
|
0 => 'PhabricatorConfigEntryDAO',
|
||||||
1 => 'PhabricatorPolicyInterface',
|
1 => 'PhabricatorPolicyInterface',
|
||||||
),
|
),
|
||||||
|
@ -4254,8 +4206,7 @@ phutil_register_library_map(array(
|
||||||
'PhabricatorConfigManagementListWorkflow' => 'PhabricatorConfigManagementWorkflow',
|
'PhabricatorConfigManagementListWorkflow' => 'PhabricatorConfigManagementWorkflow',
|
||||||
'PhabricatorConfigManagementSetWorkflow' => 'PhabricatorConfigManagementWorkflow',
|
'PhabricatorConfigManagementSetWorkflow' => 'PhabricatorConfigManagementWorkflow',
|
||||||
'PhabricatorConfigManagementWorkflow' => 'PhabricatorManagementWorkflow',
|
'PhabricatorConfigManagementWorkflow' => 'PhabricatorManagementWorkflow',
|
||||||
'PhabricatorConfigOption' =>
|
'PhabricatorConfigOption' => array(
|
||||||
array(
|
|
||||||
0 => 'Phobject',
|
0 => 'Phobject',
|
||||||
1 => 'PhabricatorMarkupInterface',
|
1 => 'PhabricatorMarkupInterface',
|
||||||
),
|
),
|
||||||
|
@ -4272,8 +4223,7 @@ phutil_register_library_map(array(
|
||||||
'PhabricatorController' => 'AphrontController',
|
'PhabricatorController' => 'AphrontController',
|
||||||
'PhabricatorCookies' => 'Phobject',
|
'PhabricatorCookies' => 'Phobject',
|
||||||
'PhabricatorCoreConfigOptions' => 'PhabricatorApplicationConfigOptions',
|
'PhabricatorCoreConfigOptions' => 'PhabricatorApplicationConfigOptions',
|
||||||
'PhabricatorCountdown' =>
|
'PhabricatorCountdown' => array(
|
||||||
array(
|
|
||||||
0 => 'PhabricatorCountdownDAO',
|
0 => 'PhabricatorCountdownDAO',
|
||||||
1 => 'PhabricatorPolicyInterface',
|
1 => 'PhabricatorPolicyInterface',
|
||||||
),
|
),
|
||||||
|
@ -4309,8 +4259,7 @@ phutil_register_library_map(array(
|
||||||
'PhabricatorDaemonController' => 'PhabricatorController',
|
'PhabricatorDaemonController' => 'PhabricatorController',
|
||||||
'PhabricatorDaemonDAO' => 'PhabricatorLiskDAO',
|
'PhabricatorDaemonDAO' => 'PhabricatorLiskDAO',
|
||||||
'PhabricatorDaemonEventListener' => 'PhabricatorEventListener',
|
'PhabricatorDaemonEventListener' => 'PhabricatorEventListener',
|
||||||
'PhabricatorDaemonLog' =>
|
'PhabricatorDaemonLog' => array(
|
||||||
array(
|
|
||||||
0 => 'PhabricatorDaemonDAO',
|
0 => 'PhabricatorDaemonDAO',
|
||||||
1 => 'PhabricatorPolicyInterface',
|
1 => 'PhabricatorPolicyInterface',
|
||||||
),
|
),
|
||||||
|
@ -4333,8 +4282,7 @@ phutil_register_library_map(array(
|
||||||
'PhabricatorDaemonManagementStopWorkflow' => 'PhabricatorDaemonManagementWorkflow',
|
'PhabricatorDaemonManagementStopWorkflow' => 'PhabricatorDaemonManagementWorkflow',
|
||||||
'PhabricatorDaemonManagementWorkflow' => 'PhabricatorManagementWorkflow',
|
'PhabricatorDaemonManagementWorkflow' => 'PhabricatorManagementWorkflow',
|
||||||
'PhabricatorDaemonTaskGarbageCollector' => 'PhabricatorGarbageCollector',
|
'PhabricatorDaemonTaskGarbageCollector' => 'PhabricatorGarbageCollector',
|
||||||
'PhabricatorDashboard' =>
|
'PhabricatorDashboard' => array(
|
||||||
array(
|
|
||||||
0 => 'PhabricatorDashboardDAO',
|
0 => 'PhabricatorDashboardDAO',
|
||||||
1 => 'PhabricatorPolicyInterface',
|
1 => 'PhabricatorPolicyInterface',
|
||||||
),
|
),
|
||||||
|
@ -4351,15 +4299,13 @@ phutil_register_library_map(array(
|
||||||
'PhabricatorDashboardMovePanelController' => 'PhabricatorDashboardController',
|
'PhabricatorDashboardMovePanelController' => 'PhabricatorDashboardController',
|
||||||
'PhabricatorDashboardPHIDTypeDashboard' => 'PhabricatorPHIDType',
|
'PhabricatorDashboardPHIDTypeDashboard' => 'PhabricatorPHIDType',
|
||||||
'PhabricatorDashboardPHIDTypePanel' => 'PhabricatorPHIDType',
|
'PhabricatorDashboardPHIDTypePanel' => 'PhabricatorPHIDType',
|
||||||
'PhabricatorDashboardPanel' =>
|
'PhabricatorDashboardPanel' => array(
|
||||||
array(
|
|
||||||
0 => 'PhabricatorDashboardDAO',
|
0 => 'PhabricatorDashboardDAO',
|
||||||
1 => 'PhabricatorPolicyInterface',
|
1 => 'PhabricatorPolicyInterface',
|
||||||
2 => 'PhabricatorCustomFieldInterface',
|
2 => 'PhabricatorCustomFieldInterface',
|
||||||
),
|
),
|
||||||
'PhabricatorDashboardPanelArchiveController' => 'PhabricatorDashboardController',
|
'PhabricatorDashboardPanelArchiveController' => 'PhabricatorDashboardController',
|
||||||
'PhabricatorDashboardPanelCoreCustomField' =>
|
'PhabricatorDashboardPanelCoreCustomField' => array(
|
||||||
array(
|
|
||||||
0 => 'PhabricatorDashboardPanelCustomField',
|
0 => 'PhabricatorDashboardPanelCustomField',
|
||||||
1 => 'PhabricatorStandardCustomFieldInterface',
|
1 => 'PhabricatorStandardCustomFieldInterface',
|
||||||
),
|
),
|
||||||
|
@ -4422,8 +4368,7 @@ phutil_register_library_map(array(
|
||||||
'PhabricatorEventType' => 'PhutilEventType',
|
'PhabricatorEventType' => 'PhutilEventType',
|
||||||
'PhabricatorExampleEventListener' => 'PhabricatorEventListener',
|
'PhabricatorExampleEventListener' => 'PhabricatorEventListener',
|
||||||
'PhabricatorExtendingPhabricatorConfigOptions' => 'PhabricatorApplicationConfigOptions',
|
'PhabricatorExtendingPhabricatorConfigOptions' => 'PhabricatorApplicationConfigOptions',
|
||||||
'PhabricatorExternalAccount' =>
|
'PhabricatorExternalAccount' => array(
|
||||||
array(
|
|
||||||
0 => 'PhabricatorUserDAO',
|
0 => 'PhabricatorUserDAO',
|
||||||
1 => 'PhabricatorPolicyInterface',
|
1 => 'PhabricatorPolicyInterface',
|
||||||
),
|
),
|
||||||
|
@ -4469,8 +4414,7 @@ phutil_register_library_map(array(
|
||||||
'PhabricatorFeedStoryReference' => 'PhabricatorFeedDAO',
|
'PhabricatorFeedStoryReference' => 'PhabricatorFeedDAO',
|
||||||
'PhabricatorFeedStoryStatus' => 'PhabricatorFeedStory',
|
'PhabricatorFeedStoryStatus' => 'PhabricatorFeedStory',
|
||||||
'PhabricatorFeedStoryTypeConstants' => 'PhabricatorFeedConstants',
|
'PhabricatorFeedStoryTypeConstants' => 'PhabricatorFeedConstants',
|
||||||
'PhabricatorFile' =>
|
'PhabricatorFile' => array(
|
||||||
array(
|
|
||||||
0 => 'PhabricatorFileDAO',
|
0 => 'PhabricatorFileDAO',
|
||||||
1 => 'PhabricatorTokenReceiverInterface',
|
1 => 'PhabricatorTokenReceiverInterface',
|
||||||
2 => 'PhabricatorSubscribableInterface',
|
2 => 'PhabricatorSubscribableInterface',
|
||||||
|
@ -4485,8 +4429,7 @@ phutil_register_library_map(array(
|
||||||
'PhabricatorFileDeleteController' => 'PhabricatorFileController',
|
'PhabricatorFileDeleteController' => 'PhabricatorFileController',
|
||||||
'PhabricatorFileDropUploadController' => 'PhabricatorFileController',
|
'PhabricatorFileDropUploadController' => 'PhabricatorFileController',
|
||||||
'PhabricatorFileEditor' => 'PhabricatorApplicationTransactionEditor',
|
'PhabricatorFileEditor' => 'PhabricatorApplicationTransactionEditor',
|
||||||
'PhabricatorFileImageMacro' =>
|
'PhabricatorFileImageMacro' => array(
|
||||||
array(
|
|
||||||
0 => 'PhabricatorFileDAO',
|
0 => 'PhabricatorFileDAO',
|
||||||
1 => 'PhabricatorSubscribableInterface',
|
1 => 'PhabricatorSubscribableInterface',
|
||||||
2 => 'PhabricatorApplicationTransactionInterface',
|
2 => 'PhabricatorApplicationTransactionInterface',
|
||||||
|
@ -4519,8 +4462,7 @@ phutil_register_library_map(array(
|
||||||
'PhabricatorFilesManagementPurgeWorkflow' => 'PhabricatorFilesManagementWorkflow',
|
'PhabricatorFilesManagementPurgeWorkflow' => 'PhabricatorFilesManagementWorkflow',
|
||||||
'PhabricatorFilesManagementRebuildWorkflow' => 'PhabricatorFilesManagementWorkflow',
|
'PhabricatorFilesManagementRebuildWorkflow' => 'PhabricatorFilesManagementWorkflow',
|
||||||
'PhabricatorFilesManagementWorkflow' => 'PhabricatorManagementWorkflow',
|
'PhabricatorFilesManagementWorkflow' => 'PhabricatorManagementWorkflow',
|
||||||
'PhabricatorFlag' =>
|
'PhabricatorFlag' => array(
|
||||||
array(
|
|
||||||
0 => 'PhabricatorFlagDAO',
|
0 => 'PhabricatorFlagDAO',
|
||||||
1 => 'PhabricatorPolicyInterface',
|
1 => 'PhabricatorPolicyInterface',
|
||||||
),
|
),
|
||||||
|
@ -4640,8 +4582,7 @@ phutil_register_library_map(array(
|
||||||
'PhabricatorMetaMTAMailBodyTestCase' => 'PhabricatorTestCase',
|
'PhabricatorMetaMTAMailBodyTestCase' => 'PhabricatorTestCase',
|
||||||
'PhabricatorMetaMTAMailTestCase' => 'PhabricatorTestCase',
|
'PhabricatorMetaMTAMailTestCase' => 'PhabricatorTestCase',
|
||||||
'PhabricatorMetaMTAMailgunReceiveController' => 'PhabricatorMetaMTAController',
|
'PhabricatorMetaMTAMailgunReceiveController' => 'PhabricatorMetaMTAController',
|
||||||
'PhabricatorMetaMTAMailingList' =>
|
'PhabricatorMetaMTAMailingList' => array(
|
||||||
array(
|
|
||||||
0 => 'PhabricatorMetaMTADAO',
|
0 => 'PhabricatorMetaMTADAO',
|
||||||
1 => 'PhabricatorPolicyInterface',
|
1 => 'PhabricatorPolicyInterface',
|
||||||
),
|
),
|
||||||
|
@ -4656,8 +4597,7 @@ phutil_register_library_map(array(
|
||||||
'PhabricatorMustVerifyEmailController' => 'PhabricatorAuthController',
|
'PhabricatorMustVerifyEmailController' => 'PhabricatorAuthController',
|
||||||
'PhabricatorMySQLConfigOptions' => 'PhabricatorApplicationConfigOptions',
|
'PhabricatorMySQLConfigOptions' => 'PhabricatorApplicationConfigOptions',
|
||||||
'PhabricatorMySQLFileStorageEngine' => 'PhabricatorFileStorageEngine',
|
'PhabricatorMySQLFileStorageEngine' => 'PhabricatorFileStorageEngine',
|
||||||
'PhabricatorNamedQuery' =>
|
'PhabricatorNamedQuery' => array(
|
||||||
array(
|
|
||||||
0 => 'PhabricatorSearchDAO',
|
0 => 'PhabricatorSearchDAO',
|
||||||
1 => 'PhabricatorPolicyInterface',
|
1 => 'PhabricatorPolicyInterface',
|
||||||
),
|
),
|
||||||
|
@ -4673,8 +4613,7 @@ phutil_register_library_map(array(
|
||||||
'PhabricatorNotificationStatusController' => 'PhabricatorNotificationController',
|
'PhabricatorNotificationStatusController' => 'PhabricatorNotificationController',
|
||||||
'PhabricatorNotificationStatusView' => 'AphrontTagView',
|
'PhabricatorNotificationStatusView' => 'AphrontTagView',
|
||||||
'PhabricatorNotificationTestController' => 'PhabricatorNotificationController',
|
'PhabricatorNotificationTestController' => 'PhabricatorNotificationController',
|
||||||
'PhabricatorOAuthClientAuthorization' =>
|
'PhabricatorOAuthClientAuthorization' => array(
|
||||||
array(
|
|
||||||
0 => 'PhabricatorOAuthServerDAO',
|
0 => 'PhabricatorOAuthServerDAO',
|
||||||
1 => 'PhabricatorPolicyInterface',
|
1 => 'PhabricatorPolicyInterface',
|
||||||
),
|
),
|
||||||
|
@ -4690,8 +4629,7 @@ phutil_register_library_map(array(
|
||||||
'PhabricatorOAuthServerAuthorizationCode' => 'PhabricatorOAuthServerDAO',
|
'PhabricatorOAuthServerAuthorizationCode' => 'PhabricatorOAuthServerDAO',
|
||||||
'PhabricatorOAuthServerAuthorizationsSettingsPanel' => 'PhabricatorSettingsPanel',
|
'PhabricatorOAuthServerAuthorizationsSettingsPanel' => 'PhabricatorSettingsPanel',
|
||||||
'PhabricatorOAuthServerCapabilityCreateClients' => 'PhabricatorPolicyCapability',
|
'PhabricatorOAuthServerCapabilityCreateClients' => 'PhabricatorPolicyCapability',
|
||||||
'PhabricatorOAuthServerClient' =>
|
'PhabricatorOAuthServerClient' => array(
|
||||||
array(
|
|
||||||
0 => 'PhabricatorOAuthServerDAO',
|
0 => 'PhabricatorOAuthServerDAO',
|
||||||
1 => 'PhabricatorPolicyInterface',
|
1 => 'PhabricatorPolicyInterface',
|
||||||
),
|
),
|
||||||
|
@ -4720,8 +4658,7 @@ phutil_register_library_map(array(
|
||||||
'PhabricatorOwnersListController' => 'PhabricatorOwnersController',
|
'PhabricatorOwnersListController' => 'PhabricatorOwnersController',
|
||||||
'PhabricatorOwnersOwner' => 'PhabricatorOwnersDAO',
|
'PhabricatorOwnersOwner' => 'PhabricatorOwnersDAO',
|
||||||
'PhabricatorOwnersPHIDTypePackage' => 'PhabricatorPHIDType',
|
'PhabricatorOwnersPHIDTypePackage' => 'PhabricatorPHIDType',
|
||||||
'PhabricatorOwnersPackage' =>
|
'PhabricatorOwnersPackage' => array(
|
||||||
array(
|
|
||||||
0 => 'PhabricatorOwnersDAO',
|
0 => 'PhabricatorOwnersDAO',
|
||||||
1 => 'PhabricatorPolicyInterface',
|
1 => 'PhabricatorPolicyInterface',
|
||||||
),
|
),
|
||||||
|
@ -4735,8 +4672,7 @@ phutil_register_library_map(array(
|
||||||
'PhabricatorPasswordHasher' => 'Phobject',
|
'PhabricatorPasswordHasher' => 'Phobject',
|
||||||
'PhabricatorPasswordHasherTestCase' => 'PhabricatorTestCase',
|
'PhabricatorPasswordHasherTestCase' => 'PhabricatorTestCase',
|
||||||
'PhabricatorPasswordHasherUnavailableException' => 'Exception',
|
'PhabricatorPasswordHasherUnavailableException' => 'Exception',
|
||||||
'PhabricatorPaste' =>
|
'PhabricatorPaste' => array(
|
||||||
array(
|
|
||||||
0 => 'PhabricatorPasteDAO',
|
0 => 'PhabricatorPasteDAO',
|
||||||
1 => 'PhabricatorSubscribableInterface',
|
1 => 'PhabricatorSubscribableInterface',
|
||||||
2 => 'PhabricatorTokenReceiverInterface',
|
2 => 'PhabricatorTokenReceiverInterface',
|
||||||
|
@ -4793,8 +4729,7 @@ phutil_register_library_map(array(
|
||||||
'PhabricatorPhrequentConfigOptions' => 'PhabricatorApplicationConfigOptions',
|
'PhabricatorPhrequentConfigOptions' => 'PhabricatorApplicationConfigOptions',
|
||||||
'PhabricatorPhrictionConfigOptions' => 'PhabricatorApplicationConfigOptions',
|
'PhabricatorPhrictionConfigOptions' => 'PhabricatorApplicationConfigOptions',
|
||||||
'PhabricatorPolicies' => 'PhabricatorPolicyConstants',
|
'PhabricatorPolicies' => 'PhabricatorPolicyConstants',
|
||||||
'PhabricatorPolicy' =>
|
'PhabricatorPolicy' => array(
|
||||||
array(
|
|
||||||
0 => 'PhabricatorPolicyDAO',
|
0 => 'PhabricatorPolicyDAO',
|
||||||
1 => 'PhabricatorPolicyInterface',
|
1 => 'PhabricatorPolicyInterface',
|
||||||
),
|
),
|
||||||
|
@ -4825,8 +4760,7 @@ phutil_register_library_map(array(
|
||||||
'PhabricatorPolicyTestCase' => 'PhabricatorTestCase',
|
'PhabricatorPolicyTestCase' => 'PhabricatorTestCase',
|
||||||
'PhabricatorPolicyTestObject' => 'PhabricatorPolicyInterface',
|
'PhabricatorPolicyTestObject' => 'PhabricatorPolicyInterface',
|
||||||
'PhabricatorPolicyType' => 'PhabricatorPolicyConstants',
|
'PhabricatorPolicyType' => 'PhabricatorPolicyConstants',
|
||||||
'PhabricatorProject' =>
|
'PhabricatorProject' => array(
|
||||||
array(
|
|
||||||
0 => 'PhabricatorProjectDAO',
|
0 => 'PhabricatorProjectDAO',
|
||||||
1 => 'PhabricatorFlaggableInterface',
|
1 => 'PhabricatorFlaggableInterface',
|
||||||
2 => 'PhabricatorPolicyInterface',
|
2 => 'PhabricatorPolicyInterface',
|
||||||
|
@ -4840,8 +4774,7 @@ phutil_register_library_map(array(
|
||||||
'PhabricatorProjectBoardEditController' => 'PhabricatorProjectBoardController',
|
'PhabricatorProjectBoardEditController' => 'PhabricatorProjectBoardController',
|
||||||
'PhabricatorProjectBoardReorderController' => 'PhabricatorProjectBoardController',
|
'PhabricatorProjectBoardReorderController' => 'PhabricatorProjectBoardController',
|
||||||
'PhabricatorProjectBoardViewController' => 'PhabricatorProjectBoardController',
|
'PhabricatorProjectBoardViewController' => 'PhabricatorProjectBoardController',
|
||||||
'PhabricatorProjectColumn' =>
|
'PhabricatorProjectColumn' => array(
|
||||||
array(
|
|
||||||
0 => 'PhabricatorProjectDAO',
|
0 => 'PhabricatorProjectDAO',
|
||||||
1 => 'PhabricatorPolicyInterface',
|
1 => 'PhabricatorPolicyInterface',
|
||||||
2 => 'PhabricatorDestructableInterface',
|
2 => 'PhabricatorDestructableInterface',
|
||||||
|
@ -4852,8 +4785,7 @@ phutil_register_library_map(array(
|
||||||
'PhabricatorProjectColumnTransactionEditor' => 'PhabricatorApplicationTransactionEditor',
|
'PhabricatorProjectColumnTransactionEditor' => 'PhabricatorApplicationTransactionEditor',
|
||||||
'PhabricatorProjectColumnTransactionQuery' => 'PhabricatorApplicationTransactionQuery',
|
'PhabricatorProjectColumnTransactionQuery' => 'PhabricatorApplicationTransactionQuery',
|
||||||
'PhabricatorProjectConfigOptions' => 'PhabricatorApplicationConfigOptions',
|
'PhabricatorProjectConfigOptions' => 'PhabricatorApplicationConfigOptions',
|
||||||
'PhabricatorProjectConfiguredCustomField' =>
|
'PhabricatorProjectConfiguredCustomField' => array(
|
||||||
array(
|
|
||||||
0 => 'PhabricatorProjectStandardCustomField',
|
0 => 'PhabricatorProjectStandardCustomField',
|
||||||
1 => 'PhabricatorStandardCustomFieldInterface',
|
1 => 'PhabricatorStandardCustomFieldInterface',
|
||||||
),
|
),
|
||||||
|
@ -4884,8 +4816,7 @@ phutil_register_library_map(array(
|
||||||
'PhabricatorProjectSearchEngine' => 'PhabricatorApplicationSearchEngine',
|
'PhabricatorProjectSearchEngine' => 'PhabricatorApplicationSearchEngine',
|
||||||
'PhabricatorProjectSearchIndexer' => 'PhabricatorSearchDocumentIndexer',
|
'PhabricatorProjectSearchIndexer' => 'PhabricatorSearchDocumentIndexer',
|
||||||
'PhabricatorProjectSlug' => 'PhabricatorProjectDAO',
|
'PhabricatorProjectSlug' => 'PhabricatorProjectDAO',
|
||||||
'PhabricatorProjectStandardCustomField' =>
|
'PhabricatorProjectStandardCustomField' => array(
|
||||||
array(
|
|
||||||
0 => 'PhabricatorProjectCustomField',
|
0 => 'PhabricatorProjectCustomField',
|
||||||
1 => 'PhabricatorStandardCustomFieldInterface',
|
1 => 'PhabricatorStandardCustomFieldInterface',
|
||||||
),
|
),
|
||||||
|
@ -4914,8 +4845,7 @@ phutil_register_library_map(array(
|
||||||
'PhabricatorRemarkupRuleMention' => 'PhutilRemarkupRule',
|
'PhabricatorRemarkupRuleMention' => 'PhutilRemarkupRule',
|
||||||
'PhabricatorRemarkupRuleObject' => 'PhutilRemarkupRule',
|
'PhabricatorRemarkupRuleObject' => 'PhutilRemarkupRule',
|
||||||
'PhabricatorRemarkupRuleYoutube' => 'PhutilRemarkupRule',
|
'PhabricatorRemarkupRuleYoutube' => 'PhutilRemarkupRule',
|
||||||
'PhabricatorRepository' =>
|
'PhabricatorRepository' => array(
|
||||||
array(
|
|
||||||
0 => 'PhabricatorRepositoryDAO',
|
0 => 'PhabricatorRepositoryDAO',
|
||||||
1 => 'PhabricatorPolicyInterface',
|
1 => 'PhabricatorPolicyInterface',
|
||||||
2 => 'PhabricatorFlaggableInterface',
|
2 => 'PhabricatorFlaggableInterface',
|
||||||
|
@ -4923,8 +4853,7 @@ phutil_register_library_map(array(
|
||||||
4 => 'PhabricatorDestructableInterface',
|
4 => 'PhabricatorDestructableInterface',
|
||||||
5 => 'PhabricatorProjectInterface',
|
5 => 'PhabricatorProjectInterface',
|
||||||
),
|
),
|
||||||
'PhabricatorRepositoryArcanistProject' =>
|
'PhabricatorRepositoryArcanistProject' => array(
|
||||||
array(
|
|
||||||
0 => 'PhabricatorRepositoryDAO',
|
0 => 'PhabricatorRepositoryDAO',
|
||||||
1 => 'PhabricatorPolicyInterface',
|
1 => 'PhabricatorPolicyInterface',
|
||||||
2 => 'PhabricatorDestructableInterface',
|
2 => 'PhabricatorDestructableInterface',
|
||||||
|
@ -4932,14 +4861,12 @@ phutil_register_library_map(array(
|
||||||
'PhabricatorRepositoryArcanistProjectDeleteController' => 'PhabricatorRepositoryController',
|
'PhabricatorRepositoryArcanistProjectDeleteController' => 'PhabricatorRepositoryController',
|
||||||
'PhabricatorRepositoryArcanistProjectEditController' => 'PhabricatorRepositoryController',
|
'PhabricatorRepositoryArcanistProjectEditController' => 'PhabricatorRepositoryController',
|
||||||
'PhabricatorRepositoryArcanistProjectQuery' => 'PhabricatorCursorPagedPolicyAwareQuery',
|
'PhabricatorRepositoryArcanistProjectQuery' => 'PhabricatorCursorPagedPolicyAwareQuery',
|
||||||
'PhabricatorRepositoryAuditRequest' =>
|
'PhabricatorRepositoryAuditRequest' => array(
|
||||||
array(
|
|
||||||
0 => 'PhabricatorRepositoryDAO',
|
0 => 'PhabricatorRepositoryDAO',
|
||||||
1 => 'PhabricatorPolicyInterface',
|
1 => 'PhabricatorPolicyInterface',
|
||||||
),
|
),
|
||||||
'PhabricatorRepositoryBranch' => 'PhabricatorRepositoryDAO',
|
'PhabricatorRepositoryBranch' => 'PhabricatorRepositoryDAO',
|
||||||
'PhabricatorRepositoryCommit' =>
|
'PhabricatorRepositoryCommit' => array(
|
||||||
array(
|
|
||||||
0 => 'PhabricatorRepositoryDAO',
|
0 => 'PhabricatorRepositoryDAO',
|
||||||
1 => 'PhabricatorPolicyInterface',
|
1 => 'PhabricatorPolicyInterface',
|
||||||
2 => 'PhabricatorFlaggableInterface',
|
2 => 'PhabricatorFlaggableInterface',
|
||||||
|
@ -4978,8 +4905,7 @@ phutil_register_library_map(array(
|
||||||
'PhabricatorRepositoryManagementWorkflow' => 'PhabricatorManagementWorkflow',
|
'PhabricatorRepositoryManagementWorkflow' => 'PhabricatorManagementWorkflow',
|
||||||
'PhabricatorRepositoryMercurialCommitChangeParserWorker' => 'PhabricatorRepositoryCommitChangeParserWorker',
|
'PhabricatorRepositoryMercurialCommitChangeParserWorker' => 'PhabricatorRepositoryCommitChangeParserWorker',
|
||||||
'PhabricatorRepositoryMercurialCommitMessageParserWorker' => 'PhabricatorRepositoryCommitMessageParserWorker',
|
'PhabricatorRepositoryMercurialCommitMessageParserWorker' => 'PhabricatorRepositoryCommitMessageParserWorker',
|
||||||
'PhabricatorRepositoryMirror' =>
|
'PhabricatorRepositoryMirror' => array(
|
||||||
array(
|
|
||||||
0 => 'PhabricatorRepositoryDAO',
|
0 => 'PhabricatorRepositoryDAO',
|
||||||
1 => 'PhabricatorPolicyInterface',
|
1 => 'PhabricatorPolicyInterface',
|
||||||
),
|
),
|
||||||
|
@ -4994,14 +4920,12 @@ phutil_register_library_map(array(
|
||||||
'PhabricatorRepositoryParsedChange' => 'Phobject',
|
'PhabricatorRepositoryParsedChange' => 'Phobject',
|
||||||
'PhabricatorRepositoryPullEngine' => 'PhabricatorRepositoryEngine',
|
'PhabricatorRepositoryPullEngine' => 'PhabricatorRepositoryEngine',
|
||||||
'PhabricatorRepositoryPullLocalDaemon' => 'PhabricatorDaemon',
|
'PhabricatorRepositoryPullLocalDaemon' => 'PhabricatorDaemon',
|
||||||
'PhabricatorRepositoryPushEvent' =>
|
'PhabricatorRepositoryPushEvent' => array(
|
||||||
array(
|
|
||||||
0 => 'PhabricatorRepositoryDAO',
|
0 => 'PhabricatorRepositoryDAO',
|
||||||
1 => 'PhabricatorPolicyInterface',
|
1 => 'PhabricatorPolicyInterface',
|
||||||
),
|
),
|
||||||
'PhabricatorRepositoryPushEventQuery' => 'PhabricatorCursorPagedPolicyAwareQuery',
|
'PhabricatorRepositoryPushEventQuery' => 'PhabricatorCursorPagedPolicyAwareQuery',
|
||||||
'PhabricatorRepositoryPushLog' =>
|
'PhabricatorRepositoryPushLog' => array(
|
||||||
array(
|
|
||||||
0 => 'PhabricatorRepositoryDAO',
|
0 => 'PhabricatorRepositoryDAO',
|
||||||
1 => 'PhabricatorPolicyInterface',
|
1 => 'PhabricatorPolicyInterface',
|
||||||
),
|
),
|
||||||
|
@ -5010,8 +4934,7 @@ phutil_register_library_map(array(
|
||||||
'PhabricatorRepositoryPushMailWorker' => 'PhabricatorWorker',
|
'PhabricatorRepositoryPushMailWorker' => 'PhabricatorWorker',
|
||||||
'PhabricatorRepositoryPushReplyHandler' => 'PhabricatorMailReplyHandler',
|
'PhabricatorRepositoryPushReplyHandler' => 'PhabricatorMailReplyHandler',
|
||||||
'PhabricatorRepositoryQuery' => 'PhabricatorCursorPagedPolicyAwareQuery',
|
'PhabricatorRepositoryQuery' => 'PhabricatorCursorPagedPolicyAwareQuery',
|
||||||
'PhabricatorRepositoryRefCursor' =>
|
'PhabricatorRepositoryRefCursor' => array(
|
||||||
array(
|
|
||||||
0 => 'PhabricatorRepositoryDAO',
|
0 => 'PhabricatorRepositoryDAO',
|
||||||
1 => 'PhabricatorPolicyInterface',
|
1 => 'PhabricatorPolicyInterface',
|
||||||
),
|
),
|
||||||
|
@ -5047,8 +4970,7 @@ phutil_register_library_map(array(
|
||||||
'PhabricatorSSHLog' => 'Phobject',
|
'PhabricatorSSHLog' => 'Phobject',
|
||||||
'PhabricatorSSHPassthruCommand' => 'Phobject',
|
'PhabricatorSSHPassthruCommand' => 'Phobject',
|
||||||
'PhabricatorSSHWorkflow' => 'PhabricatorManagementWorkflow',
|
'PhabricatorSSHWorkflow' => 'PhabricatorManagementWorkflow',
|
||||||
'PhabricatorSavedQuery' =>
|
'PhabricatorSavedQuery' => array(
|
||||||
array(
|
|
||||||
0 => 'PhabricatorSearchDAO',
|
0 => 'PhabricatorSearchDAO',
|
||||||
1 => 'PhabricatorPolicyInterface',
|
1 => 'PhabricatorPolicyInterface',
|
||||||
),
|
),
|
||||||
|
@ -5131,8 +5053,7 @@ phutil_register_library_map(array(
|
||||||
'PhabricatorSlowvoteListController' => 'PhabricatorSlowvoteController',
|
'PhabricatorSlowvoteListController' => 'PhabricatorSlowvoteController',
|
||||||
'PhabricatorSlowvoteOption' => 'PhabricatorSlowvoteDAO',
|
'PhabricatorSlowvoteOption' => 'PhabricatorSlowvoteDAO',
|
||||||
'PhabricatorSlowvotePHIDTypePoll' => 'PhabricatorPHIDType',
|
'PhabricatorSlowvotePHIDTypePoll' => 'PhabricatorPHIDType',
|
||||||
'PhabricatorSlowvotePoll' =>
|
'PhabricatorSlowvotePoll' => array(
|
||||||
array(
|
|
||||||
0 => 'PhabricatorSlowvoteDAO',
|
0 => 'PhabricatorSlowvoteDAO',
|
||||||
1 => 'PhabricatorPolicyInterface',
|
1 => 'PhabricatorPolicyInterface',
|
||||||
2 => 'PhabricatorSubscribableInterface',
|
2 => 'PhabricatorSubscribableInterface',
|
||||||
|
@ -5196,8 +5117,7 @@ phutil_register_library_map(array(
|
||||||
'PhabricatorTestStorageEngine' => 'PhabricatorFileStorageEngine',
|
'PhabricatorTestStorageEngine' => 'PhabricatorFileStorageEngine',
|
||||||
'PhabricatorTestWorker' => 'PhabricatorWorker',
|
'PhabricatorTestWorker' => 'PhabricatorWorker',
|
||||||
'PhabricatorTimeTestCase' => 'PhabricatorTestCase',
|
'PhabricatorTimeTestCase' => 'PhabricatorTestCase',
|
||||||
'PhabricatorToken' =>
|
'PhabricatorToken' => array(
|
||||||
array(
|
|
||||||
0 => 'PhabricatorTokenDAO',
|
0 => 'PhabricatorTokenDAO',
|
||||||
1 => 'PhabricatorPolicyInterface',
|
1 => 'PhabricatorPolicyInterface',
|
||||||
),
|
),
|
||||||
|
@ -5206,8 +5126,7 @@ phutil_register_library_map(array(
|
||||||
'PhabricatorTokenCountQuery' => 'PhabricatorOffsetPagedQuery',
|
'PhabricatorTokenCountQuery' => 'PhabricatorOffsetPagedQuery',
|
||||||
'PhabricatorTokenDAO' => 'PhabricatorLiskDAO',
|
'PhabricatorTokenDAO' => 'PhabricatorLiskDAO',
|
||||||
'PhabricatorTokenGiveController' => 'PhabricatorTokenController',
|
'PhabricatorTokenGiveController' => 'PhabricatorTokenController',
|
||||||
'PhabricatorTokenGiven' =>
|
'PhabricatorTokenGiven' => array(
|
||||||
array(
|
|
||||||
0 => 'PhabricatorTokenDAO',
|
0 => 'PhabricatorTokenDAO',
|
||||||
1 => 'PhabricatorPolicyInterface',
|
1 => 'PhabricatorPolicyInterface',
|
||||||
),
|
),
|
||||||
|
@ -5240,8 +5159,7 @@ phutil_register_library_map(array(
|
||||||
'PhabricatorUIStatusExample' => 'PhabricatorUIExample',
|
'PhabricatorUIStatusExample' => 'PhabricatorUIExample',
|
||||||
'PhabricatorUITooltipExample' => 'PhabricatorUIExample',
|
'PhabricatorUITooltipExample' => 'PhabricatorUIExample',
|
||||||
'PhabricatorUnitsTestCase' => 'PhabricatorTestCase',
|
'PhabricatorUnitsTestCase' => 'PhabricatorTestCase',
|
||||||
'PhabricatorUser' =>
|
'PhabricatorUser' => array(
|
||||||
array(
|
|
||||||
0 => 'PhabricatorUserDAO',
|
0 => 'PhabricatorUserDAO',
|
||||||
1 => 'PhutilPerson',
|
1 => 'PhutilPerson',
|
||||||
2 => 'PhabricatorPolicyInterface',
|
2 => 'PhabricatorPolicyInterface',
|
||||||
|
@ -5250,8 +5168,7 @@ phutil_register_library_map(array(
|
||||||
),
|
),
|
||||||
'PhabricatorUserBlurbField' => 'PhabricatorUserCustomField',
|
'PhabricatorUserBlurbField' => 'PhabricatorUserCustomField',
|
||||||
'PhabricatorUserConfigOptions' => 'PhabricatorApplicationConfigOptions',
|
'PhabricatorUserConfigOptions' => 'PhabricatorApplicationConfigOptions',
|
||||||
'PhabricatorUserConfiguredCustomField' =>
|
'PhabricatorUserConfiguredCustomField' => array(
|
||||||
array(
|
|
||||||
0 => 'PhabricatorUserCustomField',
|
0 => 'PhabricatorUserCustomField',
|
||||||
1 => 'PhabricatorStandardCustomFieldInterface',
|
1 => 'PhabricatorStandardCustomFieldInterface',
|
||||||
),
|
),
|
||||||
|
@ -5264,8 +5181,7 @@ phutil_register_library_map(array(
|
||||||
'PhabricatorUserEditorTestCase' => 'PhabricatorTestCase',
|
'PhabricatorUserEditorTestCase' => 'PhabricatorTestCase',
|
||||||
'PhabricatorUserEmail' => 'PhabricatorUserDAO',
|
'PhabricatorUserEmail' => 'PhabricatorUserDAO',
|
||||||
'PhabricatorUserEmailTestCase' => 'PhabricatorTestCase',
|
'PhabricatorUserEmailTestCase' => 'PhabricatorTestCase',
|
||||||
'PhabricatorUserLog' =>
|
'PhabricatorUserLog' => array(
|
||||||
array(
|
|
||||||
0 => 'PhabricatorUserDAO',
|
0 => 'PhabricatorUserDAO',
|
||||||
1 => 'PhabricatorPolicyInterface',
|
1 => 'PhabricatorPolicyInterface',
|
||||||
),
|
),
|
||||||
|
@ -5317,8 +5233,7 @@ phutil_register_library_map(array(
|
||||||
'PhabricatorXHProfSampleListController' => 'PhabricatorXHProfController',
|
'PhabricatorXHProfSampleListController' => 'PhabricatorXHProfController',
|
||||||
'PhameBasicBlogSkin' => 'PhameBlogSkin',
|
'PhameBasicBlogSkin' => 'PhameBlogSkin',
|
||||||
'PhameBasicTemplateBlogSkin' => 'PhameBasicBlogSkin',
|
'PhameBasicTemplateBlogSkin' => 'PhameBasicBlogSkin',
|
||||||
'PhameBlog' =>
|
'PhameBlog' => array(
|
||||||
array(
|
|
||||||
0 => 'PhameDAO',
|
0 => 'PhameDAO',
|
||||||
1 => 'PhabricatorPolicyInterface',
|
1 => 'PhabricatorPolicyInterface',
|
||||||
2 => 'PhabricatorMarkupInterface',
|
2 => 'PhabricatorMarkupInterface',
|
||||||
|
@ -5334,8 +5249,7 @@ phutil_register_library_map(array(
|
||||||
'PhameCelerityResources' => 'CelerityResources',
|
'PhameCelerityResources' => 'CelerityResources',
|
||||||
'PhameController' => 'PhabricatorController',
|
'PhameController' => 'PhabricatorController',
|
||||||
'PhameDAO' => 'PhabricatorLiskDAO',
|
'PhameDAO' => 'PhabricatorLiskDAO',
|
||||||
'PhamePost' =>
|
'PhamePost' => array(
|
||||||
array(
|
|
||||||
0 => 'PhameDAO',
|
0 => 'PhameDAO',
|
||||||
1 => 'PhabricatorPolicyInterface',
|
1 => 'PhabricatorPolicyInterface',
|
||||||
2 => 'PhabricatorMarkupInterface',
|
2 => 'PhabricatorMarkupInterface',
|
||||||
|
@ -5361,8 +5275,7 @@ phutil_register_library_map(array(
|
||||||
'PhluxPHIDTypeVariable' => 'PhabricatorPHIDType',
|
'PhluxPHIDTypeVariable' => 'PhabricatorPHIDType',
|
||||||
'PhluxTransaction' => 'PhabricatorApplicationTransaction',
|
'PhluxTransaction' => 'PhabricatorApplicationTransaction',
|
||||||
'PhluxTransactionQuery' => 'PhabricatorApplicationTransactionQuery',
|
'PhluxTransactionQuery' => 'PhabricatorApplicationTransactionQuery',
|
||||||
'PhluxVariable' =>
|
'PhluxVariable' => array(
|
||||||
array(
|
|
||||||
0 => 'PhluxDAO',
|
0 => 'PhluxDAO',
|
||||||
1 => 'PhabricatorFlaggableInterface',
|
1 => 'PhabricatorFlaggableInterface',
|
||||||
2 => 'PhabricatorPolicyInterface',
|
2 => 'PhabricatorPolicyInterface',
|
||||||
|
@ -5375,8 +5288,7 @@ phutil_register_library_map(array(
|
||||||
'PholioCapabilityDefaultView' => 'PhabricatorPolicyCapability',
|
'PholioCapabilityDefaultView' => 'PhabricatorPolicyCapability',
|
||||||
'PholioController' => 'PhabricatorController',
|
'PholioController' => 'PhabricatorController',
|
||||||
'PholioDAO' => 'PhabricatorLiskDAO',
|
'PholioDAO' => 'PhabricatorLiskDAO',
|
||||||
'PholioImage' =>
|
'PholioImage' => array(
|
||||||
array(
|
|
||||||
0 => 'PholioDAO',
|
0 => 'PholioDAO',
|
||||||
1 => 'PhabricatorMarkupInterface',
|
1 => 'PhabricatorMarkupInterface',
|
||||||
2 => 'PhabricatorPolicyInterface',
|
2 => 'PhabricatorPolicyInterface',
|
||||||
|
@ -5386,8 +5298,7 @@ phutil_register_library_map(array(
|
||||||
'PholioInlineController' => 'PholioController',
|
'PholioInlineController' => 'PholioController',
|
||||||
'PholioInlineListController' => 'PholioController',
|
'PholioInlineListController' => 'PholioController',
|
||||||
'PholioInlineThumbController' => 'PholioController',
|
'PholioInlineThumbController' => 'PholioController',
|
||||||
'PholioMock' =>
|
'PholioMock' => array(
|
||||||
array(
|
|
||||||
0 => 'PholioDAO',
|
0 => 'PholioDAO',
|
||||||
1 => 'PhabricatorMarkupInterface',
|
1 => 'PhabricatorMarkupInterface',
|
||||||
2 => 'PhabricatorPolicyInterface',
|
2 => 'PhabricatorPolicyInterface',
|
||||||
|
@ -5420,8 +5331,7 @@ phutil_register_library_map(array(
|
||||||
'PholioTransactionType' => 'PholioConstants',
|
'PholioTransactionType' => 'PholioConstants',
|
||||||
'PholioTransactionView' => 'PhabricatorApplicationTransactionView',
|
'PholioTransactionView' => 'PhabricatorApplicationTransactionView',
|
||||||
'PholioUploadedImageView' => 'AphrontView',
|
'PholioUploadedImageView' => 'AphrontView',
|
||||||
'PhortuneAccount' =>
|
'PhortuneAccount' => array(
|
||||||
array(
|
|
||||||
0 => 'PhortuneDAO',
|
0 => 'PhortuneDAO',
|
||||||
1 => 'PhabricatorPolicyInterface',
|
1 => 'PhabricatorPolicyInterface',
|
||||||
),
|
),
|
||||||
|
@ -5443,8 +5353,7 @@ phutil_register_library_map(array(
|
||||||
'PhortuneMultiplePaymentProvidersException' => 'Exception',
|
'PhortuneMultiplePaymentProvidersException' => 'Exception',
|
||||||
'PhortuneNoPaymentProviderException' => 'Exception',
|
'PhortuneNoPaymentProviderException' => 'Exception',
|
||||||
'PhortuneNotImplementedException' => 'Exception',
|
'PhortuneNotImplementedException' => 'Exception',
|
||||||
'PhortunePaymentMethod' =>
|
'PhortunePaymentMethod' => array(
|
||||||
array(
|
|
||||||
0 => 'PhortuneDAO',
|
0 => 'PhortuneDAO',
|
||||||
1 => 'PhabricatorPolicyInterface',
|
1 => 'PhabricatorPolicyInterface',
|
||||||
),
|
),
|
||||||
|
@ -5454,8 +5363,7 @@ phutil_register_library_map(array(
|
||||||
'PhortunePaymentMethodViewController' => 'PhabricatorController',
|
'PhortunePaymentMethodViewController' => 'PhabricatorController',
|
||||||
'PhortunePaymentProviderTestCase' => 'PhabricatorTestCase',
|
'PhortunePaymentProviderTestCase' => 'PhabricatorTestCase',
|
||||||
'PhortunePaypalPaymentProvider' => 'PhortunePaymentProvider',
|
'PhortunePaypalPaymentProvider' => 'PhortunePaymentProvider',
|
||||||
'PhortuneProduct' =>
|
'PhortuneProduct' => array(
|
||||||
array(
|
|
||||||
0 => 'PhortuneDAO',
|
0 => 'PhortuneDAO',
|
||||||
1 => 'PhabricatorPolicyInterface',
|
1 => 'PhabricatorPolicyInterface',
|
||||||
),
|
),
|
||||||
|
@ -5477,14 +5385,12 @@ phutil_register_library_map(array(
|
||||||
'PhragmentController' => 'PhabricatorController',
|
'PhragmentController' => 'PhabricatorController',
|
||||||
'PhragmentCreateController' => 'PhragmentController',
|
'PhragmentCreateController' => 'PhragmentController',
|
||||||
'PhragmentDAO' => 'PhabricatorLiskDAO',
|
'PhragmentDAO' => 'PhabricatorLiskDAO',
|
||||||
'PhragmentFragment' =>
|
'PhragmentFragment' => array(
|
||||||
array(
|
|
||||||
0 => 'PhragmentDAO',
|
0 => 'PhragmentDAO',
|
||||||
1 => 'PhabricatorPolicyInterface',
|
1 => 'PhabricatorPolicyInterface',
|
||||||
),
|
),
|
||||||
'PhragmentFragmentQuery' => 'PhabricatorCursorPagedPolicyAwareQuery',
|
'PhragmentFragmentQuery' => 'PhabricatorCursorPagedPolicyAwareQuery',
|
||||||
'PhragmentFragmentVersion' =>
|
'PhragmentFragmentVersion' => array(
|
||||||
array(
|
|
||||||
0 => 'PhragmentDAO',
|
0 => 'PhragmentDAO',
|
||||||
1 => 'PhabricatorPolicyInterface',
|
1 => 'PhabricatorPolicyInterface',
|
||||||
),
|
),
|
||||||
|
@ -5497,13 +5403,11 @@ phutil_register_library_map(array(
|
||||||
'PhragmentPatchUtil' => 'Phobject',
|
'PhragmentPatchUtil' => 'Phobject',
|
||||||
'PhragmentPolicyController' => 'PhragmentController',
|
'PhragmentPolicyController' => 'PhragmentController',
|
||||||
'PhragmentRevertController' => 'PhragmentController',
|
'PhragmentRevertController' => 'PhragmentController',
|
||||||
'PhragmentSnapshot' =>
|
'PhragmentSnapshot' => array(
|
||||||
array(
|
|
||||||
0 => 'PhragmentDAO',
|
0 => 'PhragmentDAO',
|
||||||
1 => 'PhabricatorPolicyInterface',
|
1 => 'PhabricatorPolicyInterface',
|
||||||
),
|
),
|
||||||
'PhragmentSnapshotChild' =>
|
'PhragmentSnapshotChild' => array(
|
||||||
array(
|
|
||||||
0 => 'PhragmentDAO',
|
0 => 'PhragmentDAO',
|
||||||
1 => 'PhabricatorPolicyInterface',
|
1 => 'PhabricatorPolicyInterface',
|
||||||
),
|
),
|
||||||
|
@ -5526,8 +5430,7 @@ phutil_register_library_map(array(
|
||||||
'PhrequentTrackController' => 'PhrequentController',
|
'PhrequentTrackController' => 'PhrequentController',
|
||||||
'PhrequentTrackingEditor' => 'PhabricatorEditor',
|
'PhrequentTrackingEditor' => 'PhabricatorEditor',
|
||||||
'PhrequentUIEventListener' => 'PhabricatorEventListener',
|
'PhrequentUIEventListener' => 'PhabricatorEventListener',
|
||||||
'PhrequentUserTime' =>
|
'PhrequentUserTime' => array(
|
||||||
array(
|
|
||||||
0 => 'PhrequentDAO',
|
0 => 'PhrequentDAO',
|
||||||
1 => 'PhabricatorPolicyInterface',
|
1 => 'PhabricatorPolicyInterface',
|
||||||
),
|
),
|
||||||
|
@ -5535,8 +5438,7 @@ phutil_register_library_map(array(
|
||||||
'PhrictionActionConstants' => 'PhrictionConstants',
|
'PhrictionActionConstants' => 'PhrictionConstants',
|
||||||
'PhrictionActionMenuEventListener' => 'PhabricatorEventListener',
|
'PhrictionActionMenuEventListener' => 'PhabricatorEventListener',
|
||||||
'PhrictionChangeType' => 'PhrictionConstants',
|
'PhrictionChangeType' => 'PhrictionConstants',
|
||||||
'PhrictionContent' =>
|
'PhrictionContent' => array(
|
||||||
array(
|
|
||||||
0 => 'PhrictionDAO',
|
0 => 'PhrictionDAO',
|
||||||
1 => 'PhabricatorMarkupInterface',
|
1 => 'PhabricatorMarkupInterface',
|
||||||
),
|
),
|
||||||
|
@ -5544,8 +5446,7 @@ phutil_register_library_map(array(
|
||||||
'PhrictionDAO' => 'PhabricatorLiskDAO',
|
'PhrictionDAO' => 'PhabricatorLiskDAO',
|
||||||
'PhrictionDeleteController' => 'PhrictionController',
|
'PhrictionDeleteController' => 'PhrictionController',
|
||||||
'PhrictionDiffController' => 'PhrictionController',
|
'PhrictionDiffController' => 'PhrictionController',
|
||||||
'PhrictionDocument' =>
|
'PhrictionDocument' => array(
|
||||||
array(
|
|
||||||
0 => 'PhrictionDAO',
|
0 => 'PhrictionDAO',
|
||||||
1 => 'PhabricatorPolicyInterface',
|
1 => 'PhabricatorPolicyInterface',
|
||||||
2 => 'PhabricatorSubscribableInterface',
|
2 => 'PhabricatorSubscribableInterface',
|
||||||
|
@ -5568,8 +5469,7 @@ phutil_register_library_map(array(
|
||||||
'PhrictionSearchEngine' => 'PhabricatorApplicationSearchEngine',
|
'PhrictionSearchEngine' => 'PhabricatorApplicationSearchEngine',
|
||||||
'PhrictionSearchIndexer' => 'PhabricatorSearchDocumentIndexer',
|
'PhrictionSearchIndexer' => 'PhabricatorSearchDocumentIndexer',
|
||||||
'PonderAddAnswerView' => 'AphrontView',
|
'PonderAddAnswerView' => 'AphrontView',
|
||||||
'PonderAnswer' =>
|
'PonderAnswer' => array(
|
||||||
array(
|
|
||||||
0 => 'PonderDAO',
|
0 => 'PonderDAO',
|
||||||
1 => 'PhabricatorMarkupInterface',
|
1 => 'PhabricatorMarkupInterface',
|
||||||
2 => 'PonderVotableInterface',
|
2 => 'PonderVotableInterface',
|
||||||
|
@ -5587,8 +5487,7 @@ phutil_register_library_map(array(
|
||||||
'PonderAnswerTransaction' => 'PhabricatorApplicationTransaction',
|
'PonderAnswerTransaction' => 'PhabricatorApplicationTransaction',
|
||||||
'PonderAnswerTransactionComment' => 'PhabricatorApplicationTransactionComment',
|
'PonderAnswerTransactionComment' => 'PhabricatorApplicationTransactionComment',
|
||||||
'PonderAnswerTransactionQuery' => 'PhabricatorApplicationTransactionQuery',
|
'PonderAnswerTransactionQuery' => 'PhabricatorApplicationTransactionQuery',
|
||||||
'PonderComment' =>
|
'PonderComment' => array(
|
||||||
array(
|
|
||||||
0 => 'PonderDAO',
|
0 => 'PonderDAO',
|
||||||
1 => 'PhabricatorMarkupInterface',
|
1 => 'PhabricatorMarkupInterface',
|
||||||
),
|
),
|
||||||
|
@ -5598,8 +5497,7 @@ phutil_register_library_map(array(
|
||||||
'PonderEditor' => 'PhabricatorApplicationTransactionEditor',
|
'PonderEditor' => 'PhabricatorApplicationTransactionEditor',
|
||||||
'PonderPHIDTypeAnswer' => 'PhabricatorPHIDType',
|
'PonderPHIDTypeAnswer' => 'PhabricatorPHIDType',
|
||||||
'PonderPHIDTypeQuestion' => 'PhabricatorPHIDType',
|
'PonderPHIDTypeQuestion' => 'PhabricatorPHIDType',
|
||||||
'PonderQuestion' =>
|
'PonderQuestion' => array(
|
||||||
array(
|
|
||||||
0 => 'PonderDAO',
|
0 => 'PonderDAO',
|
||||||
1 => 'PhabricatorMarkupInterface',
|
1 => 'PhabricatorMarkupInterface',
|
||||||
2 => 'PonderVotableInterface',
|
2 => 'PonderVotableInterface',
|
||||||
|
@ -5635,8 +5533,7 @@ phutil_register_library_map(array(
|
||||||
'ProjectRemarkupRule' => 'PhabricatorRemarkupRuleObject',
|
'ProjectRemarkupRule' => 'PhabricatorRemarkupRuleObject',
|
||||||
'QueryFormattingTestCase' => 'PhabricatorTestCase',
|
'QueryFormattingTestCase' => 'PhabricatorTestCase',
|
||||||
'ReleephAuthorFieldSpecification' => 'ReleephFieldSpecification',
|
'ReleephAuthorFieldSpecification' => 'ReleephFieldSpecification',
|
||||||
'ReleephBranch' =>
|
'ReleephBranch' => array(
|
||||||
array(
|
|
||||||
0 => 'ReleephDAO',
|
0 => 'ReleephDAO',
|
||||||
1 => 'PhabricatorPolicyInterface',
|
1 => 'PhabricatorPolicyInterface',
|
||||||
),
|
),
|
||||||
|
@ -5653,8 +5550,7 @@ phutil_register_library_map(array(
|
||||||
'ReleephBranchSearchEngine' => 'PhabricatorApplicationSearchEngine',
|
'ReleephBranchSearchEngine' => 'PhabricatorApplicationSearchEngine',
|
||||||
'ReleephBranchTransaction' => 'PhabricatorApplicationTransaction',
|
'ReleephBranchTransaction' => 'PhabricatorApplicationTransaction',
|
||||||
'ReleephBranchTransactionQuery' => 'PhabricatorApplicationTransactionQuery',
|
'ReleephBranchTransactionQuery' => 'PhabricatorApplicationTransactionQuery',
|
||||||
'ReleephBranchViewController' =>
|
'ReleephBranchViewController' => array(
|
||||||
array(
|
|
||||||
0 => 'ReleephBranchController',
|
0 => 'ReleephBranchController',
|
||||||
1 => 'PhabricatorApplicationSearchResultsControllerInterface',
|
1 => 'PhabricatorApplicationSearchResultsControllerInterface',
|
||||||
),
|
),
|
||||||
|
@ -5668,8 +5564,7 @@ phutil_register_library_map(array(
|
||||||
'ReleephDiffMessageFieldSpecification' => 'ReleephFieldSpecification',
|
'ReleephDiffMessageFieldSpecification' => 'ReleephFieldSpecification',
|
||||||
'ReleephDiffSizeFieldSpecification' => 'ReleephFieldSpecification',
|
'ReleephDiffSizeFieldSpecification' => 'ReleephFieldSpecification',
|
||||||
'ReleephFieldParseException' => 'Exception',
|
'ReleephFieldParseException' => 'Exception',
|
||||||
'ReleephFieldSpecification' =>
|
'ReleephFieldSpecification' => array(
|
||||||
array(
|
|
||||||
0 => 'PhabricatorCustomField',
|
0 => 'PhabricatorCustomField',
|
||||||
1 => 'PhabricatorMarkupInterface',
|
1 => 'PhabricatorMarkupInterface',
|
||||||
),
|
),
|
||||||
|
@ -5690,19 +5585,16 @@ phutil_register_library_map(array(
|
||||||
'ReleephProductSearchEngine' => 'PhabricatorApplicationSearchEngine',
|
'ReleephProductSearchEngine' => 'PhabricatorApplicationSearchEngine',
|
||||||
'ReleephProductTransaction' => 'PhabricatorApplicationTransaction',
|
'ReleephProductTransaction' => 'PhabricatorApplicationTransaction',
|
||||||
'ReleephProductTransactionQuery' => 'PhabricatorApplicationTransactionQuery',
|
'ReleephProductTransactionQuery' => 'PhabricatorApplicationTransactionQuery',
|
||||||
'ReleephProductViewController' =>
|
'ReleephProductViewController' => array(
|
||||||
array(
|
|
||||||
0 => 'ReleephProductController',
|
0 => 'ReleephProductController',
|
||||||
1 => 'PhabricatorApplicationSearchResultsControllerInterface',
|
1 => 'PhabricatorApplicationSearchResultsControllerInterface',
|
||||||
),
|
),
|
||||||
'ReleephProject' =>
|
'ReleephProject' => array(
|
||||||
array(
|
|
||||||
0 => 'ReleephDAO',
|
0 => 'ReleephDAO',
|
||||||
1 => 'PhabricatorPolicyInterface',
|
1 => 'PhabricatorPolicyInterface',
|
||||||
),
|
),
|
||||||
'ReleephReasonFieldSpecification' => 'ReleephFieldSpecification',
|
'ReleephReasonFieldSpecification' => 'ReleephFieldSpecification',
|
||||||
'ReleephRequest' =>
|
'ReleephRequest' => array(
|
||||||
array(
|
|
||||||
0 => 'ReleephDAO',
|
0 => 'ReleephDAO',
|
||||||
1 => 'PhabricatorPolicyInterface',
|
1 => 'PhabricatorPolicyInterface',
|
||||||
2 => 'PhabricatorCustomFieldInterface',
|
2 => 'PhabricatorCustomFieldInterface',
|
||||||
|
|
|
@ -176,7 +176,7 @@ final class PhabricatorFeedStoryPublisher {
|
||||||
$data = array(
|
$data = array(
|
||||||
'key' => (string)$chrono_key,
|
'key' => (string)$chrono_key,
|
||||||
'type' => 'notification',
|
'type' => 'notification',
|
||||||
'subscribers' => $this->subscribedPHIDs,
|
'subscribers' => array_values($this->subscribedPHIDs),
|
||||||
);
|
);
|
||||||
|
|
||||||
PhabricatorNotificationClient::tryToPostMessage($data);
|
PhabricatorNotificationClient::tryToPostMessage($data);
|
||||||
|
|
|
@ -180,6 +180,10 @@ var receive_server = http.createServer(function(request, response) {
|
||||||
|
|
||||||
response.writeHead(200, {'Content-Type': 'text/plain'});
|
response.writeHead(200, {'Content-Type': 'text/plain'});
|
||||||
} catch (err) {
|
} catch (err) {
|
||||||
|
debug.log(
|
||||||
|
'<%s> Bad Request! %s',
|
||||||
|
request.socket.remoteAddress,
|
||||||
|
err);
|
||||||
response.statusCode = 400;
|
response.statusCode = 400;
|
||||||
response.write('400 Bad Request');
|
response.write('400 Bad Request');
|
||||||
} finally {
|
} finally {
|
||||||
|
|
Loading…
Reference in a new issue