@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 loged out pages.

+3 -1
+3 -1
src/view/page/menu/PhabricatorMainMenuView.php
··· 199 199 $view->addClass('phabricator-core-menu'); 200 200 201 201 $search = $this->renderSearch(); 202 - $view->addMenuItem($search); 202 + if ($search) { 203 + $view->addMenuItem($search); 204 + } 203 205 204 206 $view 205 207 ->newLabel(pht('Home'))