@recaptime-dev's working patches + fork for Phorge, a community fork of Phabricator. (Upstream dev and stable branches are at upstream/main and upstream/stable respectively.) hq.recaptime.dev/wiki/Phorge
phorge phabricator
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

Mark "arcanist.projectinfo" as deprecated

Summary: Ref T7604. Mark the `arcanist.projectinfo` #conduit method as deprecated.

Test Plan: Went to the `/config/issue/` page and saw the `Deprecated Conduit Method "arcanist.projectinfo" In Use` setup issue.

Reviewers: #blessed_reviewers, epriestley

Reviewed By: #blessed_reviewers, epriestley

Subscribers: Korvin, epriestley

Maniphest Tasks: T7604

Differential Revision: https://secure.phabricator.com/D12970

+5 -1
+5 -1
src/applications/arcanist/conduit/ArcanistProjectInfoConduitAPIMethod.php
··· 7 7 return 'arcanist.projectinfo'; 8 8 } 9 9 10 + public function getMethodStatus() { 11 + return self::METHOD_STATUS_DEPRECATED; 12 + } 13 + 10 14 public function getMethodDescription() { 11 - return pht('Get information about Arcanist projects.'); 15 + return pht('Arcanist projects are deprecated.'); 12 16 } 13 17 14 18 protected function defineParamTypes() {