* (bug 6185) Add standard user tool links to log page views
authorRob Church <robchurch@users.mediawiki.org>
Tue, 4 Jul 2006 08:17:54 +0000 (08:17 +0000)
committerRob Church <robchurch@users.mediawiki.org>
Tue, 4 Jul 2006 08:17:54 +0000 (08:17 +0000)
RELEASE-NOTES
includes/SpecialLog.php

index 3e8b512..84ac62a 100644 (file)
@@ -639,6 +639,7 @@ Some default configuration options have changed:
 * (bug 6523) Fix SVG issue in rebuildImages.php
 * (bug 6512) Link to page-specific logs on page histories
 * (bug 6504) Allow configuring session name with $wgSessionName
+* (bug 6185) Add standard user tool links to log page views
 
 == Compatibility ==
 
index dae0ce7..a9e8573 100644 (file)
@@ -316,7 +316,7 @@ class LogViewer {
                        $linkCache->addBadLinkObj( $title );
                }
 
-               $userLink = $this->skin->makeLinkObj( $user, htmlspecialchars( $s->user_name ) );
+               $userLink = $this->skin->userLink( $s->log_user, $s->user_name ) . $this->skin->userToolLinks( $s->log_user, $s->user_name );
                $comment = $this->skin->commentBlock( $s->log_comment );
                $paramArray = LogPage::extractParams( $s->log_params );
                $revert = '';