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