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

Display full handle name in PHID lookup

Test Plan: Searched for a commit.

Reviewers: epriestley

Reviewed By: epriestley

CC: aran, Korvin

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

+1 -1
+1 -1
src/applications/phid/controller/PhabricatorPHIDLookupController.php
··· 26 26 $rows[] = array( 27 27 $handle->getPHID(), 28 28 $handle->getType(), 29 - $handle->getName(), 29 + $handle->getFullName(), 30 30 $link, 31 31 ); 32 32 }