39 public static function search( $audience, $search, $limit, $offset = 0 ) {
43 $prefix = $user ? $user->getName() :
'';
45 $cond = [
'user_name ' .
$dbr->buildLike( $prefix,
$dbr->anyString() ) ];
49 if ( $audience ===
'public' || !$audience->isAllowed(
'hideuser' ) ) {
51 $cond[
'ipb_deleted'] = [ 0, null ];
52 $joinConds[
'ipblocks'] = [
'LEFT JOIN',
'user_id=ipb_user' ];
62 'ORDER BY' =>
'user_name',
wfGetDB( $db, $groups=[], $wiki=false)
Get a Database object.
Handles searching prefixes of user names.
static search( $audience, $search, $limit, $offset=0)
Do a prefix search of user names and return a list of matching user names.
static newFromName( $name, $validate='valid')
Static factory method for creation from username.
this hook is for auditing only RecentChangesLinked and Watchlist RecentChangesLinked and Watchlist Do not use this to implement individual filters if they are compatible with the ChangesListFilter and ChangesListFilterGroup structure use sub classes of those in conjunction with the ChangesListSpecialPageStructuredFilters hook This hook can be used to implement filters that do not implement that or custom behavior that is not an individual filter e g Watchlist & $tables