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

Move 'Query' in Maniphest Search to be above the fold

Summary: (Needed a clean branch). Moves the field up and renames to Query

Test Plan: Visit Maniphest Search, see new field, test a query

Reviewers: epriestley

Reviewed By: epriestley

Subscribers: Korvin, epriestley

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

+5 -5
+5 -5
src/applications/maniphest/query/ManiphestTaskSearchEngine.php
··· 370 370 ->setName('subscribers') 371 371 ->setLabel(pht('Subscribers')) 372 372 ->setValue($subscriber_handles)) 373 + ->appendChild( 374 + id(new AphrontFormTextControl()) 375 + ->setName('fulltext') 376 + ->setLabel(pht('Contains Words')) 377 + ->setValue($saved->getParameter('fulltext'))) 373 378 ->appendChild($status_control) 374 379 ->appendChild($priority_control); 375 380 ··· 390 395 } 391 396 392 397 $form 393 - ->appendChild( 394 - id(new AphrontFormTextControl()) 395 - ->setName('fulltext') 396 - ->setLabel(pht('Contains Words')) 397 - ->setValue($saved->getParameter('fulltext'))) 398 398 ->appendChild( 399 399 id(new AphrontFormTextControl()) 400 400 ->setName('ids')