Re: [SMW-devel] Extension 'Replace Text' Error

2012-01-03 Thread zehetner
It seems to be ok. I did a 'svn update' and the special page appears without error. Cheers, Gu On Tue, 3 Jan 2012 09:02:08 -0500, Yaron Koren wrote: > Oh - it's worse than I thought, then. :) Hopefully the fix I added will > still work. > > On Tue, Jan 3, 2012 at 8:46 AM, zehetner wrote: > >>

Re: [SMW-devel] Extension 'Replace Text' Error

2012-01-03 Thread Yaron Koren
Oh - it's worse than I thought, then. :) Hopefully the fix I added will still work. On Tue, Jan 3, 2012 at 8:46 AM, zehetner wrote: > Thanks Yaron! > > I'm using > >> > MediaWiki 1.17.0 > > Gu > > On Tue, 3 Jan 2012 08:40:00 -0500, Yaron Koren > wrote: > > Hi Gu, > > > > Thanks for pointing

Re: [SMW-devel] Extension 'Replace Text' Error

2012-01-03 Thread zehetner
Thanks Yaron! I'm using >> > MediaWiki 1.17.0 Gu On Tue, 3 Jan 2012 08:40:00 -0500, Yaron Koren wrote: > Hi Gu, > > Thanks for pointing that out. There were some changes to the Replace Text > extension a few days that removed support for MediaWiki versions below 1.16 > (which was the plan

Re: [SMW-devel] Extension 'Replace Text' Error

2012-01-03 Thread Yaron Koren
Hi Gu, Thanks for pointing that out. There were some changes to the Replace Text extension a few days that removed support for MediaWiki versions below 1.16 (which was the plan), but support was accidentally removed for MW 1.16 as well - which is I assume the version that you're using. I just fixe

Re: [SMW-devel] Extension 'Replace Text' Error

2012-01-03 Thread zehetner
It's the line $wgOut->addModuleStyles( 'mediawiki.special' ); in SpecialReplaceText.php which causes the error. No idea where 'mediawiki.special' styles should be defined. Commenting the line out makes the special page appear. Cheers, Gu On Tue, 3 Jan 2012 02:36:20 -0800 (PST), Günther

[SMW-devel] Extension 'Replace Text' Error

2012-01-03 Thread Günther Zehetner
Hi, I just checked out 'Replace Text' via svn and when I try to go to the page Special:ReplaceText I get the error: Fatal error: Call to a member function getGroup() on a non-object in .../w/includes/OutputPage.php on line 2707 Did I miss something? Using MediaWiki