From f12b195f6af28144ca6840c7d4c7cccafef788c4 Mon Sep 17 00:00:00 2001 From: Brian Wolff Date: Fri, 19 Apr 2013 21:41:26 -0300 Subject: [PATCH] Add Special:[All]MyFiles as alias for Special:[All]MyUploads I've been typing the wrong one all day. When I mentioned it on irc, Odder seemed to think making an alias would be a good idea. Change-Id: I4373caf65495b1bd773758d880b1f5c03cfbfe2a --- RELEASE-NOTES-1.22 | 2 ++ languages/messages/MessagesEn.php | 4 ++-- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/RELEASE-NOTES-1.22 b/RELEASE-NOTES-1.22 index c90fdbe06d..f0490d4920 100644 --- a/RELEASE-NOTES-1.22 +++ b/RELEASE-NOTES-1.22 @@ -204,6 +204,8 @@ production. * (bug 30607) Special:ListFiles can now show old versions of files. Additionally Special:AllMyUploads was introduced so the user can get a list of all things they have ever uploaded, even if it was subsequently overriden. +* Introduced Special:MyFiles and Special:AllMyFiles as an alias for Special:MyUploads + and Special:AllMyUploads respectively. === Bug fixes in 1.22 === * Disable Special:PasswordReset when $wgEnableEmail is false. Previously one diff --git a/languages/messages/MessagesEn.php b/languages/messages/MessagesEn.php index 67f29d1d68..51c9e1ad00 100644 --- a/languages/messages/MessagesEn.php +++ b/languages/messages/MessagesEn.php @@ -385,7 +385,7 @@ $magicWords = array( $specialPageAliases = array( 'Activeusers' => array( 'ActiveUsers' ), 'Allmessages' => array( 'AllMessages' ), - 'AllMyUploads' => array( 'AllMyUploads' ), + 'AllMyUploads' => array( 'AllMyUploads', 'AllMyFiles' ), 'Allpages' => array( 'AllPages' ), 'Ancientpages' => array( 'AncientPages' ), 'Badtitle' => array( 'Badtitle' ), @@ -439,7 +439,7 @@ $specialPageAliases = array( 'Mycontributions' => array( 'MyContributions' ), 'Mypage' => array( 'MyPage' ), 'Mytalk' => array( 'MyTalk' ), - 'Myuploads' => array( 'MyUploads' ), + 'Myuploads' => array( 'MyUploads', 'MyFiles' ), 'Newimages' => array( 'NewFiles', 'NewImages' ), 'Newpages' => array( 'NewPages' ), 'PagesWithProp' => array( 'PagesWithProp', 'Pageswithprop', 'PagesByProp', 'Pagesbyprop' ), -- 2.20.1