Page MenuHomePhabricator

Refine global search UI for tokenizer functions
ClosedPublic

Authored by epriestley on Apr 23 2015, 10:19 AM.
Tags
None
Referenced Files
Unknown Object (File)
Nov 4 2024, 2:14 AM
Unknown Object (File)
Oct 23 2024, 7:02 PM
Unknown Object (File)
Oct 20 2024, 6:20 AM
Unknown Object (File)
Oct 14 2024, 8:53 PM
Unknown Object (File)
Oct 2 2024, 7:41 AM
Unknown Object (File)
Sep 1 2024, 12:26 PM
Unknown Object (File)
Aug 25 2024, 11:13 PM
Unknown Object (File)
Aug 23 2024, 11:04 AM
Subscribers

Details

Summary

Ref T4100.

  • Removes the "with unowned" checkbox in favor of the "no owners" function.
  • Support functions in "Authors" and "Owners".
Test Plan
  • Ran various global search and Maniphest queries.

Screen_Shot_2015-04-23_at_3.17.17_AM.png (385×1 px, 51 KB)

Diff Detail

Repository
rP Phabricator
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

epriestley retitled this revision from to Refine global search UI for tokenizer functions.
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/project/typeahead/PhabricatorProjectMembersDatasource.php
82–83

surprised this is necessary

This revision is now accepted and ready to land.Apr 23 2015, 5:00 PM
src/applications/project/typeahead/PhabricatorProjectMembersDatasource.php
82–83

The token is originally coming from the underlying Project tokenizer, which sets the color on it if the project has a color. If it was just freshly created we wouldn't have to do it.

We could do something else like automatically ignore colors on function tokens, but it's possible that we'll want colored functions or something. This may end up getting cleaned up if we don't adjust the design much, though.

This revision was automatically updated to reflect the committed changes.