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

2008-07-09 Thread Sergey Chernyshev
Great - it works fine now, thank you! Sergey On Wed, Jul 9, 2008 at 1:41 PM, Markus Krötzsch < [EMAIL PROTECTED]> wrote: > 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 > > > >

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('…', > $this->articles[$index]->getPrefixedText(), $this->m

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('…', $this->articles[$index]->getPrefixedText(), $this->mTitle->getText()); to: $searchlink = SMWInfolink::n

[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 http://www.techpresentations.org/Property:Top

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.

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 n