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
···106106 "\n\n".
107107 "Phabricator includes prototype applications which are in an ".
108108 "**early stage of development**. By default, prototype ".
109109- "applications are not installed, because are are often not yet ".
109109+ "applications are not installed, because they are often not yet ".
110110 "developed enough to be generally usable. You can enable ".
111111 "this option to install them if you're developing Phabricator ".
112112 "or are interested in previewing upcoming features.".
···2323 * Phabricator when it needs to store a file permanently. It must return a
2424 * list of valid @{class:PhabricatorFileStorageEngine}s.
2525 *
2626- * If you are are extending this class to provide a custom selector, you
2626+ * If you are extending this class to provide a custom selector, you
2727 * probably just want it to look like this:
2828 *
2929 * return array(new MyCustomFileStorageEngine());