@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.

Fix a fatal when viewing methods which no longer exist in the Conduit call log

Summary: Fixes T12252.

Test Plan:
I just faked this, but likely repro is:

- Call method `x.y`.
- Remove method `x.y` from the codebase.
- View log.

Reviewers: chad

Reviewed By: chad

Maniphest Tasks: T12252

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

+1 -1
+1 -1
src/applications/conduit/query/PhabricatorConduitLogSearchEngine.php
··· 162 162 ->addSigil('has-tooltip') 163 163 ->setMetadata( 164 164 array( 165 - 'tip' => pht('Unknown ("%s")', $status), 165 + 'tip' => pht('Unknown ("%s")', $method_status), 166 166 )); 167 167 break; 168 168 }