Page MenuHomePhabricator

Remove ancient "PhabricatorQuickSearchEngineExtension" compatibility class
ClosedPublic

Authored by epriestley on May 9 2019, 6:14 PM.
Tags
None
Referenced Files
F18849797: D20509.id.diff
Thu, Oct 30, 12:19 PM
F18846825: D20509.diff
Wed, Oct 29, 9:18 PM
F18821231: D20509.diff
Wed, Oct 22, 8:44 PM
F18808792: D20509.id48902.diff
Sun, Oct 19, 8:38 AM
F18722911: D20509.id.diff
Sep 29 2025, 11:36 PM
F18716979: D20509.id.diff
Sep 29 2025, 12:59 PM
F18707921: D20509.diff
Sep 28 2025, 8:32 PM
F18679729: D20509.diff
Sep 26 2025, 1:27 AM
Subscribers
None

Details

Summary

Ref T5378. This class was renamed more than a year ago, in D19087. Remove the leftover compatiblity layer.

Test Plan

grep

Diff Detail

Repository
rP Phabricator
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

I didn't go all the way down the rabbit hole on this, but it's not immediately obvious to me that this is actually relevant to T5378.

This revision is now accepted and ready to land.May 16 2019, 12:57 PM

Oh, the relevance is that PhabricatorDatasourceEngineExtension now handles "doing magic stuff when you type things into the global search bar" (like jumping to a task when you type T123), and the next change was making "type a URI" mean "navigate to that uri" -- which got a mention in T5378, although it isn't the primary focus of that task.