1
0
Fork 0
mirror of https://we.phorge.it/source/phorge.git synced 2024-11-28 01:32:42 +01:00
phorge-phorge/src/applications/project/engineextension
epriestley 4bccb1547d Modularize the "jump nav" behaviors in global search
Summary: Depends on D19087. Ref T13079. This still doesn't feel like the most clean, general system in the world, but is a step forward from hard-coded `switch()` stuff.

Test Plan:
- Jumped to `r`.
- Jumped to `a`.
- Jumped to `r poe` (multiple results).
- Jumped to `r poetry` (one result).
- Jumped to `r syzygy` (no results).
- Jumped to `p`.
- Jumped to `p robot` (multiple results); `p assessment` (one result).
  - The behavior for `p <string>` has changed slightly but should be more powerful now (it's consistent with `r <string>`).
- Jumped to `s <symbol>` and `s <context>-><symbol>`.
- Jumped to `d`.
- Jumped to `f`.
- Jumped to `t`.
- Jumped to `T123`, `D123`, `@dog`, `PHID-DREV-abcd`, etc.

Maniphest Tasks: T13079

Differential Revision: https://secure.phabricator.com/D19088
2018-02-14 18:08:07 -08:00
..
PhabricatorBoardColumnsSearchEngineAttachment.php Add a "columns" attachment to the maniphest.search API method 2017-01-08 13:18:01 -08:00
PhabricatorProjectHovercardEngineExtension.php New People Hovercards 2016-02-11 15:41:55 -08:00
PhabricatorProjectsAncestorsSearchEngineAttachment.php Add "parent" and "ancestor" information to the project.search API 2017-01-08 13:14:19 -08:00
PhabricatorProjectsCurtainExtension.php Change "Projects" to "Tags" for curtain extension 2016-04-01 07:20:32 -07:00
PhabricatorProjectsEditEngineExtension.php Restore "Tags" and "Subscribers" edit capabilities to Maniphest bulk editor 2018-01-19 12:47:10 -08:00
PhabricatorProjectsFulltextEngineExtension.php Separate fulltext engine extensions into "enrich" and "index" phases 2017-09-01 09:40:11 -07:00
PhabricatorProjectsMailEngineExtension.php Add more mail stamps: tasks, subscribers, projects, spaces 2018-02-06 04:05:46 -08:00
PhabricatorProjectsMembershipIndexEngineExtension.php Index Project milestones to accurately reflect milestone membership 2017-05-26 13:10:41 -07:00
PhabricatorProjectsMembersSearchEngineAttachment.php Add more information (colors, members, watchers) to project.search 2016-01-24 10:02:05 -08:00
PhabricatorProjectsSearchEngineAttachment.php Add a "projects" Search attachment for Conduit APIs 2015-12-14 11:53:17 -08:00
PhabricatorProjectsSearchEngineExtension.php Use "tag" more consistenty when referring to associating a project with an object 2016-01-24 10:02:42 -08:00
PhabricatorProjectsWatchersSearchEngineAttachment.php Add more information (colors, members, watchers) to project.search 2016-01-24 10:02:05 -08:00
ProjectDatasourceEngineExtension.php Modularize the "jump nav" behaviors in global search 2018-02-14 18:08:07 -08:00