All the needy pages were moved into maintenance, this message is useless now.
authorDaniel Friesen <dantman@users.mediawiki.org>
Sun, 1 Jun 2008 05:20:58 +0000 (05:20 +0000)
committerDaniel Friesen <dantman@users.mediawiki.org>
Sun, 1 Jun 2008 05:20:58 +0000 (05:20 +0000)
Someone changed the 'Pages' into a 'Page lists' group, so now some of the pages were removed because they don't fit there anymore with the new definition.

Adding a 'redirects' group, for special pages which redirect to another one ie: Random page redirects, and redirects to a user's pages.

includes/DefaultSettings.php
languages/messages/MessagesEn.php

index 153db3e..855db15 100644 (file)
@@ -2654,6 +2654,13 @@ $wgSpecialPageGroups = array(
        'Disambiguations'           => 'pages',
        'Unwatchedpages'            => 'pages',
        'Fewestrevisions'           => 'pages',
+       
+       'Randompage'                => 'redirects',
+       'Randomredirect'            => 'redirects',
+       'Mypage'                    => 'redirects',
+       'Mytalk'                    => 'redirects',
+       'Mycontributions'           => 'redirects',
+       'Search'                    => 'redirects',
 
        'Movepage'                  => 'pagetools',
        'MergeHistory'              => 'pagetools',
@@ -2672,9 +2679,6 @@ $wgSpecialPageGroups = array(
        'Specialpages'              => 'other',
        'Blockme'                   => 'other',
        'Booksources'               => 'other',
-       'Mypage'                    => 'other',
-       'Mytalk'                    => 'other',
-       'Mycontributions'           => 'other',
 );
 
 /**
index 4de79b7..fdcc7be 100644 (file)
@@ -3399,11 +3399,11 @@ Enter the filename without the "{{ns:image}}:" prefix.',
 'specialpages-group-changes'     => 'Recent changes and logs',
 'specialpages-group-media'       => 'Media reports and uploads',
 'specialpages-group-users'       => 'Users and rights',
-'specialpages-group-needy'       => 'Pages in need of work',
 'specialpages-group-highuse'     => 'High use pages',
 'specialpages-group-pages'       => 'Page lists',
 'specialpages-group-pagetools'   => 'Page tools',
 'specialpages-group-wiki'        => 'Wiki data and tools',
+'specialpages-group-redirects'   => 'Redirecting special pages',
 'specialpages-group-spam'        => 'Spam tools',
 
 );