1
0
Fork 0
mirror of https://we.phorge.it/source/phorge.git synced 2024-11-16 11:52:40 +01:00
phorge-phorge/src/applications/search/engineextension
epriestley bdc517485c Modernize Hovercard implementation
Summary:
Ref T8980. Move away from events to EngineExtensions.

This also simplifies hovercards a bit:

  - Removes tasks from revision cards.
  - Removes blockers/blocked from task cards.
  - Removes "Send Message" from user cards.

These mostly felt cluttery to me. Open to arguments to retain them. I think we can make better use of the space, though (e.g., flags, projects + board columns).

Test Plan:
  - Viewed people, task, revision, commit and project hovercards.

{F1043256}

{F1043257}

Reviewers: chad

Reviewed By: chad

Maniphest Tasks: T8980

Differential Revision: https://secure.phabricator.com/D14878
2015-12-24 12:18:28 -08:00
..
PhabricatorFulltextIndexEngineExtension.php Implement basic ngram search for Owners Package names 2015-12-22 08:00:33 -08:00
PhabricatorHovercardEngineExtension.php Modernize Hovercard implementation 2015-12-24 12:18:28 -08:00
PhabricatorHovercardEngineExtensionModule.php Modernize Hovercard implementation 2015-12-24 12:18:28 -08:00
PhabricatorIDsSearchEngineExtension.php Clean up "ids" and "phids" handling in SearchEngines 2015-12-14 04:24:54 -08:00
PhabricatorLiskFulltextEngineExtension.php Convert all "DocumentIndexers" into "FulltextEngines" 2015-12-21 17:25:23 -08:00
PhabricatorLiskSearchEngineExtension.php Formalize custom Conduit fields on objects 2015-12-14 11:54:13 -08:00
PhabricatorNgramsIndexEngineExtension.php Implement basic ngram search for Owners Package names 2015-12-22 08:00:33 -08:00
PhabricatorSearchEngineAttachment.php Implement an "Attachments" behavior for Conduit Search APIs 2015-12-14 11:53:00 -08:00
PhabricatorSearchEngineExtension.php Add a "content" attachment for Pastes for Conduit API 2015-12-14 11:53:32 -08:00
PhabricatorSearchEngineExtensionModule.php Prepare DestructionEngine to be modularized 2015-12-21 17:03:32 -08:00
PhabricatorSearchIndexVersionDestructionEngineExtension.php Allow index extensions to skip indexing if the object has not changed 2015-12-21 17:27:14 -08:00
PhabricatorSearchNgramsDestructionEngineExtension.php Implement basic ngram search for Owners Package names 2015-12-22 08:00:33 -08:00