@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 policy caveat from Differential

Summary: Policies are now fully supported in Differential.

Test Plan: Grepped for other caveats, looks like I've already removed htem all.

Reviewers: chad, btrahan

Reviewed By: chad

CC: aran

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

+1 -4
+1 -4
src/applications/differential/field/specification/DifferentialEditPolicyFieldSpecification.php
··· 32 32 ->setCapability(PhabricatorPolicyCapability::CAN_EDIT) 33 33 ->setPolicyObject($revision) 34 34 ->setPolicies($policies) 35 - ->setName('editPolicy') 36 - ->setCaption( 37 - pht( 38 - 'NOTE: These policy features are not yet fully supported.')); 35 + ->setName('editPolicy'); 39 36 } 40 37 41 38 public function willWriteRevision(DifferentialRevisionEditor $editor) {