Page MenuHomePhabricator

Move Passphrase to SearchField
ClosedPublic

Authored by epriestley on Jun 22 2015, 2:27 AM.
Tags
None
Referenced Files
F17843156: D13384.id.diff
Sun, Jul 27, 12:33 AM
F17807780: D13384.diff
Fri, Jul 25, 3:18 PM
Unknown Object (File)
Jun 18 2025, 3:25 AM
Unknown Object (File)
Jun 18 2025, 1:22 AM
Unknown Object (File)
Jun 17 2025, 11:30 PM
Unknown Object (File)
Jun 17 2025, 12:58 PM
Unknown Object (File)
Jun 16 2025, 2:56 PM
Unknown Object (File)
Jun 2 2025, 5:02 PM
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.