Brian Wolff has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/60089


Change subject: Add Special:[All]MyFiles as alias for Special:[All]MyUploads
......................................................................

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
---
M RELEASE-NOTES-1.22
M languages/messages/MessagesEn.php
2 files changed, 5 insertions(+), 3 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/mediawiki/core 
refs/changes/89/60089/1

diff --git a/RELEASE-NOTES-1.22 b/RELEASE-NOTES-1.22
index d96f14f..49c056e 100644
--- a/RELEASE-NOTES-1.22
+++ b/RELEASE-NOTES-1.22
@@ -33,7 +33,9 @@
   added.
 * (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. 
+  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. Previously one could still
diff --git a/languages/messages/MessagesEn.php 
b/languages/messages/MessagesEn.php
index 9fbe95e..b5a1293 100644
--- a/languages/messages/MessagesEn.php
+++ b/languages/messages/MessagesEn.php
@@ -373,7 +373,7 @@
  */
 $specialPageAliases = array(
        'Allmessages'               => array( 'AllMessages' ),
-       'AllMyUploads'              => array( 'AllMyUploads' ),
+       'AllMyUploads'              => array( 'AllMyUploads', 'AllMyFiles' ),
        'Allpages'                  => array( 'AllPages' ),
        'Ancientpages'              => array( 'AncientPages' ),
        'Badtitle'                  => array( 'Badtitle' ),
@@ -427,7 +427,7 @@
        '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' ),

-- 
To view, visit https://gerrit.wikimedia.org/r/60089
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I4373caf65495b1bd773758d880b1f5c03cfbfe2a
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/core
Gerrit-Branch: master
Gerrit-Owner: Brian Wolff <[email protected]>

_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to