r49036 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r49035‎ | r49036 | r49037 >
Date:16:54, 30 March 2009
Author:ialex
Status:ok
Tags:
Comment:
* (bug 18259) Special:DeletedContributions now also uses MediaWiki:Sp-contributions-logs for the link to Special:Log
Modified paths:
  • /trunk/phase3/CREDITS (modified) (history)
  • /trunk/phase3/RELEASE-NOTES (modified) (history)
  • /trunk/phase3/includes/specials/SpecialDeletedContributions.php (modified) (history)

Diff [purge]

Index: trunk/phase3/CREDITS
@@ -84,6 +84,7 @@
8585 * Nikolaos S. Karastathis
8686 * Olaf Lenz
8787 * Paul Copperman
 88+* PieRRoMaN
8889 * RememberTheDot
8990 * René Kijewski
9091 * ST47
Index: trunk/phase3/includes/specials/SpecialDeletedContributions.php
@@ -307,7 +307,7 @@
308308 }
309309 # Other logs link
310310 $tools[] = $sk->makeKnownLinkObj( SpecialPage::getTitleFor( 'Log' ),
311 - wfMsgHtml( 'log' ), 'user=' . $nt->getPartialUrl() );
 311+ wfMsgHtml( 'sp-contributions-logs' ), 'user=' . $nt->getPartialUrl() );
312312 # Link to undeleted contributions
313313 $tools[] = $sk->makeKnownLinkObj( SpecialPage::getTitleFor( 'Contributions', $nt->getDBkey() ),
314314 wfMsgHtml( 'contributions' ) );
Index: trunk/phase3/RELEASE-NOTES
@@ -311,6 +311,8 @@
312312 * Improved error handling for image moving
313313 * (bug 17974) On Special:SpecialPages, restricted special pages are now marked
314314 with <strong> tags, helps with text-based browsers
 315+* (bug 18259) Special:DeletedContributions now also uses
 316+ MediaWiki:Sp-contributions-logs for the link to Special:Log
315317
316318 == API changes in 1.15 ==
317319 * (bug 16858) Revamped list=deletedrevs to make listing deleted contributions

Status & tagging log