Page MenuHomePhabricator

Move Passphrase to SearchField
ClosedPublic

Authored by epriestley on Jun 22 2015, 2:27 AM.
Tags
None
Referenced Files
F13241890: D13384.id32404.diff
Thu, May 23, 12:05 AM
F13240055: D13384.id32404.diff
Wed, May 22, 9:53 AM
F13224022: D13384.id32415.diff
Sun, May 19, 5:57 AM
F13209523: D13384.id32404.diff
Fri, May 17, 12:44 AM
F13196549: D13384.diff
Sun, May 12, 11:21 PM
F13191629: D13384.id32404.diff
Sat, May 11, 11:04 PM
F13183774: D13384.id32415.diff
Fri, May 10, 12:18 PM
Unknown Object (File)
Mon, May 6, 12:48 AM
Subscribers

Details

Reviewers
btrahan
Commits
Restricted Diffusion Commit
rPbc6d0478b4d3: Move Passphrase to SearchField
Summary

Prepares for bringing spaces and a new object policy here.

Test Plan

Used all search controls dozens of times.

Diff Detail

Repository
rP Phabricator
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

epriestley retitled this revision from to Move Passphrase to SearchField.
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/passphrase/query/PassphraseCredentialQuery.php
143

just double checking intentional

This revision is now accepted and ready to land.Jun 22 2015, 5:19 PM
src/applications/passphrase/query/PassphraseCredentialQuery.php
143

Yeah, just smoothing out searching for "Twitter" to match "twitter", which doesn't work without this. This isn't really ideal but is a quick hack to improve behavior without any real negative effects AFAIK.

This revision was automatically updated to reflect the committed changes.