Page MenuHomePhabricator

Implement readProjectsFromRequest() helper for SearchEngines
ClosedPublic

Authored by epriestley on Apr 19 2015, 2:16 PM.
Tags
None
Referenced Files
Unknown Object (File)
Fri, Dec 13, 12:02 AM
Unknown Object (File)
Mon, Dec 9, 2:40 PM
Unknown Object (File)
Oct 19 2024, 6:20 PM
Unknown Object (File)
Oct 18 2024, 11:51 AM
Unknown Object (File)
Oct 14 2024, 6:12 PM
Unknown Object (File)
Oct 14 2024, 12:00 PM
Unknown Object (File)
Oct 1 2024, 3:27 AM
Unknown Object (File)
Sep 24 2024, 3:46 PM
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.