From: Brion Vibber Date: Wed, 7 Jan 2009 03:37:01 +0000 (+0000) Subject: Revert r45432 "* Added "Advanced search" link to the search form" X-Git-Tag: 1.31.0-rc.0~43531 X-Git-Url: http://git.cyclocoop.org//%27%40script%40/%27?a=commitdiff_plain;h=533da56175d1a2fe5345e02b7b40c1959734f46a;p=lhc%2Fweb%2Fwiklou.git Revert r45432 "* Added "Advanced search" link to the search form" + . ''; The crap is this? --- diff --git a/RELEASE-NOTES b/RELEASE-NOTES index 3461b79d31..b6ccbed93f 100644 --- a/RELEASE-NOTES +++ b/RELEASE-NOTES @@ -258,7 +258,6 @@ The following extensions are migrated into MediaWiki 1.14: move log * Image moving is now enabled for sysops by default * Make "Did you mean" search feature more noticeable -* Added "Advanced search" link to the search form * (bug 2242) Add an expiry time to temporary passwords * (bug 16720) Transcluded Special:NewPages processes "/username=" diff --git a/includes/DefaultSettings.php b/includes/DefaultSettings.php index f73e80efba..18e7b65e63 100644 --- a/includes/DefaultSettings.php +++ b/includes/DefaultSettings.php @@ -1451,7 +1451,7 @@ $wgCacheEpoch = '20030516000000'; * to ensure that client-side caches don't keep obsolete copies of global * styles. */ -$wgStyleVersion = '196'; +$wgStyleVersion = '195'; # Server-side caching: diff --git a/includes/Skin.php b/includes/Skin.php index 01d821ba5a..636b96bf75 100644 --- a/includes/Skin.php +++ b/includes/Skin.php @@ -1148,8 +1148,7 @@ END; . '\n" . ' ' - . '\n" - . ''; + . '\n"; // Ensure unique id's for search boxes made after the first $this->searchboxes = $this->searchboxes == '' ? 2 : $this->searchboxes + 1; diff --git a/skins/CologneBlue.php b/skins/CologneBlue.php index 0c5b0152d8..f3806dc998 100644 --- a/skins/CologneBlue.php +++ b/skins/CologneBlue.php @@ -299,8 +299,7 @@ class SkinCologneBlue extends Skin { $s .= "searchboxes}\" class=\"mw-searchInput\" name=\"search\" size=\"14\" value=\"" . htmlspecialchars(substr($search,0,256)) . "\" />
" . "searchboxes}\" class=\"searchButton\" name=\"go\" value=\"" . htmlspecialchars( wfMsg( "searcharticle" ) ) . "\" />" - . "searchboxes}\" class=\"searchButton\" name=\"fulltext\" value=\"" . htmlspecialchars( wfMsg( "search" ) ) . "\" />\n" - . ''; + . "searchboxes}\" class=\"searchButton\" name=\"fulltext\" value=\"" . htmlspecialchars( wfMsg( "search" ) ) . "\" />"; // Ensure unique id's for search boxes made after the first $this->searchboxes = $this->searchboxes == '' ? 2 : $this->searchboxes + 1; diff --git a/skins/Modern.php b/skins/Modern.php index c16ae47668..cb24bafaef 100644 --- a/skins/Modern.php +++ b/skins/Modern.php @@ -256,7 +256,6 @@ class ModernTemplate extends QuickTemplate { ?> value="text('search') ?>" /> skin->tooltipAndAccesskey( 'search-go' ); ?> />  skin->tooltipAndAccesskey( 'search-fulltext' ); ?> /> - diff --git a/skins/MonoBook.php b/skins/MonoBook.php index 62d98baa7c..8afc4982e3 100644 --- a/skins/MonoBook.php +++ b/skins/MonoBook.php @@ -259,7 +259,6 @@ class MonoBookTemplate extends QuickTemplate { ?> value="text('search') ?>" /> skin->tooltipAndAccesskey( 'search-go' ); ?> />  skin->tooltipAndAccesskey( 'search-fulltext' ); ?> /> - diff --git a/skins/monobook/main.css b/skins/monobook/main.css index c89e77e808..7e5809b55a 100644 --- a/skins/monobook/main.css +++ b/skins/monobook/main.css @@ -715,9 +715,7 @@ input.searchButton { padding: .5em .4em .4em .4em; text-align: center; } -#p-search a { - font-size: 95%; -} + /* ** the personal toolbar */