[00:23:45] New patchset: Mwjames; "Use SMW\TableFormatter for the table query printer (SMWTableResultPrinter)" [mediawiki/extensions/SemanticMediaWiki] (master) - https://gerrit.wikimedia.org/r/66537 [00:25:44] New review: Mwjames; "Added a $this->assertEmpty( $instance->getTable() )" [mediawiki/extensions/SemanticMediaWiki] (master) - https://gerrit.wikimedia.org/r/66537 [05:47:56] New patchset: Mwjames; "Refactor SMWFactbox, make it an instantiable class" [mediawiki/extensions/SemanticMediaWiki] (master) - https://gerrit.wikimedia.org/r/61171 [05:50:47] New review: Mwjames; "Don't be scared most LoC now comes from tests and the included TableFormatter [1] which should be me..." [mediawiki/extensions/SemanticMediaWiki] (master) - https://gerrit.wikimedia.org/r/61171 [06:11:05] New review: Netbrain; "I guess that splitting formatting and data is quite reasonable. So i guess this feature should be in..." [mediawiki/extensions/SemanticMediaWiki] (master) - https://gerrit.wikimedia.org/r/66379 [06:13:56] New patchset: Mwjames; "Refactor SMWFactbox, make it an instantiable class" [mediawiki/extensions/SemanticMediaWiki] (master) - https://gerrit.wikimedia.org/r/61171 [09:20:55] New patchset: Netbrain; "Fixed exception" [mediawiki/extensions/Maps] (master) - https://gerrit.wikimedia.org/r/66924 [09:22:27] New review: Netbrain; "Had to add this fix in order to get display_map to work." [mediawiki/extensions/Maps] (master) C: 1; - https://gerrit.wikimedia.org/r/66924 [20:31:24] Is there any way to configure the limit of an API Semantic Query? [20:31:39] I've got a properly formatted query that I'm feeding to the API, and getting bupkis back [20:42:35] i upgraded to smw 1.8 now getting: SMWSQLStore3::getSMWPropertyID() in /var/www/mediawiki-1.17.3/extensions/SMWHalo/includes/SMW_SMWStoreAdapter.php on line 138... I notice that SMWSql3SmwIds exists now... SMW Halo wraps SMWSQL2 eg return $this->smwstore->getSMWPropertyID($property); ... how does this differ from SMWSSQLStore2's idea of an "id", or, said another way, what's the proper wrapper function? [20:44:17] I mean it wraps the default store. I tried setting the default store to SMWSQLStore2 but I get a different error (Call to a member function getValue() on a non-object in /var/www/mediawiki-1.17.3/extensions/SemanticMediaWiki/includes/SMW_QueryProcessor.php on line 116 ) so it'd be nice to use the Store3 maybe [20:50:50] hypergrove: Your mediawiki version is pretty old, that might be part of your problem [20:51:33] Ulfr - I tend to agree tho smw 1.8 indicates compat with 1.17 [20:51:50] hypergrove: Speaking from experience, what's listed as compatible and what's actually compatible aren't always the same [20:52:14] * Ulfr spent a solid 10 hours staring at API documentation for the wrong version of mediawiki but was in theory compatible [20:52:58] Ulfr - the problem is the wrapper function to smw - appreciate your experience but that is the problem, I am trying to figure out how best to recode the wrapper function [20:54:23] Honestly I haven't a clue, but based on what you're reporting I'd venture a guess that you're trying to treat an array like an object or vice versa [20:54:30] hypergrove: ^ [20:57:56] Ulfr - I appreciate your advice, but you may be looking at the wrong error I am trying to fix. What I'd like to know is how to recode the wrapper function... return $this->smwstore->getSMWPropertyID($property);... getSMWPropertyID is not supported in SMWSQLStore3 [21:04:43] SMW_Sql3SmwIDs::getSMWPageID seems to be the ticket... anyone know how to get to the single instance of this class from a Store object? [21:07:12] ok there's a public SMWSQLStore3::smwIds, I'll try that [21:14:25] Does anyone know the difference between SMWDIProperty and "@param string $title DB key" ? [21:15:05] Is SMWDIProperty = title DB key? [23:18:10] Does anyone know where the class SMWContainerValue went? [23:18:33] Does anyone know where the class SMWContainerValue went in SMWSQLStore3?