From: Rob Church Date: Sun, 2 Jul 2006 19:36:11 +0000 (+0000) Subject: * Rename "searchquery" to "searchsubtitle" and support wiki text in it X-Git-Tag: 1.31.0-rc.0~56467 X-Git-Url: http://git.cyclocoop.org/%22%20.%20generer_url_ecrire%28%22calendrier%22%2C%22type=semaine%22%29%20.%20%22?a=commitdiff_plain;h=94c9383fd72c889ab14001a53307913b03b8ffd9;p=lhc%2Fweb%2Fwiklou.git * Rename "searchquery" to "searchsubtitle" and support wiki text in it --- diff --git a/RELEASE-NOTES b/RELEASE-NOTES index 34e724ceed..d9a94bdc5b 100644 --- a/RELEASE-NOTES +++ b/RELEASE-NOTES @@ -629,6 +629,7 @@ Some default configuration options have changed: with interwiki prefixes, otherwise do what Title::makeTitleSafe() does. * (bug 6516) Update to Russian translation * New 'allpagesbadtitle' message for Special:Allpages, based on 'badtitletext'. +* Rename "searchquery" to "searchsubtitle" and support wiki text in it == Compatibility == diff --git a/includes/AjaxFunctions.php b/includes/AjaxFunctions.php index 73af03ce22..28b01eec2c 100644 --- a/includes/AjaxFunctions.php +++ b/includes/AjaxFunctions.php @@ -98,7 +98,7 @@ class AjaxCachePolicy { function wfSajaxSearch( $term ) { - global $wgContLang, $wgAjaxCachePolicy; + global $wgContLang, $wgAjaxCachePolicy, $wgOut; $limit = 16; $l = new Linker; @@ -140,7 +140,7 @@ function wfSajaxSearch( $term ) { return '
' . wfMsg( 'hideresults' ) . '
' . '

'.wfMsg('search') - . '

'.wfMsg('searchquery', $term) . '