[04:05:21] New patchset: Nischayn22; "moving files from storerewrite to master" [mediawiki/extensions/SemanticMediaWiki] (master) - https://gerrit.wikimedia.org/r/14773 [06:02:03] New patchset: Nischayn22; "Fix bug in DIProperty" [mediawiki/extensions/SemanticMediaWiki] (master) - https://gerrit.wikimedia.org/r/14867 [06:32:24] New patchset: Nischayn22; "Tests for Special page functions" [mediawiki/extensions/SemanticMediaWiki] (master) - https://gerrit.wikimedia.org/r/14870 [10:23:32] Hi All, I'd like to query my wiki from an external python script, is there a way to do that without installing a dedicated rdf store (4store and others) ? [12:13:18] Using the wiki api? [12:18:40] dabl: http://www.mediawiki.org/wiki/API:Client_code#Python [12:19:10] dabl, you can also use Special:Ask requests [12:46:43] New patchset: Yaron Koren; "New version: 0.6.9" [mediawiki/extensions/SemanticInternalObjects] (master) - https://gerrit.wikimedia.org/r/14878 [12:47:43] Change merged: Yaron Koren; [mediawiki/extensions/SemanticInternalObjects] (master) - https://gerrit.wikimedia.org/r/14878 [12:50:20] Ok thanks, I'll give it a try. [16:28:57] Hello all, I'm working on a semantic template and had an efficiency question. If a template field is going to have several hundred values, am I better off creating individual properties for each? Or using a comma separated list. [16:36:21] Ulfr_ - I don't think performance is affected much either way; but if they're all values for the same field, I would think a list of values is the only way to go. [16:37:25] Yaron: I was hoping that was the case. Creating a form that could handle that many inputs was daunting. [16:37:31] Yaron: Thank you very much! [16:55:47] Change merged: Jeroen De Dauw; [mediawiki/extensions/SemanticResultFormats] (master) - https://gerrit.wikimedia.org/r/14670 [19:33:09] New review: Siebrand; "Why is this still showing up in "Review Requests for L10n-bot" in https://gerrit.wikimedia.org/r/#/d..." [mediawiki/extensions/SolrStore] (master) - https://gerrit.wikimedia.org/r/10927 [19:35:47] hi [19:36:13] is there a way to list most visited pages within a page? [19:37:19] chelli: hi [19:38:15] Juandev: This can be done using a special page, but I don't know if its already done [19:38:22] try some extensions :) [19:38:56] nischayn22: well, in normal MW it is not done and there is no extension [19:39:41] Juandev: ah, there should have been one, its so simple (just couple of SQL), lemme check [19:40:18] nischayn22: there si Dynamic page list, but I am not sure that is what I am talking about [19:40:58] nischayn22: does mw recognise uniqe visitors or it just counts every page display? [19:41:29] Juandev: I think it does with every page display but with some time delay [19:42:12] I see [19:42:44] Juandev: Dynamic Page is what you need, but it seems you have to learn using it :P [19:43:23] nischayn22: are you sure? let me see, I was not reading that. I just follow guidelines of Danny B. [19:43:44] umm Danny's statements should be always reevaluated [19:45:17] Juandev: http://www.mediawiki.org/wiki/Extension:CurrentPages [19:45:29] http://www.mediawiki.org/wiki/Extension:TopTenPages [19:45:31] * Juandev looks [19:50:04] nischayn22: and are you still persisting on that DPL? [19:50:28] I would prefer CP or TTP [19:51:42] * nischayn22 notes there should also be an internal property for SMW for page views count [19:54:38] nischayn22: anyway thx, it looks there is something we can work with [19:54:52] good :) [20:05:56] and I guess you dont have wysiwyg [21:53:27] i'm having trouble with concepts - not giving me expected results even after setting config options. Anyone interested to discuss this would be greatly appreciated [21:54:38] i set $smwgQMaxDepth=$smwgQConceptMaxDepth=20; $smwgQMaxSize=$smwgQConceptMaxSize=100; [21:55:24] looking at http://wiki.hoyt.org/wiki/Concept:Test it only shows 4 pages not 5... any ideas? thanks [22:26:46] hi yaron. would you mind taking a look at http://wiki.hoyt.org/wiki/Concept:Test? I don't understand why I'm getting only 4 results, not 5 [22:27:11] hypergrove - looking at it now... [22:28:58] hypergrove - is "not included" part of the concept syntax? What's that doing in there? [22:30:33] Also, you could try upgrading SMW from 1.6.1 to 1.7.1 - I don't know if handling of concepts was changed at all, but it might be worth a shot... [22:38:22] hypergove - I lost my connection there. [22:38:50] the not include stuff is just documentation [22:39:28] Oh, okay. [22:39:53] You don't have to put documentation directly in the #concept call... though that's probably not what is causing the problem. [22:40:21] it's provided for by the parser function. I also set $smwgQMaxDepth=$smwgQConceptMaxDepth=20; [22:40:21] $smwgQMaxSize=$smwgQConceptMaxSize=100; [22:40:30] but that doesnt help at all [22:40:58] (and i tried it without the doc also - same result [22:41:11] Well, I don't know; I've barely used concepts. My one suggestion is to try upgrading. [22:41:51] ah ok - I have mw 1.17 so i guess it's ok to do 1.7.1? [22:43:02] i tried to do the same at scratchpad but it's still going belly up on it' [22:45:15] scratchpad is having trouble getting past Argument 1 passed to SMWParamFormat::setPrintRequests() must be an array, null given, called in /home/yaron57/public_html/w/extensions/SemanticMediaWiki/includes/SMW_QueryProcessor.php on line 62 and defined in /home/yaron57/public_html/w/extensions/SemanticMediaWiki/includes/params/SMW_ParamFormat.php on line 120 [22:45:33] for *any* concept page (i've looked at two) [22:46:15] btw, yaron, i installed data transfer today -- my client is thrilled thx so much [22:46:32] Oh - someone should submit a bug report about that. [22:46:39] Oh, great! [22:47:12] But I barely do any "core SMW" development - I can't help with the issues in either SMW 1.6 or 1.7. [22:48:07] understood, fyi it's happening on other scratchpad concept pages too that i've looked at [22:48:35] it's happening - the error is happening [22:49:16] Well, that's not too surprising. [22:49:25] hmm, why do you say that\ [22:50:02] I mean, if it happens for two, there's no reason why it wouldn't happen for all of them. [22:51:27] yah that's how it goes. thanks for looking though and i'll try to grab a core smw'er [22:52:11] I would submit a bug report on the latter issue, on Bugzilla. [22:52:56] I just upgraded SMW on Referata to the latest, and it's still happening, so that's definitely a real bug.