Re: [SMW-devel] Saving fails using SMWSQLStore

2008-07-09 Thread Markus Krötzsch
On Dienstag, 8. Juli 2008, Yaron Koren wrote: Great, thanks for the change - that fixed the issue. Also, for what it's worth, it appears that only one of my SMW-based extensions uses any of those three functions - that's Data Transfer (the XML-exporting one), and it in fact fails on the new

Re: [SMW-devel] New feature: Query control and query permissions

2008-07-09 Thread CNIT
SMW 1.2 extends the options for controlling which queries users are allowed to ask, and it has a mechanism that can be used to let some users ask more than others (permissions). The detailed query control settings are achieved by the new configuration parameter $smwgQFeatures. This

[SMW-devel] [BUG] Property pages fail

2008-07-09 Thread Sergey Chernyshev
I'm getting an errror on property pages (browser gets blank page): PHP Fatal error: Call to undefined method SMWWikiPageValue::getPrefixedText() in /pathtomediawiki/extensions/SemanticMediaWiki/includes/articlepages/SMW_PropertyPage.php on line 137 on

Re: [SMW-devel] [BUG] Property pages fail

2008-07-09 Thread Yaron Koren
There's an easy fix for this - change line 137 from $searchlink = SMWInfolink::newInversePropertySearchLink('hellip;', $this-articles[$index]-getPrefixedText(), $this-mTitle-getText()); to: $searchlink =

Re: [SMW-devel] [BUG] Property pages fail

2008-07-09 Thread Markus Krötzsch
Thanks for the report. Fixed in SVN. On Mittwoch, 9. Juli 2008, Yaron Koren wrote: There's an easy fix for this - change line 137 from $searchlink = SMWInfolink::newInversePropertySearchLink('hellip;', $this-articles[$index]-getPrefixedText(),