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

Use same names for configuration sources in UI and docs

Summary:
Confuse admins less by using the same names in the UI and in the docs.

Closes T16279

Test Plan:
* Go to a random config setting, e.g. http://phorge.localhost/config/edit/translation.override/, and under "Current Configuration", look at the names in the "Source" column
* Go to https://we.phorge.it/book/phorge/article/advanced_configuration/#configuration-sources and look at the names of the options

Reviewers: O1 Blessed Committers, mainframe98

Reviewed By: O1 Blessed Committers, mainframe98

Subscribers: tobiaswiese, valerio.bozzolan, Matthew, Cigaryno

Maniphest Tasks: T16279

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

+3 -3
+3 -3
src/docs/user/configuration/advanced_configuration.diviner
··· 21 21 - **Database**: Values are stored in the database and edited from the web UI 22 22 by administrators. They have the highest priority and override other 23 23 settings. 24 - - **Local**: Values are stored in `conf/local/local.json` and edited by 24 + - **Local Config**: Values are stored in `conf/local/local.json` and edited by 25 25 running `bin/config`. 26 - - **Config Files**: Values are stored in a config file in `conf/`. The file 26 + - **File**: Values are stored in a config file in `conf/`. The file 27 27 to use is selected by writing to `conf/local/ENVIRONMENT`, or setting the 28 28 `PHABRICATOR_ENV` configuration variable. See below for more information. 29 - - **Defaults**: Defaults hard-coded in the Phorge source, which can not 29 + - **Global Default**: Defaults hard-coded in the Phorge source, which can not 30 30 be edited. They have the lowest priority, and all other settings override 31 31 them. 32 32