@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 "are are" in explanatory text

Summary: See rP8806fb0296c2.

Test Plan:
me fail english

with bonus!

Reviewers: btrahan

Reviewed By: btrahan

Subscribers: epriestley

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

+2 -2
+1 -1
src/applications/config/option/PhabricatorCoreConfigOptions.php
··· 106 106 "\n\n". 107 107 "Phabricator includes prototype applications which are in an ". 108 108 "**early stage of development**. By default, prototype ". 109 - "applications are not installed, because are are often not yet ". 109 + "applications are not installed, because they are often not yet ". 110 110 "developed enough to be generally usable. You can enable ". 111 111 "this option to install them if you're developing Phabricator ". 112 112 "or are interested in previewing upcoming features.".
+1 -1
src/applications/files/engineselector/PhabricatorFileStorageEngineSelector.php
··· 23 23 * Phabricator when it needs to store a file permanently. It must return a 24 24 * list of valid @{class:PhabricatorFileStorageEngine}s. 25 25 * 26 - * If you are are extending this class to provide a custom selector, you 26 + * If you are extending this class to provide a custom selector, you 27 27 * probably just want it to look like this: 28 28 * 29 29 * return array(new MyCustomFileStorageEngine());