Index: trunk/phase3/includes/DefaultSettings.php |
— | — | @@ -3190,7 +3190,7 @@ |
3191 | 3191 | /** |
3192 | 3192 | * Maximum number of pages to move at once when moving subpages with a page. |
3193 | 3193 | */ |
3194 | | -$wgMaximumMovedPages = 1000; |
| 3194 | +$wgMaximumMovedPages = 100; |
3195 | 3195 | |
3196 | 3196 | /** |
3197 | 3197 | * Array of namespaces to generate a sitemap for when the |
Index: trunk/phase3/RELEASE-NOTES |
— | — | @@ -46,7 +46,7 @@ |
47 | 47 | * The "createpage" permission is no longer required when uploading if the target |
48 | 48 | image page already exists. |
49 | 49 | * $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. |
51 | 51 | |
52 | 52 | === New features in 1.13 === |
53 | 53 | |