From: Andrew Garrett Date: Wed, 11 Jul 2007 00:34:38 +0000 (+0000) Subject: * Add link to Special:Log into MonoBook toolbox X-Git-Tag: 1.31.0-rc.0~52154 X-Git-Url: http://git.cyclocoop.org/%7B%24www_url%7Dadmin/password.php?a=commitdiff_plain;h=f5d76c3682499c252722ab5285e64fbf51a6839f;p=lhc%2Fweb%2Fwiklou.git * Add link to Special:Log into MonoBook toolbox --- diff --git a/RELEASE-NOTES b/RELEASE-NOTES index 2df41d809f..01d051dc27 100644 --- a/RELEASE-NOTES +++ b/RELEASE-NOTES @@ -131,6 +131,7 @@ it from source control: http://www.mediawiki.org/wiki/Download_from_SVN * (bug 9936) Per-edit suppression of preview-on-first edit with "preview=no" * Allow showing a one-off preview on first edit with "preview=yes" * (bug 9151) Remove timed redirects on "Return to X" pages for accessibility. +* Add link to Special:Log into MonoBook toolbox == Bugfixes since 1.10 == diff --git a/includes/SkinTemplate.php b/includes/SkinTemplate.php index fcee523563..b6f686146a 100644 --- a/includes/SkinTemplate.php +++ b/includes/SkinTemplate.php @@ -839,6 +839,7 @@ class SkinTemplate extends Skin { $nav_urls['upload'] = false; } $nav_urls['specialpages'] = array( 'href' => self::makeSpecialUrl( 'Specialpages' ) ); + $nav_urls['log'] = array( 'href' => self::makeSpecialUrl( 'Log' ) ); // default permalink to being off, will override it as required below. $nav_urls['permalink'] = false; diff --git a/skins/MonoBook.php b/skins/MonoBook.php index 48304b821e..7246791066 100644 --- a/skins/MonoBook.php +++ b/skins/MonoBook.php @@ -203,7 +203,7 @@ class MonoBookTemplate extends QuickTemplate { data['nav_urls'][$special]) { ?>