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

differential.fields config option: Remove "active development" warning

Summary:
Remove "NOTE: This feature is under active development and subject to change" from the description of the differential.fields configuration option.
That statement was added 142 months ago and is likely a bit outdated by now.

Test Plan: Go to http://phorge.localhost/config/edit/differential.fields/ and look at the Description.

Reviewers: O1 Blessed Committers, mainframe98

Reviewed By: O1 Blessed Committers, mainframe98

Subscribers: tobiaswiese, valerio.bozzolan, Matthew, Cigaryno

Differential Revision: https://we.phorge.it/D26412

+1 -3
+1 -3
src/applications/differential/config/PhabricatorDifferentialConfigOptions.php
··· 81 81 id(new DifferentialRevision())->getCustomFieldBaseClass()) 82 82 ->setDescription( 83 83 pht( 84 - "Select and reorder revision fields.\n\n". 85 - "NOTE: This feature is under active development and subject ". 86 - "to change.")), 84 + 'Select and reorder revision fields.')), 87 85 $this->newOption('differential.require-test-plan-field', 'bool', true) 88 86 ->setBoolOptions( 89 87 array(