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
···6868 ->appendRemarkupInstructions(
6969 pht(
7070 'This workflow will send this user ("%s") a copy of the "Welcome to '.
7171- 'Phabricator" email that users normally receive when their '.
7171+ '%s" email that users normally receive when their '.
7272 'accounts are created by an administrator.',
7373- $user->getUsername()))
7373+ $user->getUsername(),
7474+ PlatformSymbols::getPlatformServerName()))
7475 ->appendRemarkupInstructions(
7576 pht(
7677 'The email will contain a link that the user may use to log in '.
+1-1
src/applications/phame/storage/PhameBlog.php
···154154 $href = PhabricatorEnv::getProductionURI(
155155 '/config/edit/policy.allow-public/');
156156 return pht(
157157- 'For custom domains to work, this Phabricator instance must be '.
157157+ 'For custom domains to work, this this server must be '.
158158 'configured to allow the public access policy. Configure this '.
159159 'setting %s, or ask an administrator to configure this setting. '.
160160 'The domain can be specified later once this setting has been '.
···3737 ->setSummary(pht('Allow users to set object visibility to public.'))
3838 ->setDescription(
3939 pht(
4040- "Phabricator allows you to set the visibility of objects (like ".
4040+ "This software allows you to set the visibility of objects (like ".
4141 "repositories and tasks) to 'Public', which means **anyone ".
4242 "on the internet can see them, without needing to log in or ".
4343 "have an account**.".
···5959 ->setSummary(pht(
6060 'Lock specific application policies so they can not be edited.'))
6161 ->setDescription(pht(
6262- 'Phabricator has application policies which can dictate whether '.
6262+ 'This software has application policies which can dictate whether '.
6363 'users can take certain actions, such as creating new users. '."\n\n".
6464 'This setting allows for "locking" these policies such that no '.
6565 'further edits can be made on a per-policy basis.'))
···248248 case PhabricatorPolicies::POLICY_PUBLIC:
249249 return pht(
250250 'This object is public and can be viewed by anyone, even if they '.
251251- 'do not have a Phabricator account.');
251251+ 'do not have an account on this server.');
252252 case PhabricatorPolicies::POLICY_USER:
253253 return pht('Logged in users can take this action.');
254254 case PhabricatorPolicies::POLICY_ADMIN:
···2828 ->setDescription(
2929 pht(
3030 'The default location in which to store working copies and other '.
3131- 'data about repositories. Phabricator will control and manage '.
3131+ 'data about repositories. %s will control and manage '.
3232 'data here, so you should **not** choose an existing directory '.
3333- 'full of data you care about.')),
3333+ 'full of data you care about.',
3434+ PlatformSymbols::getPlatformServerName())),
3435 );
3536 }
3637
···19471947 'point at this host, or the "device.id" configuration file on '.
19481948 'this host may be incorrect.'.
19491949 "\n\n".
19501950- 'Requests routed within the cluster by Phabricator are always '.
19501950+ 'Requests routed within the cluster are always '.
19511951 'expected to be sent to a node which can serve the request. To '.
19521952 'prevent loops, this request will not be proxied again.'.
19531953 "\n\n".
···22092209 throw new PhutilAggregateException(
22102210 pht(
22112211 'Unable to read device public key while attempting to make '.
22122212- 'authenticated method call within the Phabricator cluster. '.
22122212+ 'authenticated method call within the cluster. '.
22132213 'Use `%s` to register keys for this device. Exception: %s',
22142214 'bin/almanac register',
22152215 $ex->getMessage()),
···22242224 throw new PhutilAggregateException(
22252225 pht(
22262226 'Unable to read device private key while attempting to make '.
22272227- 'authenticated method call within the Phabricator cluster. '.
22272227+ 'authenticated method call within the cluster. '.
22282228 'Use `%s` to register keys for this device. Exception: %s',
22292229 'bin/almanac register',
22302230 $ex->getMessage()),