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

Maniphest - refine maniphest.statuses documentation slightly

Summary: Fixes T7164. Adds some details about how the statuses will show up in the UI.

Test Plan: Read the text

Reviewers: epriestley, chad

Reviewed By: chad

Subscribers: Korvin, epriestley

Maniphest Tasks: T7164

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

+5
+5
src/applications/maniphest/config/PhabricatorManiphestConfigOptions.php
··· 179 179 to this status by writing `Closes T123 as invalid`, even if another status 180 180 is selected by the "Closes" prefix. 181 181 182 + Statuses will appear in the UI in the order specified. Note the status marked 183 + `special` as `duplicate` is not settable directly and will not appear in UI 184 + elements, and that any status marked `silly` does not appear if Phabricator 185 + is configured with `phabricator.serious-business` set to true. 186 + 182 187 Examining the default configuration and examples below will probably be helpful 183 188 in understanding these options. 184 189