the filter by user is now a <select> with realname support
before it was an autocomplete which used to require filtering by u.name
now it is more appropriated to filter by u.uid since several names/realnames may collide
PS: if this gets committed first then a re-roll would be required for #623766: fix empty username for Anonymous user and vice versa.
| Comment | File | Size | Author |
|---|---|---|---|
| 2009-11-24_filter_by_uid_instead_of_name.patch | 1.1 KB | arhak |
Comments
Comment #1
arhak commentedBTW: this patch also made fixed
'conjunction' => TRUE,instead of'conjunction' => count($user_list) > 1,to preserve uniformity between filters (core filters behave the same all the time even when there is only one option, even if there is none at all)Comment #2
nancydruCommitted.
You get a few little bonuses: