Page MenuHomePhabricator

Move Passphrase to SearchField
ClosedPublic

Authored by epriestley on Jun 22 2015, 2:27 AM.
Tags
None
Referenced Files
F16665414: D13384.diff
Tue, Jun 17, 12:58 PM
Unknown Object (File)
Mon, Jun 16, 2:56 PM
Unknown Object (File)
Mon, Jun 2, 5:02 PM
Unknown Object (File)
May 11 2025, 12:57 PM
Unknown Object (File)
May 8 2025, 9:27 PM
Unknown Object (File)
May 7 2025, 9:33 AM
Unknown Object (File)
Apr 12 2025, 9:50 AM
Unknown Object (File)
Apr 11 2025, 9:31 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
Branch
phrase1
Lint
Lint Passed
Unit
Tests Passed
Build Status
Buildable 6932
Build 6954: [Placeholder Plan] Wait for 30 Seconds

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.