r79198 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r79197‎ | r79198 | r79199 >
Date:20:20, 29 December 2010
Author:catrope
Status:ok
Tags:
Comment:
Followup r78824: add missing message
Modified paths:
  • /trunk/phase3/includes/api/ApiBase.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/api/ApiBase.php
@@ -1040,6 +1040,7 @@
10411041 'sharedfile-exists' => array( 'code' => 'fileexists-sharedrepo-perm', 'info' => 'The target file exists on a shared repository. Use the ignorewarnings parameter to override it.' ),
10421042 'mustbeposted' => array( 'code' => 'mustbeposted', 'info' => "The \$1 module requires a POST request" ),
10431043 'show' => array( 'code' => 'show', 'info' => 'Incorrect parameter - mutually exclusive values may not be supplied' ),
 1044+ 'specialpage-cantexecute' => array( 'code' => 'specialpage-cantexecute', 'info' => "You don't have permission to view the results of this special page" ),
10441045
10451046 // ApiEditPage messages
10461047 'noimageredirect-anon' => array( 'code' => 'noimageredirect-anon', 'info' => "Anonymous users can't create image redirects" ),

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r78824(bug 14869) Add API module for accessing QueryPage-based special pages. Took ...catrope20:35, 22 December 2010

Status & tagging log