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

Hide "Maniphest Task:" in commit template

Summary:
We prefer parsing freetext fields.
We should probably wait for {T2743}.

Test Plan:
$ arc --conduit-uri=http://phabricator.local/ diff

Reviewers: epriestley

Reviewed By: epriestley

CC: aran, Korvin

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

+1 -1
+1 -1
src/applications/differential/field/specification/DifferentialManiphestTasksFieldSpecification.php
··· 80 80 } 81 81 82 82 public function shouldAppearOnCommitMessageTemplate() { 83 - return PhabricatorEnv::getEnvConfig('maniphest.enabled'); 83 + return false; 84 84 } 85 85 86 86 public function shouldAppearOnCommitMessage() {