From f5d76c3682499c252722ab5285e64fbf51a6839f Mon Sep 17 00:00:00 2001 From: Andrew Garrett Date: Wed, 11 Jul 2007 00:34:38 +0000 Subject: [PATCH] * Add link to Special:Log into MonoBook toolbox --- RELEASE-NOTES | 1 + includes/SkinTemplate.php | 1 + skins/MonoBook.php | 2 +- 3 files changed, 3 insertions(+), 1 deletion(-) 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]) { ?>