r49014 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r49013‎ | r49014 | r49015 >
Date:16:40, 29 March 2009
Author:catrope
Status:ok
Tags:
Comment:
Followup to r49013: forgot to commit ApiBase.php
Modified paths:
  • /trunk/phase3/includes/api/ApiBase.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/api/ApiBase.php
@@ -763,6 +763,10 @@
764764 'markedaspatrollederror-noautopatrol' => array('code' => 'noautopatrol', 'info' => "You don't have permission to patrol your own changes"),
765765 'delete-toobig' => array('code' => 'bigdelete', 'info' => "You can't delete this page because it has more than \$1 revisions"),
766766 'movenotallowedfile' => array('code' => 'cantmovefile', 'info' => "You don't have permission to move files"),
 767+ 'userrights-no-interwiki' => array('code' => 'nointerwikiuserrights', 'info' => "You don't have permission to change user rights on other wikis"),
 768+ 'userrights-nodatabase' => array('code' => 'nosuchdatabase', 'info' => "Database ``\$1'' does not exist or is not local"),
 769+ 'nouserspecified' => array('code' => 'invaliduser', 'info' => "Invalid username ``\$1''"),
 770+ 'noname' => array('code' => 'invaliduser', 'info' => "Invalid username ``\$1''"),
767771
768772 // API-specific messages
769773 'readrequired' => array('code' => 'readapidenied', 'info' => "You need read permission to use this module"),

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r49013Remove ugly userrights-CentralAuth hack introduced in r48970 and friends:...catrope16:39, 29 March 2009

Status & tagging log