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

Add edit notes to Phriction emails

Summary: Fixes T9294. Adds edit notes.

Test Plan: Edit a document, see notes in email.

Reviewers: epriestley

Reviewed By: epriestley

Subscribers: Korvin

Maniphest Tasks: T9294

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

+7
+7
src/applications/phriction/editor/PhrictionTransactionEditor.php
··· 429 429 PhabricatorEnv::getProductionURI($this->contentDiffURI)); 430 430 } 431 431 432 + $description = $object->getContent()->getDescription(); 433 + if (strlen($description)) { 434 + $body->addTextSection( 435 + pht('EDIT NOTES'), 436 + $description); 437 + } 438 + 432 439 $body->addLinkSection( 433 440 pht('DOCUMENT DETAIL'), 434 441 PhabricatorEnv::getProductionURI(