r36954 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r36953‎ | r36954 | r36955 >
Date:22:31, 2 July 2008
Author:simetrical
Status:old
Tags:
Comment:
Change canonical name for BlockIP to BlockUser, since it's been used to block logged-in users as well as IP users since forever. I double-checked that "BlockIP" still works, in English and other languages. (I guess this doesn't need a RELEASE-NOTES mention, since it's technically just a localization change? Or is that too linguistically egalitarian an attitude?)
Modified paths:
  • /trunk/phase3/languages/messages/MessagesEn.php (modified) (history)

Diff [purge]

Index: trunk/phase3/languages/messages/MessagesEn.php
@@ -408,7 +408,7 @@
409409 'Version' => array( 'Version' ),
410410 'Allmessages' => array( 'AllMessages' ),
411411 'Log' => array( 'Log', 'Logs' ),
412 - 'Blockip' => array( 'BlockIP' ),
 412+ 'Blockip' => array( 'BlockUser', 'BlockIP' ),
413413 'Undelete' => array( 'Undelete' ),
414414 'Import' => array( 'Import' ),
415415 'Lockdb' => array( 'LockDB' ),

Follow-up revisions

RevisionCommit summaryAuthorDate
r37007Revert r36954 ("Change canonical name for BlockIP to BlockUser, since it's be...brion20:50, 3 July 2008

Status & tagging log