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.

Comments

arhak’s picture

BTW: 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)

nancydru’s picture

Status: Needs review » Fixed

Committed.

You get a few little bonuses:

  • Initialized form array in a few places.
  • Added link to recent log page from settings page.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.