https://bugzilla.wikimedia.org/show_bug.cgi?id=29041
--- Comment #4 from Markus Krötzsch <[email protected]> 2011-05-26 07:35:55 UTC --- I tried but cannot reproduce the problem yet. Here is what I did: * Install SD from SVN * Create a page "Drilldown test" with the text "[[has filter::Filter:Testfilter]]" * Add the following to Localsettings: $wgExtensionFunctions[] = 'runMyTests'; function runMyTests() { $store = smwfGetStore(); $page = new SMWDIWikiPage( 'Drilldown_test', NS_MAIN, null ); $property = new SMWDIProperty( '_SD_F' ); debug_zval_dump( $store->getPropertyValues( $page, $property, null ) ); } Debug output: array(1) refcount(2){ [0]=> object(SMWDIWikiPage)#36 (3) refcount(1){ ["m_dbkey":protected]=> string(4) "Testfilter" refcount(1) ["m_namespace":protected]=> long(170) refcount(1) ["m_interwiki":protected]=> string(0) "" refcount(1) } } I can also see the "has filter" value in Special:Browse. The only place where "has filter" is currently missing is the RDF export -- this needs to be fixed. Currently extension builtin properties do not get a URI assigned. But this does not affect data retrieval in SMW. -- Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. _______________________________________________ Wikibugs-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
