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

Correct spelling of "therefore"

Summary: Fixes T11565.

Test Plan: `git grep -i therefor | grep -vi therefore`

Reviewers: chad

Reviewed By: chad

Maniphest Tasks: T11565

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

+2 -2
+1 -1
src/applications/owners/storage/PhabricatorOwnersPath.php
··· 88 88 $self_count = count($self_fragments); 89 89 $path_count = count($path_fragments); 90 90 if ($self_count > $path_count) { 91 - // If this path is longer (and therefor more specific) than the target 91 + // If this path is longer (and therefore more specific) than the target 92 92 // path, we don't match it at all. 93 93 return 0; 94 94 }
+1 -1
src/docs/user/userguide/harbormaster.diviner
··· 88 88 89 89 Currently, the only useful type of build step is "Make HTTP Request", which you 90 90 can use to make a call to an external build system like Jenkins. Today, most 91 - plans should therefor look something like this: 91 + plans should therefore look something like this: 92 92 93 93 - Use a "Make HTTP Request" step to tell Jenkins or some other similar 94 94 external build system about the code.