r48136 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r48135‎ | r48136 | r48137 >
Date:17:37, 7 March 2009
Author:ialex
Status:ok
Tags:
Comment:
Per anomie's report on IRC: $wgMaxArticleSize is in kilobytes, not bytes
Modified paths:
  • /trunk/phase3/includes/api/ApiBase.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/api/ApiBase.php
@@ -808,7 +808,7 @@
809809 'noimageredirect-logged' => array('code' => 'noimageredirect', 'info' => "You don't have permission to create image redirects"),
810810 'spamdetected' => array('code' => 'spamdetected', 'info' => "Your edit was refused because it contained a spam fragment: ``\$1''"),
811811 'filtered' => array('code' => 'filtered', 'info' => "The filter callback function refused your edit"),
812 - 'contenttoobig' => array('code' => 'contenttoobig', 'info' => "The content you supplied exceeds the article size limit of \$1 bytes"),
 812+ 'contenttoobig' => array('code' => 'contenttoobig', 'info' => "The content you supplied exceeds the article size limit of \$1 kilobytes"),
813813 'noedit-anon' => array('code' => 'noedit-anon', 'info' => "Anonymous users can't edit pages"),
814814 'noedit' => array('code' => 'noedit', 'info' => "You don't have permission to edit pages"),
815815 'wasdeleted' => array('code' => 'pagedeleted', 'info' => "The page has been deleted since you fetched its timestamp"),

Status & tagging log