@recaptime-dev's working patches + fork for Phorge, a community fork of Phabricator. (Upstream dev and stable branches are at upstream/main and upstream/stable respectively.) hq.recaptime.dev/wiki/Phorge
phorge phabricator
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

Rename `HTTPFutureResponseStatus` subclasses

Summary: Ref T5655. Depends on D10008.

Test Plan: `arc unit`

Reviewers: #blessed_reviewers, epriestley

Reviewed By: #blessed_reviewers, epriestley

Subscribers: epriestley, Korvin

Maniphest Tasks: T5655

Differential Revision: https://secure.phabricator.com/D10009

+1 -1
+1 -1
src/applications/search/engine/PhabricatorSearchEngineElastic.php
··· 219 219 220 220 try { 221 221 $response = $this->executeRequest($uri, $this->buildSpec($query)); 222 - } catch (HTTPFutureResponseStatusHTTP $ex) { 222 + } catch (HTTPFutureHTTPResponseStatus $ex) { 223 223 // elasticsearch probably uses Lucene query syntax: 224 224 // http://lucene.apache.org/core/3_6_1/queryparsersyntax.html 225 225 // Try literal search if operator search fails.