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

Show magic "Home" menu item for logged-out users on public installs

Summary:
Ref T12174. Setup is:

- Allow public access.
- Don't touch the default menu.
- Visit `/` while logged out.

Currently, you see "magic home" as content, but don't actually see the menu item.

Instead, show the menu item.

Test Plan: {F2557000}

Reviewers: chad

Reviewed By: chad

Maniphest Tasks: T12174

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

-4
-4
src/applications/home/menuitem/PhabricatorHomeProfileMenuItem.php
··· 56 56 PhabricatorProfileMenuItemConfiguration $config) { 57 57 $viewer = $this->getViewer(); 58 58 59 - if (!$viewer->isLoggedIn()) { 60 - return array(); 61 - } 62 - 63 59 $name = $this->getDisplayName($config); 64 60 $icon = 'fa-home'; 65 61 $href = $this->getItemViewURI($config);