From 39313fa8df369110e45687a6af7267facc702d27 Mon Sep 17 00:00:00 2001 From: Daniel Friesen Date: Sun, 1 Jun 2008 05:20:58 +0000 Subject: [PATCH] All the needy pages were moved into maintenance, this message is useless now. 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 | 10 +++++++--- languages/messages/MessagesEn.php | 2 +- 2 files changed, 8 insertions(+), 4 deletions(-) diff --git a/includes/DefaultSettings.php b/includes/DefaultSettings.php index 153db3eeaf..855db15ff3 100644 --- a/includes/DefaultSettings.php +++ b/includes/DefaultSettings.php @@ -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', ); /** diff --git a/languages/messages/MessagesEn.php b/languages/messages/MessagesEn.php index 4de79b7862..fdcc7beee8 100644 --- a/languages/messages/MessagesEn.php +++ b/languages/messages/MessagesEn.php @@ -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', ); -- 2.20.1