Select the types of activity you want to include in your feed.
@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
···3131 $base_uri_guess = PhabricatorEnv::getRequestBaseURI();
32323333 $summary = pht(
3434- 'The base URI for this install is not configured. Configuring it will '.
3535- 'improve security and enable features.');
3434+ 'The base URI for this install is not configured. Many major features '.
3535+ 'will not work properly until you configure it.');
36363737 $message = pht(
3838- 'The base URI for this install is not configured. Configuring it will '.
3939- 'improve security and allow background processes (like daemons and '.
4040- 'scripts) to generate links.'.
3838+ 'The base URI for this install is not configured, and major features '.
3939+ 'will not work properly until you configure it.'.
4140 "\n\n".
4241 'You should set the base URI to the URI you will use to access '.
4342 'Phabricator, like "http://phabricator.example.com/".'.