Re: [SMW-devel] Problem with storing semantic attributes in a parserhook

2011-02-10 Thread Markus Krötzsch
] Sent: Monday, November 01, 2010 10:24 AM To: Harwarth, Stefan (Bundeswehr) Cc: semediawiki-devel@lists.sourceforge.net mailto:semediawiki-devel@lists.sourceforge.net Subject: Re: [SMW-devel] Problem with storing semantic

Re: [SMW-devel] Problem with storing semantic attributes in a parserhook

2010-12-22 Thread zehetner
Subject: Re: [SMW-devel] Problem with storing semantic attributes in a parserhook I use SMWParseData::addProperty( $property, $prop_val, false, $wgParser, true ); SMWParseData::storeData( $wgParser-getOutput(), $title, false ); which seems to work so far ok to store properties

Re: [SMW-devel] Problem with storing semantic attributes in a parserhook

2010-12-22 Thread Laurent Alquier
problem :( Stefan -Original Message- From: zehetner [mailto:zehet...@molgen.mpg.de] Sent: Monday, November 01, 2010 10:24 AM To: Harwarth, Stefan (Bundeswehr) Cc: semediawiki-devel@lists.sourceforge.net Subject: Re: [SMW-devel] Problem with storing semantic

Re: [SMW-devel] Problem with storing semantic attributes in a parserhook

2010-12-22 Thread Laurent Alquier
this is not the fix for my problem :( Stefan -Original Message- From: zehetner [mailto:zehet...@molgen.mpg.de] Sent: Monday, November 01, 2010 10:24 AM To: Harwarth, Stefan (Bundeswehr) Cc: semediawiki-devel@lists.sourceforge.net Subject: Re: [SMW-devel] Problem with storing

Re: [SMW-devel] Problem with storing semantic attributes in a parserhook

2010-12-21 Thread Laurent Alquier
To: Harwarth, Stefan (Bundeswehr) Cc: semediawiki-devel@lists.sourceforge.net Subject: Re: [SMW-devel] Problem with storing semantic attributes in a parserhook I use SMWParseData::addProperty( $property, $prop_val, false, $wgParser, true ); SMWParseData::storeData( $wgParser-getOutput

Re: [SMW-devel] Problem with storing semantic attributes in a parserhook

2010-11-04 Thread Harwarth, Stefan (Bundeswehr)
with storing semantic attributes in a parserhook I use SMWParseData::addProperty( $property, $prop_val, false, $wgParser, true ); SMWParseData::storeData( $wgParser-getOutput(), $title, false ); which seems to work so far ok to store properties generated within an extension (although

[SMW-devel] Problem with storing semantic attributes in a parserhook

2010-10-29 Thread Harwarth, Stefan (Bundeswehr)
Hi, I'm working on an Mediawiki extension that uses the SMWData::addProperty function to store semantic data inside a parser hook function, which is working perfectly when saving a page. But when I use the ApprovedRevs extension to approve the revision of an article, my semantic data isn't