* (bug 8747) Reformat output of removed entries from watchlist
authorRaimond Spekking <raymond@users.mediawiki.org>
Thu, 1 Mar 2007 23:26:27 +0000 (23:26 +0000)
committerRaimond Spekking <raymond@users.mediawiki.org>
Thu, 1 Mar 2007 23:26:27 +0000 (23:26 +0000)
RELEASE-NOTES
includes/SpecialWatchlist.php

index 86acdd0..c75d6f6 100644 (file)
@@ -244,6 +244,7 @@ lighter making things easier to read.
 * (bug 8539) Enable PLURAL option for another message of recentchanges.
 * (bug 8728) MediaWiki:Badfiletype splitted into 3 messages
 * (bug 9131) Be strict with offset values in SpecialContributions for Postgres
+* (bug 8747) Reformat output of removed entries from watchlist
 
 == Languages updated ==
 
index 6988357..8d741dd 100644 (file)
@@ -94,7 +94,7 @@ function wfSpecialWatchlist( $par ) {
                                        $wgOut->addHTML( wfMsg( 'couldntremove', htmlspecialchars($one) ) . "<br />\n" );
                                } else {
                                        wfRunHooks('UnwatchArticle', array(&$wgUser, new Article($t)));
-                                       $wgOut->addHTML( '(' . htmlspecialchars($one) . ')<br />' );
+                                       $wgOut->addHTML( '* [[' . htmlspecialchars($one) . ']]<br />' );
                                }
                        } else {
                                $wgOut->addHTML( wfMsg( 'iteminvalidname', htmlspecialchars($one) ) . "<br />\n" );