1
0
Fork 0
mirror of https://we.phorge.it/source/phorge.git synced 2024-11-24 07:42:40 +01:00
phorge-phorge/src/applications/phid
epriestley 347dabbbd6 Make HandlePool resistant to reentrant calls
Conpherence thread handles need to load other handles in order to load. Currently, HandlePool can loop when reentered. Instead, clear the on-deck list before querying so that reentering it will query for only new handles, not reissue queries for in-flight handles.

Auditors: btrahan
2015-05-09 13:46:42 -07:00
..
conduit Give Conduit params/return/errors protected visibility 2015-04-13 11:58:35 -07:00
handle Make HandlePool resistant to reentrant calls 2015-05-09 13:46:42 -07:00
interface Work around a bug in PHP 5.3-ish with abstract methods in interfaces 2013-10-25 15:58:17 -07:00
query Scope "in-flight" PHIDs more carefully 2015-05-07 21:10:43 -07:00
storage Change double quotes to single quotes. 2014-06-09 11:36:50 -07:00
type Use a typeahead for "document types" in global search 2015-04-22 15:25:34 -07:00
view Remove Controller->renderHandlesForPHIDs() 2015-03-31 05:48:19 -07:00
PhabricatorMetaMTAApplicationEmailPHIDType.php MetaMTA - add (basic) application emails and deploy to Maniphest 2015-01-19 16:07:26 -08:00
PhabricatorObjectHandle.php Make token UI stronger and more consistent 2015-04-17 11:06:58 -07:00
PhabricatorPHIDConstants.php Implement readProjectsFromRequest() helper for SearchEngines 2015-04-20 10:06:22 -07:00
utils.php Use Application PHIDs in Projects 2013-07-22 12:17:53 -07:00