@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 ApplicationSearch URIs for Settings

Summary: Fixes T11275. This search query doesn't actually have any options so these links are a little pointless, but generate valid links instead of 404s.

Test Plan: Clicked "Advanced Search" and "Edit Queries" from `/settings/`.

Reviewers: chad

Reviewed By: chad

Maniphest Tasks: T11275

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

+1 -1
+1 -1
src/applications/settings/query/PhabricatorUserPreferencesSearchEngine.php
··· 27 27 } 28 28 29 29 protected function getURI($path) { 30 - return '/settings/list/'.$path; 30 + return '/settings/'.$path; 31 31 } 32 32 33 33 protected function getBuiltinQueryNames() {