Page MenuHomePhabricator

Implement readProjectsFromRequest() helper for SearchEngines
ClosedPublic

Authored by epriestley on Apr 19 2015, 2:16 PM.
Tags
None
Referenced Files
F13159192: D12468.id29922.diff
Mon, May 6, 12:13 AM
Unknown Object (File)
Mon, Apr 29, 5:06 AM
Unknown Object (File)
Sun, Apr 28, 1:02 AM
Unknown Object (File)
Sat, Apr 27, 6:41 PM
Unknown Object (File)
Thu, Apr 25, 12:07 AM
Unknown Object (File)
Wed, Apr 17, 1:35 AM
Unknown Object (File)
Fri, Apr 12, 7:43 AM
Unknown Object (File)
Thu, Apr 11, 8:24 AM
Subscribers

Details

Summary

Ref T4100. This just makes the "specify stuff in query parameters" workflow a little better:

  • You can now do ?projects=differential,diffusion.
  • You can now do ?projects=projects(alincoln).
Test Plan

Did that stuff ^^^^

Diff Detail

Repository
rP Phabricator
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

epriestley retitled this revision from to Implement readProjectsFromRequest() helper for SearchEngines.
epriestley updated this object.
epriestley edited the test plan for this revision. (Show Details)
epriestley added a reviewer: btrahan.
btrahan edited edge metadata.
btrahan added inline comments.
src/applications/phid/PhabricatorPHIDConstants.php
5

Nice, though random ish.

This revision is now accepted and ready to land.Apr 20 2015, 4:48 PM
src/applications/phid/PhabricatorPHIDConstants.php
5

Yeah -- I nuked one elsewhere in this diff and grepped for it and saw no more uses.

Not sure why it stuck around so long; must have been a merge issue or maybe we cleaned up the rest of it without realizing it.

This revision was automatically updated to reflect the committed changes.