@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 an error when looking at a new, unparsed repository.

+3
+3
src/applications/diffusion/query/base/DiffusionQuery.php
··· 106 106 $repository = $drequest->getRepository(); 107 107 $commits = self::loadCommitsByIdentifiers($identifiers); 108 108 109 + if (!$commits) { 110 + return array(); 111 + } 109 112 110 113 $path = $drequest->getPath(); 111 114