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

Global Search Scope dropdown: Remove link to "Global Search"

Summary:
Linking "Global Search" under "More Options" is unneeded:
* It's exactly the same as the "All Items" entry which has a clearer name.
* It's also the same page as when you clicked into the Search field and pressed Enter.
We do not need three ways to access the same page in the same menu.

This also removes the meaningless, not task-oriented "More Options" section header.

Refs T16157

Test Plan: Go to Phorge pages, open the scope dropdown in the top bar search field.

Reviewers: O1 Blessed Committers, mainframe98

Reviewed By: O1 Blessed Committers, mainframe98

Subscribers: tobiaswiese, valerio.bozzolan, Matthew, Cigaryno

Maniphest Tasks: T16157

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

+2 -12
+2 -2
src/docs/user/userguide/search.diviner
··· 51 51 supported commands, see @{article:Search User Guide: Shortcuts}. 52 52 53 53 After running a search, you can scroll up to add filters and refine the result 54 - set. You can also select **Global Search** from the dropdown menu to jump 55 - here immediately, or press return in the search box without entering a query. 54 + set. You can also press return in the search box without entering a query to go 55 + here immediately. 56 56 57 57 This interface supports standard Phorge search and filtering features, 58 58 like **saved queries** and **typeaheads**. See below for more details on using
-10
src/view/page/menu/PhabricatorMainMenuSearchView.php
··· 179 179 ); 180 180 } 181 181 182 - $items[] = array( 183 - 'name' => pht('More Options'), 184 - ); 185 - 186 - $items[] = array( 187 - 'icon' => 'fa-search-plus', 188 - 'name' => pht('Global Search'), 189 - 'href' => '/search/query/advanced/', 190 - ); 191 - 192 182 $items[] = array( 193 183 'name' => pht('Documentation'), 194 184 );