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

Remove temporary code

Summary: I //think// Maniphest has switched to real edges now.

Test Plan: N/A

Reviewers: epriestley, #blessed_reviewers

Reviewed By: epriestley, #blessed_reviewers

Subscribers: epriestley

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

-14
-14
src/applications/maniphest/storage/ManiphestTransaction.php
··· 536 536 $new_name); 537 537 } 538 538 539 - case self::TYPE_EDGE: 540 - // TODO: Remove this when we switch to real edges. Just reuse the 541 - // code in the parent; 542 - $clone = clone $this; 543 - $clone->setTransactionType(PhabricatorTransactions::TYPE_EDGE); 544 - return $clone->getTitle(); 545 - 546 539 case self::TYPE_ATTACH: 547 540 $old = nonempty($old, array()); 548 541 $new = nonempty($new, array()); ··· 793 786 $old_name, 794 787 $new_name); 795 788 } 796 - 797 - case self::TYPE_EDGE: 798 - // TODO: Remove this when we switch to real edges. Just reuse the 799 - // code in the parent; 800 - $clone = clone $this; 801 - $clone->setTransactionType(PhabricatorTransactions::TYPE_EDGE); 802 - return $clone->getTitleForFeed(); 803 789 804 790 case self::TYPE_ATTACH: 805 791 $old = nonempty($old, array());