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

Stop trying to version-check libphutil in "Config"

Summary:
Ref T13395. No library with this name loads any more, so we can't version check it.

(Ideally, the version check stuff would be more graceful when it fails now, since it's required to load "Config" after I moved it off a separate page.)

Test Plan: Loaded "Config".

Maniphest Tasks: T13395

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

-1
-1
src/applications/config/controller/PhabricatorConfigConsoleController.php
··· 140 140 $specs = array( 141 141 'phabricator', 142 142 'arcanist', 143 - 'phutil', 144 143 ); 145 144 146 145 $all_libraries = PhutilBootloader::getInstance()->getAllLibraries();