Reduce default max pages to move at once to 100, primarily to keep RC spam to sane...
authorAryeh Gregor <simetrical@users.mediawiki.org>
Fri, 23 May 2008 17:15:33 +0000 (17:15 +0000)
committerAryeh Gregor <simetrical@users.mediawiki.org>
Fri, 23 May 2008 17:15:33 +0000 (17:15 +0000)
RELEASE-NOTES
includes/DefaultSettings.php

index c15849e..5efe398 100644 (file)
@@ -46,7 +46,7 @@ it from source control: http://www.mediawiki.org/wiki/Download_from_SVN
 * The "createpage" permission is no longer required when uploading if the target
   image page already exists.
 * $wgMaximumMovedPages restricts the number of pages that can be moved at once
-  (default 1000) with the new subpage-move functionality of Special:Movepage.
+  (default 100) with the new subpage-move functionality of Special:Movepage.
 
 === New features in 1.13 ===
 
index 2aa35fa..09b3e38 100644 (file)
@@ -3190,7 +3190,7 @@ $wgExpensiveParserFunctionLimit = 100;
 /**
  * Maximum number of pages to move at once when moving subpages with a page.
  */
-$wgMaximumMovedPages = 1000;
+$wgMaximumMovedPages = 100;
 
 /**
  * Array of namespaces to generate a sitemap for when the