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

Update path in startup error

Summary: The error mentioned a "phabricator" directory, but according to the docs it has been migrated to "phorge".

Test Plan: Move the "arcanist" directory somewhere else, run something from phorge/bin/.

Reviewers: O1 Blessed Committers, valerio.bozzolan

Reviewed By: O1 Blessed Committers, valerio.bozzolan

Subscribers: tobiaswiese, valerio.bozzolan, Matthew, Cigaryno

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

+1 -1
+1 -1
support/startup/PhabricatorStartup.php
··· 210 210 if (!$ok) { 211 211 self::didFatal( 212 212 'Unable to load the "Arcanist" library. Put "arcanist/" next to '. 213 - '"phabricator/" on disk.'); 213 + '"phorge/" on disk.'); 214 214 } 215 215 216 216 // Load Phabricator itself using the absolute path, so we never end up doing