* (bug 18259) Special:DeletedContributions now also uses MediaWiki:Sp-contributions...
authorAlexandre Emsenhuber <ialex@users.mediawiki.org>
Mon, 30 Mar 2009 16:54:32 +0000 (16:54 +0000)
committerAlexandre Emsenhuber <ialex@users.mediawiki.org>
Mon, 30 Mar 2009 16:54:32 +0000 (16:54 +0000)
CREDITS
RELEASE-NOTES
includes/specials/SpecialDeletedContributions.php

diff --git a/CREDITS b/CREDITS
index 4aef01a..2b91ef8 100644 (file)
--- a/CREDITS
+++ b/CREDITS
@@ -84,6 +84,7 @@ following names for their contribution to the product.
 * Nikolaos S. Karastathis
 * Olaf Lenz
 * Paul Copperman
+* PieRRoMaN
 * RememberTheDot
 * RenĂ© Kijewski
 * ST47
index 7826f00..d369ac0 100644 (file)
@@ -311,6 +311,8 @@ it from source control: http://www.mediawiki.org/wiki/Download_from_SVN
 * Improved error handling for image moving
 * (bug 17974) On Special:SpecialPages, restricted special pages are now marked 
   with <strong> tags, helps with text-based browsers
+* (bug 18259) Special:DeletedContributions now also uses
+  MediaWiki:Sp-contributions-logs for the link to Special:Log
 
 == API changes in 1.15 ==
 * (bug 16858) Revamped list=deletedrevs to make listing deleted contributions
index 67b05ca..70f701d 100644 (file)
@@ -307,7 +307,7 @@ class DeletedContributionsPage extends SpecialPage {
                        }
                        # Other logs link
                        $tools[] = $sk->makeKnownLinkObj( SpecialPage::getTitleFor( 'Log' ),
-                               wfMsgHtml( 'log' ), 'user=' . $nt->getPartialUrl() );
+                               wfMsgHtml( 'sp-contributions-logs' ), 'user=' . $nt->getPartialUrl() );
                        # Link to undeleted contributions
                        $tools[] = $sk->makeKnownLinkObj( SpecialPage::getTitleFor( 'Contributions', $nt->getDBkey() ),
                                wfMsgHtml( 'contributions' ) );