1
0
Fork 0
mirror of https://we.phorge.it/source/phorge.git synced 2024-09-23 02:38:48 +02:00
phorge-phorge/src/applications/search/controller
epriestley 5d94a8a338 Use delegation to generalize application search controllers
Summary:
Ref T2625. Lifts almost all of the search logic out of Paste controllers and into Search.

This uses controller delegation for generalization. We use this in a few places, but don't use it very much yet. I think it's pretty reasonable as-is, but I might be able to make even more stuff free.

There are some slightly rough edges around routes, still, but I want to hit Phame and Differential (which both have multiple application search engines) before trying to generalize that.

Test Plan: Executed, browsed and managed Paste searches.

Reviewers: btrahan

Reviewed By: btrahan

CC: aran

Maniphest Tasks: T2625

Differential Revision: https://secure.phabricator.com/D6073
2013-05-30 14:09:02 -07:00
..
PhabricatorApplicationSearchController.php Use delegation to generalize application search controllers 2013-05-30 14:09:02 -07:00
PhabricatorSearchAttachController.php Require a viewer to load handles 2013-02-28 17:15:09 -08:00
PhabricatorSearchBaseController.php Delete license headers from files 2012-11-05 11:16:51 -08:00
PhabricatorSearchController.php Minor search ui updates 2013-05-09 15:09:49 -07:00
PhabricatorSearchDeleteController.php Allow custom queries to be deleted 2013-05-27 13:42:44 -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 Delete license headers from files 2012-11-05 11:16:51 -08:00