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

Fix new logged-out "Login" button URI and workflowiness

Summary: Whelp apparently I never actually clicked this.

Auditors: btrahan

+1 -2
+1 -2
src/applications/auth/application/PhabricatorApplicationAuth.php
··· 51 51 ->setName(pht('Log In')) 52 52 // TODO: Login icon? 53 53 ->setIcon('power') 54 - ->setWorkflow(true) 55 - ->setHref('/auth/login/'); 54 + ->setHref('/auth/start/'); 56 55 $items[] = $item; 57 56 } 58 57 }