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

Update URI of "Query Overheated" explanation

Summary:
The "Query Overheated" explanation pointed to secure.phabricator.com which has recently become less reliable. Link to a copy of that Phabricator task on the we.phorge.it wiki instead.

Closes T16150

Test Plan: Overheat and click.

Reviewers: O1 Blessed Committers, mainframe98

Reviewed By: O1 Blessed Committers, mainframe98

Subscribers: tobiaswiese, valerio.bozzolan, Matthew, Cigaryno

Maniphest Tasks: T16150

Differential Revision: https://we.phorge.it/D26162

+1 -1
+1 -1
src/applications/search/controller/PhabricatorApplicationSearchController.php
··· 863 863 $overheated_link = phutil_tag( 864 864 'a', 865 865 array( 866 - 'href' => 'https://secure.phabricator.com/T13274', 866 + 'href' => 'https://we.phorge.it/w/overheated_queries/', 867 867 'target' => '_blank', 868 868 ), 869 869 pht('Learn More'));