@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 incorrect policy language on Diff reviewers

Summary: Fixes T12952. This never work AFAIK, so resolves this mis-information. See T4411 for follow up.

Test Plan: Click on policy for a diff, no longer see text.

Reviewers: epriestley

Reviewed By: epriestley

Subscribers: Korvin

Maniphest Tasks: T12952

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

-1
-1
src/applications/differential/storage/DifferentialRevision.php
··· 523 523 524 524 switch ($capability) { 525 525 case PhabricatorPolicyCapability::CAN_VIEW: 526 - $description[] = pht("A revision's reviewers can always view it."); 527 526 $description[] = pht( 528 527 'If a revision belongs to a repository, other users must be able '. 529 528 'to view the repository in order to view the revision.');