@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 a resolved task URI from a class description

Summary:
Linking ancient resolved Maniphest tasks in the class description feels ugly.
People who really want to know more about the history can dig the git log instead.

Test Plan: Go to https://we.phorge.it/book/dev/class/PeopleProfilePictureBeforeDestructionEngineExtension/ and look at the class description.

Reviewers: O1 Blessed Committers, valerio.bozzolan

Reviewed By: O1 Blessed Committers, valerio.bozzolan

Subscribers: tobiaswiese, valerio.bozzolan, Matthew, Cigaryno

Maniphest Tasks: T16074

Differential Revision: https://we.phorge.it/D26770

-1
-1
src/applications/people/engineextension/PeopleProfilePictureBeforeDestructionEngineExtension.php
··· 2 2 3 3 /** 4 4 * Before a profile picture is destroyed, restore the builtin picture. 5 - * https://we.phorge.it/T16074 6 5 */ 7 6 final class PeopleProfilePictureBeforeDestructionEngineExtension 8 7 extends PhabricatorBeforeDestructionEngineExtension {