Page MenuHomePhabricator

Make named lookup of users case insensitive
ClosedPublic

Authored by epriestley on Jun 10 2014, 11:59 AM.
Tags
None
Referenced Files
F14060455: D9451.diff
Mon, Nov 18, 1:22 AM
F14034803: D9451.diff
Sun, Nov 10, 2:13 AM
F14004897: D9451.id22558.diff
Sun, Oct 27, 4:42 AM
F13980572: D9451.id22577.diff
Oct 19 2024, 11:29 AM
Unknown Object (File)
Oct 9 2024, 4:12 PM
Unknown Object (File)
Oct 3 2024, 5:29 AM
Unknown Object (File)
Oct 1 2024, 12:19 PM
Unknown Object (File)
Sep 30 2024, 10:01 PM
Subscribers

Details

Summary

Fixes T5302. Allow the name @aLiNCoLN to identify user @alincoln.

Test Plan

Queried users with mixed case names.

Diff Detail

Repository
rP Phabricator
Branch
caselookup
Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 955
Build 955: [Placeholder Plan] Wait for 30 Seconds

Event Timeline

epriestley retitled this revision from to Make named lookup of users case insensitive.
epriestley updated this object.
epriestley edited the test plan for this revision. (Show Details)
epriestley added reviewers: sophiebits, btrahan.
sophiebits edited edge metadata.
sophiebits added inline comments.
src/applications/people/phid/PhabricatorPeoplePHIDTypeUser.php
71

Just to verify my understanding – this transformation isn't necessary for the query, just for matching the objects up afterwards?

This revision is now accepted and ready to land.Jun 10 2014, 6:35 PM

Yep, that's correct. The query itself finds usernames in either case (which is how the user.query version works), but we currently discard them on the way out.

epriestley updated this revision to Diff 22577.

Closed by commit rP28341307922c (authored by @epriestley).