@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 a Phabricator -> Arcanist include path for scripts in Phabricator

Summary: Ref T13395. Since there's very little code which really makes sense in "scripts/", I've moved most of it to other places.

Test Plan: Ran `bin/phd`.

Maniphest Tasks: T13395

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

+1 -1
+1 -1
scripts/init/lib.php
··· 9 9 'include_path', 10 10 $include_path.PATH_SEPARATOR.dirname(__FILE__).'/../../../'); 11 11 12 - $ok = @include_once 'arcanist/scripts/init/init-script.php'; 12 + $ok = @include_once 'arcanist/support/init/init-script.php'; 13 13 if (!$ok) { 14 14 echo 15 15 'FATAL ERROR: Unable to load the "Arcanist" library. '.