1
0
Fork 0
mirror of https://we.phorge.it/source/phorge.git synced 2024-09-22 18:28:47 +02:00
phorge-phorge/src/applications/search/controller
epriestley 758586abda Allow builtin named queries to be disabled
Summary:
Applications come with builtin queries, but users might want to get rid of them. Allow users to disable named queries if they prefer.

This has one funky behavior, which is that the first time you disable a named query it goes to the top of your list. That will be fixed in the next diff, which will make them reorderable.

Test Plan: Added/edited/removed named queries, disabled/enabled builtin named queries.

Reviewers: chad

Reviewed By: chad

CC: aran

Differential Revision: https://secure.phabricator.com/D6128
2013-06-05 05:28:25 -07:00
..
PhabricatorApplicationSearchController.php Allow builtin named queries to be disabled 2013-06-05 05:28:25 -07:00
PhabricatorSearchAttachController.php Require a viewer to load handles 2013-02-28 17:15:09 -08:00
PhabricatorSearchBaseController.php
PhabricatorSearchController.php Minor search ui updates 2013-05-09 15:09:49 -07:00
PhabricatorSearchDeleteController.php Allow builtin named queries to be disabled 2013-06-05 05:28:25 -07:00
PhabricatorSearchEditController.php Make query results page slightly more generic 2013-05-27 13:43:02 -07:00
PhabricatorSearchHovercardController.php Hovercard tweaks 2013-04-06 21:16:55 -07:00
PhabricatorSearchSelectController.php