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

Allow Phrequent to be used in dashboard panels

Summary: Probably useful if you use Phrequent.

Test Plan: I did not test this beyond lint/unit.

Reviewers: epriestley

Reviewed By: epriestley

Subscribers: Korvin

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

-5
-5
src/applications/phrequent/query/PhrequentSearchEngine.php
··· 10 10 return 'PhabricatorPhrequentApplication'; 11 11 } 12 12 13 - public function canUseInPanelContext() { 14 - return false; 15 - } 16 - 17 - 18 13 public function getPageSize(PhabricatorSavedQuery $saved) { 19 14 return $saved->getParameter('limit', 1000); 20 15 }