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

Minor, fix a path issue from the Great File Move. See comment about why this is written in this way.

+1 -1
+1 -1
src/aphront/console/plugin/xhprof/DarkConsoleXHProfPluginAPI.php
··· 34 34 // stuff loaded yet so we can't just phutil_get_library_root() our way 35 35 // to victory. 36 36 $root = __FILE__; 37 - for ($ii = 0; $ii < 7; $ii++) { 37 + for ($ii = 0; $ii < 6; $ii++) { 38 38 $root = dirname($root); 39 39 } 40 40