https://bugzilla.wikimedia.org/show_bug.cgi?id=48283

       Web browser: ---
            Bug ID: 48283
           Summary: Fixup hardcoded usages of "User:" in CentralAuth
           Product: MediaWiki extensions
           Version: master
          Hardware: All
                OS: All
            Status: NEW
          Severity: minor
          Priority: Unprioritized
         Component: CentralAuth
          Assignee: [email protected]
          Reporter: [email protected]
                CC: [email protected], [email protected],
                    [email protected], [email protected]
    Classification: Unclassified
   Mobile Platform: ---

CentralAuthUser.php line 2399
$log->addEntry( $action, Title::newFromText( "User:{$this->mName}@global" ),
$reason, $params );


SpecialCentralAuth.php line 679
        $numRows = LogEventsList::showLogExtract(
            $text,
            array( 'globalauth', 'suppress' ),
            Title::newFromText( "User:{$user}@global" )->getPrefixedText(),
            '',
            array( 'showIfEmpty' => true ) );


CentralAuthHooks.php line 886
$params['url'] = $wiki->getUrl( 'User:' . $user->getTitleKey() );


SpecialCentralAuth.php line 553
        return self::foreignLink(
            $wiki,
            'User:' . $this->mUserName,
            $wikiname,
            $this->msg( 'centralauth-foreign-link', $this->mUserName, $wikiname
)->text()
        );


SpecialMergeAccount.php line 468 (same as SpecialCentralAuth.php above)
        return SpecialCentralAuth::foreignLink(
            $wiki,
            'User:' . $this->mUserName,
            $wikiname,
            $this->msg( 'centralauth-foreign-link', $this->mUserName, $wikiname
)->text()
        );

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are on the CC list for the bug.
_______________________________________________
Wikibugs-l mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l

Reply via email to