Last modified: 2013-05-29 13:05:20 UTC

Wikimedia Bugzilla is closed!

Wikimedia migrated from Bugzilla to Phabricator. Bug reports are handled in Wikimedia Phabricator.
This static website is read-only and for historical purposes. It is not possible to log in and except for displaying bug reports and their history, links might be broken. See T50283, the corresponding Phabricator task for complete and up-to-date bug report information.
Bug 48283 - Fixup hardcoded usages of "User:" in CentralAuth
Fixup hardcoded usages of "User:" in CentralAuth
Status: NEW
Product: MediaWiki extensions
Classification: Unclassified
CentralAuth (Other open bugs)
master
All All
: Normal minor (vote)
: ---
Assigned To: Nobody - You can work on this!
:
Depends on:
Blocks: code_quality
  Show dependency treegraph
 
Reported: 2013-05-09 01:05 UTC by Sam Reed (reedy)
Modified: 2013-05-29 13:05 UTC (History)
4 users (show)

See Also:
Web browser: ---
Mobile Platform: ---
Assignee Huggle Beta Tester: ---


Attachments

Description Sam Reed (reedy) 2013-05-09 01:05:45 UTC
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()
		);
Comment 1 Gerrit Notification Bot 2013-05-09 01:06:12 UTC
Related URL: https://gerrit.wikimedia.org/r/62941 (Gerrit Change I51a6dd5a8345f35b6eff2f1e2a41b3bb1c29ceaa)

Note You need to log in before you can comment on or make changes to this bug.


Navigation
Links