@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 method name typo in new modular transaction text/html mail methods

See PHI1039. See D20057.

+1 -1
+1 -1
src/applications/transactions/editor/PhabricatorApplicationTransactionEditor.php
··· 5000 5000 return $xaction->getTitleForTextMail(); 5001 5001 } 5002 5002 5003 - private function getBodyForHTMLMail( 5003 + private function getTitleForHTMLMail( 5004 5004 PhabricatorApplicationTransaction $xaction) { 5005 5005 $type = $xaction->getTransactionType(); 5006 5006