r89644 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r89643‎ | r89644 | r89645 >
Date:12:42, 7 June 2011
Author:siebrand
Status:ok
Tags:
Comment:
Fix broken r89643.
Modified paths:
  • /trunk/phase3/includes/specials/SpecialLockdb.php (modified) (history)
  • /trunk/phase3/languages/messages/MessagesEn.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/specials/SpecialLockdb.php
@@ -124,7 +124,7 @@
125125 fwrite( $fp, $this->reason );
126126 fwrite( $fp, "\n<p>" . wfMsgExt(
127127 'lockedbyandtime',
128 - array( 'content', 'parseinline' ),
 128+ array( 'content', 'parsemag' ),
129129 $wgUser->getName(),
130130 $wgContLang->date( wfTimestampNow() ),
131131 $wgContLang->time( wfTimestampNow() )
Index: trunk/phase3/languages/messages/MessagesEn.php
@@ -3171,7 +3171,7 @@
31723172 'lockfilenotwritable' => 'The database lock file is not writable.
31733173 To lock or unlock the database, this needs to be writable by the web server.',
31743174 'databasenotlocked' => 'The database is not locked.',
3175 -'lockedbyandtime' => '(by GENDER:$1|$1}} on $2 at $3)',
 3175+'lockedbyandtime' => '(by {{GENDER:$1|$1}} on $2 at $3)',
31763176
31773177 # Move page
31783178 'move-page' => 'Move $1',

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r89643Add GENDER support for 'lockedbyandtime'. Suggested by Purodha Blissenbach.siebrand12:12, 7 June 2011

Status & tagging log