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

Fix typo "this this server"

Summary: Closes T15611

Test Plan: Carefully read.

Reviewers: O1 Blessed Committers, avivey

Reviewed By: O1 Blessed Committers, avivey

Subscribers: tobiaswiese, valerio.bozzolan, Matthew, Cigaryno

Maniphest Tasks: T15611

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

+3 -4
+2 -3
src/applications/auth/guidance/PhabricatorAuthProvidersGuidanceEngineExtension.php
··· 53 53 ->setMessage($message); 54 54 } else { 55 55 $message = pht( 56 - 'Anyone who can browse to this this server will be able to '. 57 - 'register an account. To add email domain restrictions, configure '. 58 - '%s.', 56 + 'Anyone who can browse to this server will be able to register '. 57 + 'an account. To add email domain restrictions, configure %s.', 59 58 $domains_link); 60 59 61 60 $results[] = $this->newGuidance('core.auth.email-domains.off')
+1 -1
src/applications/phame/storage/PhameBlog.php
··· 154 154 $href = PhabricatorEnv::getProductionURI( 155 155 '/config/edit/policy.allow-public/'); 156 156 return pht( 157 - 'For custom domains to work, this this server must be '. 157 + 'For custom domains to work, this server must be '. 158 158 'configured to allow the public access policy. Configure this '. 159 159 'setting %s, or ask an administrator to configure this setting. '. 160 160 'The domain can be specified later once this setting has been '.