<?xml version="1.0" encoding="UTF-8" ?>


<!--  RSS generated by JIRA 97 at Thu Sep 09 20:17:59 GMT-08:00 2010 -->

<rss version="0.92">






<channel>
    <title>WebGroup Media LLC - Projects</title>
    <link>http://www.wgmdev.com/jira</link>
    <description>This file is an XML representation of an issue</description>
    <language>en</language>
    <item>
        







<title>[CHD-566] Check MediaWiki SearchFeed plugin against newer versions of MediaWiki</title>
<link>http://www.wgmdev.com/jira/browse/CHD-566</link>

    
        <description><![CDATA[Bitruder reports ( <a href="http://www.cerb4.com/forums/showpost.php?p=3654&postcount=1">http://www.cerb4.com/forums/showpost.php?p=3654&amp;postcount=1</a> ) that the MediaWiki plugin provided at ( <a href="http://wiki.cerberusdemo.com/index.php/Fetch_%26_Retrieve_Cookbook">http://wiki.cerberusdemo.com/index.php/Fetch_%26_Retrieve_Cookbook</a> ) breaks all searching on his 1.11.0 version of MediaWiki.  It works fine on our 1.9.2 version, but should probably be tested against the newer version(s).]]></description>
    
    
        <environment><![CDATA[]]></environment>
    
        <key id="12055">CHD-566</key>
        <summary>Check MediaWiki SearchFeed plugin against newer versions of MediaWiki</summary>
        <type id="3">Task</type>
    
        <status id="1">Open</status>
        
        <resolution>Unresolved</resolution>
        
    
        
        <assignee>Unassigned</assignee>
        
    

    
        
        <reporter username="hildy">Dan Hildebrandt [WGM]</reporter>
        
    

        
        <created>Tue, 11 Mar 2008 13:51:38 -0800 (GMT-08:00)</created>
    <updated>Thu, 17 Jun 2010 06:09:14 -0800 (GMT-08:00)</updated>

    
        
        
    

    
        
        
            
            
                
                    <fixVersion>Sea of 1000 Wishes </fixVersion>
                
            
        
    

    
        
        
    

    
    
    
        <votes>2</votes>
    
    
        
        
        
    

    
    
        <comments>
            
            <comment author="ecarter" created="Thu, 10 Apr 2008 14:52:31 -0800 (GMT-08:00)" level="">I posted a possible solution, it seems to work if you disable:

                require( dirname( __FILE__ ) . &apos;/SearchFeed.i18n.php&apos; );
                foreach ( $allMessages as $lang =&gt; $langMessages ) {
                        $wgMessageCache-&gt;addMessages( $langMessages, $lang );
                }

From the loadMessages() method in Search_body.php

I just used the code..

        function loadMessages() {
                static $messagesLoaded = false;
                global $wgMessageCache;
                if ( $messagesLoaded ) return;
                $wgMessageCache-&gt;loadAllMessages();
                return true;
        }

fwiw</comment>
            
        </comments>
    
    

        



        <customfields>
        
            
                
                    
                
            
                
                    
                
            
                
                    
                
            
        </customfields>
    </item>
</channel>


</rss>