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

Don't warn about a locked database value after users run "bin/auth lock"

Summary: Ref T7667. Also one text fix.

Test Plan: Ran `bin/auth lock`, didn't get a replacement setup issue.

Reviewers: amckinley

Reviewed By: amckinley

Maniphest Tasks: T7667

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

+2 -1
+2 -1
src/applications/config/check/PhabricatorExtraConfigSetupCheck.php
··· 121 121 'phabricator.uninstalled-applications', 122 122 'phabricator.application-settings', 123 123 'config.ignore-issues', 124 + 'auth.lock-config', 124 125 ); 125 126 $soft_locks = array_fuse($soft_locks); 126 127 if (isset($soft_locks[$key])) { ··· 146 147 'that it was previously not locked, you set it using the web UI, '. 147 148 'and it later became locked.'. 148 149 "\n\n". 149 - 'You should copy this configuration value in a local configuration '. 150 + 'You should copy this configuration value to a local configuration '. 150 151 'source (usually by using %s) and then remove it from the database '. 151 152 'with the command below.'. 152 153 "\n\n".