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

Fix policy capitalization

Summary: Less shouting

Test Plan: More reading

Reviewers: epriestley

Reviewed By: epriestley

Subscribers: Korvin

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

+1 -3
+1 -3
src/applications/meta/controller/PhabricatorApplicationDetailViewController.php
··· 53 53 $panel = $config->buildConfigurationPagePanel(); 54 54 $panel->setBackground(PHUIObjectBoxView::BLUE_PROPERTY); 55 55 $panels[] = $panel; 56 - 57 56 } 58 57 59 58 $view = id(new PHUITwoColumnView()) ··· 126 125 $properties = id(new PHUIPropertyListView()); 127 126 128 127 $header = id(new PHUIHeaderView()) 129 - ->setHeader(pht('POLICIES')) 130 - ->setHeaderIcon('fa-lock'); 128 + ->setHeader(pht('Policies')); 131 129 132 130 $descriptions = PhabricatorPolicyQuery::renderPolicyDescriptions( 133 131 $viewer,