Re: [SMW-devel] SMW min version has changed (related to Special:Ask autocompletion)

2010-09-17 Thread Daniel Friesen
CNIT wrote: 10.09.2010 9:05, Daniel Friesen пишет: 1.17 has a new installer being worked on, which seams to both provide installation capabilities to command line (which previously only could do upgrades), and upgrade capabilities to the web interface (which previously could only do

Re: [SMW-devel] SMW min version has changed (related to Special:Ask autocompletion)

2010-09-11 Thread Yaron Koren
Hi, Yeah, I put in $wgOut-addExtensionStyle() in the code because I was told, via Code Review, that it was a better alternative to $wgOut-addLink(). But I (or anyone else) could switch it to addLink(), which has been around for a much longer time, if compatibility with older versions is still

Re: [SMW-devel] SMW min version has changed (related to Special:Ask autocompletion)

2010-09-11 Thread Markus Krötzsch
On 11/09/2010 17:33, Yaron Koren wrote: Hi, Yeah, I put in $wgOut-addExtensionStyle() in the code because I was told, via Code Review, that it was a better alternative to $wgOut-addLink(). But I (or anyone else) could switch it to addLink(), which has been around for a much longer time, if

Re: [SMW-devel] SMW min version has changed (related to Special:Ask autocompletion)

2010-09-10 Thread Daniel Friesen
1.17 has a new installer being worked on, which seams to both provide installation capabilities to command line (which previously only could do upgrades), and upgrade capabilities to the web interface (which previously could only do installation), so my guess is that by the time we get

Re: [SMW-devel] SMW min version has changed (related to Special:Ask autocompletion)

2010-09-10 Thread Markus Krötzsch
On 09/09/2010 21:19, Alex Kozak wrote: I'll be devil's advocate and say I think this is somewhat unfortunate. But I do understand the reasons behind it. It's worth mentioning that sometimes upgrading MW can be expensive for an organization, but not as much for an extension. And this will be

[SMW-devel] SMW min version has changed (related to Special:Ask autocompletion)

2010-09-09 Thread Markus Krötzsch
I just noticed that SMW 1.5.2 does not work with MediaWiki 1.11* as claimed. The reason for this is the method OutputPage::addExtensionStyle that is now called in Special:Ask. I think this was introduced in relation to the new autocompletion features. I think this is okay (MW 1.16.0 works) but

Re: [SMW-devel] SMW min version has changed (related to Special:Ask autocompletion)

2010-09-09 Thread Jeroen De Dauw
Hey, Do you know what the minimal MW version is that SMW supports now? I just tested SMW trunk with MW 1.15.4, and it seems to be working fine (I ran a query on Special:Ask without problems). So I'd say this is not an issue, as you should simply not be running any older MW version anyway.

Re: [SMW-devel] SMW min version has changed (related to Special:Ask autocompletion)

2010-09-09 Thread Markus Krötzsch
On 09/09/2010 18:49, Jeroen De Dauw wrote: Hey, Do you know what the minimal MW version is that SMW supports now? I just tested SMW trunk with MW 1.15.4, and it seems to be working fine (I ran a query on Special:Ask without problems). So I'd say this is not an issue, as you should simply

Re: [SMW-devel] SMW min version has changed (related to Special:Ask autocompletion)

2010-09-09 Thread Alex Kozak
I'll be devil's advocate and say I think this is somewhat unfortunate. But I do understand the reasons behind it. It's worth mentioning that sometimes upgrading MW can be expensive for an organization, but not as much for an extension. And this will be even more true when MediaWiki has an