r35236 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r35235‎ | r35236 | r35237 >
Date:17:15, 23 May 2008
Author:simetrical
Status:old
Tags:
Comment:
Reduce default max pages to move at once to 100, primarily to keep RC spam to sane levels until a more reasonable fix can be thought up.
Modified paths:
  • /trunk/phase3/RELEASE-NOTES (modified) (history)
  • /trunk/phase3/includes/DefaultSettings.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/DefaultSettings.php
@@ -3190,7 +3190,7 @@
31913191 /**
31923192 * Maximum number of pages to move at once when moving subpages with a page.
31933193 */
3194 -$wgMaximumMovedPages = 1000;
 3194+$wgMaximumMovedPages = 100;
31953195
31963196 /**
31973197 * Array of namespaces to generate a sitemap for when the
Index: trunk/phase3/RELEASE-NOTES
@@ -46,7 +46,7 @@
4747 * The "createpage" permission is no longer required when uploading if the target
4848 image page already exists.
4949 * $wgMaximumMovedPages restricts the number of pages that can be moved at once
50 - (default 1000) with the new subpage-move functionality of Special:Movepage.
 50+ (default 100) with the new subpage-move functionality of Special:Movepage.
5151
5252 === New features in 1.13 ===
5353

Status & tagging log