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

Board feed story - make the task a link too

Summary: looks better, more useful

Test Plan: looked better, was more useful when I observed my feed

Reviewers: chad, epriestley

Reviewed By: epriestley

CC: Korvin, epriestley, aran

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

+2 -1
+2 -1
src/applications/maniphest/storage/ManiphestTransaction.php
··· 659 659 $project_phid = $new['projectPHID']; 660 660 $column_phid = head($new['columnPHIDs']); 661 661 return pht( 662 - '%s moved this task to %s on the %s workboard.', 662 + '%s moved %s to %s on the %s workboard.', 663 663 $this->renderHandleLink($author_phid), 664 + $this->renderHandleLink($object_phid), 664 665 $this->renderHandleLink($column_phid), 665 666 $this->renderHandleLink($project_phid)); 666 667 break;