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

Policy - remove comment to change policy later as its good as is

Summary: Ref T7094#94295.

Test Plan: noted the absence of the TODO comment in the diff

Reviewers: epriestley

Reviewed By: epriestley

Subscribers: Korvin, epriestley

Maniphest Tasks: T7094

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

-2
-2
src/applications/repository/storage/PhabricatorRepositoryCommit.php
··· 256 256 case PhabricatorPolicyCapability::CAN_VIEW: 257 257 return $this->getRepository()->getPolicy($capability); 258 258 case PhabricatorPolicyCapability::CAN_EDIT: 259 - // TODO: (T603) Who should be able to edit a commit? For now, retain 260 - // the existing policy. 261 259 return PhabricatorPolicies::POLICY_USER; 262 260 } 263 261 }