r68556 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r68555‎ | r68556 | r68557 >
Date:06:34, 25 June 2010
Author:raymond
Status:ok
Tags:
Comment:
Follow-up r68555: Add new message key to maintenance script
Add new special page to $specialPageAliase
Modified paths:
  • /trunk/phase3/languages/messages/MessagesEn.php (modified) (history)
  • /trunk/phase3/maintenance/language/messages.inc (modified) (history)

Diff [purge]

Index: trunk/phase3/maintenance/language/messages.inc
@@ -1103,6 +1103,7 @@
11041104 'right-override-export-depth',
11051105 'right-sendemail',
11061106 'right-revisionmove',
 1107+ 'right-selenium',
11071108 ),
11081109 'rightslog' => array(
11091110 'rightslog',
Index: trunk/phase3/languages/messages/MessagesEn.php
@@ -458,6 +458,7 @@
459459 'Activeusers' => array( 'ActiveUsers' ),
460460 'RevisionMove' => array( 'RevisionMove' ),
461461 'ComparePages' => array( 'ComparePages' ),
 462+ 'Selenium' => array( 'Selenium' ),
462463 );
463464
464465 /**

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r68555* Integrated the selenium tests into MediaWiki properly, and removed the inse...tstarling05:55, 25 June 2010

Status & tagging log