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

Increase severity of "phabricator.base-uri" warning

Summary: Fixes T6828.

Test Plan: reading

Reviewers: chad

Reviewed By: chad

Subscribers: epriestley

Maniphest Tasks: T6828

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

+4 -5
+4 -5
src/applications/config/check/PhabricatorSetupCheckBaseURI.php
··· 31 31 $base_uri_guess = PhabricatorEnv::getRequestBaseURI(); 32 32 33 33 $summary = pht( 34 - 'The base URI for this install is not configured. Configuring it will '. 35 - 'improve security and enable features.'); 34 + 'The base URI for this install is not configured. Many major features '. 35 + 'will not work properly until you configure it.'); 36 36 37 37 $message = pht( 38 - 'The base URI for this install is not configured. Configuring it will '. 39 - 'improve security and allow background processes (like daemons and '. 40 - 'scripts) to generate links.'. 38 + 'The base URI for this install is not configured, and major features '. 39 + 'will not work properly until you configure it.'. 41 40 "\n\n". 42 41 'You should set the base URI to the URI you will use to access '. 43 42 'Phabricator, like "http://phabricator.example.com/".'.