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

Give project tags hovercards

Summary: I don't think these ever had hovercards, but they should with subprojects/new design.

Test Plan: pointey pointey, got a card

Reviewers: chad

Reviewed By: chad

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

+3 -1
+3 -1
src/applications/project/remarkup/ProjectRemarkupRule.php
··· 16 16 return '#'.$id; 17 17 } 18 18 19 - return $handle->renderTag(); 19 + $tag = $handle->renderTag(); 20 + $tag->setPHID($handle->getPHID()); 21 + return $tag; 20 22 } 21 23 22 24 protected function getObjectIDPattern() {