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

When creating a new revision, include the summary in the initial email

Summary: This got dropped in the ApplicationTransactions stuff.

Test Plan: Created a new revision.

Reviewers: btrahan

Reviewed By: btrahan

Subscribers: aran, epriestley

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

+6
+6
src/applications/differential/editor/DifferentialTransactionEditor.php
··· 999 999 1000 1000 $body = parent::buildMailBody($object, $xactions); 1001 1001 1002 + if ($this->getIsNewObject()) { 1003 + $body->addTextSection( 1004 + pht('REVISION SUMMARY'), 1005 + $object->getSummary()); 1006 + } 1007 + 1002 1008 $type_inline = DifferentialTransaction::TYPE_INLINE; 1003 1009 1004 1010 $inlines = array();