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
···512512 private function getSynchronizationWarning() {
513513 return pht(
514514 "\xE2\x9A\xA0 DO NOT EDIT THIS TASK \xE2\x9A\xA0\n".
515515- "\xE2\x98\xA0 Your changes will not be reflected in Phabricator.\n".
515515+ "\xE2\x98\xA0 Your changes will not be reflected in %s.\n".
516516 "\xE2\x98\xA0 Your changes will be destroyed the next time state ".
517517- "is synchronized.");
517517+ "is synchronized.",
518518+ PlatformSymbols::getPlatformServerName());
518519 }
519520520521 private function lookupAsanaUserIDs($all_phids) {
···391391 'title' => pht('Staging Unavailable'),
392392 'body' => pht(
393393 'When this diff was generated, the server was running an older '.
394394- 'version of Phabricator which did not support staging areas, so '.
394394+ 'version of the software which did not support staging areas, so '.
395395 'the change was not pushed to staging. Changes must be pushed '.
396396 'to staging before they can be landed from the web.'),
397397 );
···400400 'title' => pht('Repository Unsupported'),
401401 'body' => pht(
402402 'When this diff was generated, the server was running an older '.
403403- 'version of Phabricator which did not support staging areas for '.
403403+ 'version of the software which did not support staging areas for '.
404404 'this version control system, so the change was not pushed to '.
405405 'staging. Changes must be pushed to staging before they can be '.
406406 'landed from the web.'),
···432432 'When this diff was generated, it was not pushed to staging for '.
433433 'an unknown reason (the status code was "%s"). Changes must be '.
434434 'pushed to staging before they can be landed from the web. '.
435435- 'The server may be running an out-of-date version of Phabricator, '.
436436- 'and updating may provide more information about this error.',
435435+ 'The server may be running an out-of-date version of this '.
436436+ 'software, and updating may provide more information about this '.
437437+ 'error.',
437438 $status),
438439 );
439440 }
···181181 ->setSummary(pht('Local storage disk path.'))
182182 ->setDescription(
183183 pht(
184184- "Phabricator provides a local disk storage engine, which just ".
184184+ "This software provides a local disk storage engine, which just ".
185185 "writes files to some directory on local disk. The webserver ".
186186 "must have read/write permissions on this directory. This is ".
187187 "straightforward and suitable for most installs, but will not ".
···4646 pht('Drag and Drop:'),
4747 pht(
4848 'You can also upload files by dragging and dropping them from your '.
4949- 'desktop onto this page or the Phabricator home page.')));
4949+ 'desktop onto this page or the home page.')));
50505151 $policies = id(new PhabricatorPolicyQuery())
5252 ->setViewer($viewer)
···10101111 public function getArtifactTypeDescription() {
1212 return pht(
1313- 'Stores a reference to file data which has been uploaded to '.
1414- 'Phabricator.');
1313+ 'Stores a reference to file data.');
1514 }
16151716 public function getArtifactParameterSpecification() {
···3030 'After completing this build step Harbormaster can continue the '.
3131 'build normally, or it can pause the build and wait for a message. '.
3232 'If you are using this build step to trigger some work in an '.
3333- 'external system, you may want to have Phabricator wait for that '.
3434- 'system to perform the work and report results back.'.
3333+ 'external system, you may want wait for that system to perform '.
3434+ 'the work and report results back.'.
3535 "\n\n".
3636 'If you select **Continue Build Normally**, the build plan will '.
3737 'proceed once this step finishes.'.