Last modified: 2010-08-30 19:28:35 UTC

Wikimedia Bugzilla is closed!

Wikimedia migrated from Bugzilla to Phabricator. Bug reports are handled in Wikimedia Phabricator.
This static website is read-only and for historical purposes. It is not possible to log in and except for displaying bug reports and their history, links might be broken. See T26458, the corresponding Phabricator task for complete and up-to-date bug report information.
Bug 24458 - Enable subpages on frwikisource
Enable subpages on frwikisource
Status: RESOLVED FIXED
Product: Wikimedia
Classification: Unclassified
Site requests (Other open bugs)
unspecified
All All
: Normal enhancement (vote)
: ---
Assigned To: Nobody - You can work on this!
http://fr.wikisource.org/wiki/Wikisou...
: shell
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2010-07-20 11:54 UTC by Seb35
Modified: 2010-08-30 19:28 UTC (History)
1 user (show)

See Also:
Web browser: ---
Mobile Platform: ---
Assignee Huggle Beta Tester: ---


Attachments

Description Seb35 2010-07-20 11:54:20 UTC
The frwikisource community would like give the ability to rename all pages of a given books to admins (they already have the rights 'move-subpages' and 'suppressredirect'). To achieve that, it is required:

1. to activate the subpages on the Page: and Discussion_Page: namespaces (104 and 105):

$wgNamespacesWithSubpages = ...
    'frwikisource'       => array(-1=>0, 0=>1, 1=>1, 2=>1, 3=>1, 4=>1, 5=>1, 6=>0, 7=>1, 8=>0, 9=>1, 10=>1, 11=>1, 12=>1, 13=>1, 14=>0, 15=>1, 104=>1 105=>1),

2. and to increase the $wgMaximumMovedPages to 500 (at least, the average number of pages is 400-450) and preferably to 1000 (about maximum number of pages for a book).
Comment 1 JeLuF 2010-08-15 20:56:12 UTC
Done.
===================================================================
Index: InitialiseSettings.php
===================================================================
--- InitialiseSettings.php	(revision 1022)
+++ InitialiseSettings.php	(working copy)
@@ -2470,6 +2470,7 @@
     'wikisource'        => array(-1=>0, 0=>1, 1=>1, 2=>1, 3=>1, 4=>1, 5=>1, 6=>0, 7=>1, 8=>0, 9=>1, 10=>1, 11=>1, 12=>1, 13=>1, 14=>0, 15=>1),
     'cswikisource'        => array(-1=>0, 0=>1, 1=>1, 2=>1, 3=>1, 4=>1, 5=>1, 6=>0, 7=>1, 8=>1, 9=>1, 10=>1, 11=>1, 12=>1, 13=>1, 14=>0, 15=>1, 100=>1, 101=>1), #16277
     'enwikisource'        => array(-1=>0, 0=>1, 1=>1, 2=>1, 3=>1, 4=>1, 5=>1, 6=>0, 7=>1, 8=>0, 9=>1, 10=>0, 11=>1, 100=>1, 101=>1, 102=>1, 103=>1),
+    'frwikisource'       => array(-1=>0, 0=>1, 1=>1, 2=>1, 3=>1, 4=>1, 5=>1, 6=>0, 7=>1, 8=>0, 9=>1, 10=>1, 11=>1, 12=>1, 13=>1, 14=>0, 15=>1, 104=>1, 105=>1),
     'hewikisource'        => array(-1=>0, 0=>1, 1=>1, 2=>1, 3=>1, 4=>1, 5=>1, 6=>0, 7=>1, 8=>0, 9=>1, 10=>1, 11=>1, 12=>1, 13=>1, 100=>1, 101=>1, 102=>1, 103=>1, 104=>1, 105=>1, 106=>1 ), 
     'huwikisource'        => array(-1=>0, 0=>1, 1=>1, 2=>1, 3=>1, 4=>1, 5=>1, 6=>0, 7=>1, 8=>0, 9=>1, 10=>0, 11=>1, 100=>1, 101=>1, 102=>1, 103=>1),
     'idwikisource'        => array(-1=>0, 0=>1, 1=>1, 2=>1, 3=>1, 4=>1, 5=>1, 6=>0, 7=>1, 8=>0, 9=>1, 10=>0, 11=>1, 100=>1, 101=>1, 102=>1, 103=>1),
Comment 2 Seb35 2010-08-30 18:30:36 UTC
Is it possible to increase also $wgMaximumMovedPages to 500 or preferably to 1000? (Since the mean number of pages is 400-450 and the maximum number of pages is about 1000 pages.)
Comment 3 JeLuF 2010-08-30 19:28:35 UTC
Done.
===================================================================
Index: InitialiseSettings.php
===================================================================
--- InitialiseSettings.php	(revision 1071)
+++ InitialiseSettings.php	(working copy)
@@ -7668,8 +7668,9 @@
 
 'wgMaximumMovedPages' => array(
     'default' => 100,
+    'enwikibooks' => 500,
+    'frwikisource' => 500,
     'incubatorwiki' => 500,
-    'enwikibooks' => 500,
 ),
 
 'wgGroupsAddToSelf' => array(

Note You need to log in before you can comment on or make changes to this bug.


Navigation
Links