Page MenuHomePhabricator

Conpherence - sort participant list in a case insensitive way
ClosedPublic

Authored by btrahan on Apr 22 2015, 7:02 PM.
Tags
None
Referenced Files
Unknown Object (File)
Wed, Apr 24, 11:54 PM
Unknown Object (File)
Wed, Apr 24, 10:47 AM
Unknown Object (File)
Thu, Apr 11, 8:10 AM
Unknown Object (File)
Mon, Apr 1, 2:55 PM
Unknown Object (File)
Feb 16 2024, 5:29 AM
Unknown Object (File)
Jan 31 2024, 1:36 PM
Unknown Object (File)
Dec 23 2023, 4:11 AM
Unknown Object (File)
Dec 19 2023, 10:42 PM
Subscribers

Details

Summary

Fixes T7857. Some sorting gymnastics - make a nice list for natcasesort and then array_select_key to sort - but nothing too crazy.

Test Plan

made a room with user "btrahan" and other users "BTRAHA", "BTRAHANCAPS", and "xerxes". chat room correctly ordered "btrahan" (since logged in user always at top), "BTRAHA", "BTRAHANCAPS", "xerxes". Viewed room as "xerxes" and saw ordering "xerxes", "BTRAHA", "btrahan", "BTRAHANCAPS".

Diff Detail

Repository
rP Phabricator
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

btrahan retitled this revision from to Conpherence - sort participant list in a case insensitive way.
btrahan updated this object.
btrahan edited the test plan for this revision. (Show Details)
btrahan added a reviewer: epriestley.
epriestley edited edge metadata.
This revision is now accepted and ready to land.Apr 22 2015, 7:12 PM
This revision was automatically updated to reflect the committed changes.