[04:18:36] [SemanticMediaWiki] nischayn22 opened pull request #345: Adds the subobject part to the sort key. (master...sortkey_for_wiki_page) http://git.io/U7J2RQ [05:38:49] (CR) Jatin: "* What change to i18n/qqq.json is missing?" (4 comments) [extensions/SemanticForms] - https://gerrit.wikimedia.org/r/136009 (owner: Jatin) [07:01:44] (CR) Foxtrott: "* i18n/qqq.json contains explanations of the messages, mainly to aid translation" (2 comments) [extensions/SemanticForms] - https://gerrit.wikimedia.org/r/136009 (owner: Jatin) [08:08:27] (CR) Jatin: "* I'll add explanations of the messages in 18n/qqq.json." (2 comments) [extensions/SemanticForms] - https://gerrit.wikimedia.org/r/136009 (owner: Jatin) [08:15:49] (CR) Foxtrott: "A normal input is the best solution when JS is not enabled, as far as I am concerned, so I am happy with that." [extensions/SemanticForms] - https://gerrit.wikimedia.org/r/136009 (owner: Jatin) [10:46:12] (PS14) Jatin: Switched combobox to Select2. CreateTemplate's semantic property field also switched to Select2. Auto-switch to remote autocompletion. [extensions/SemanticForms] - https://gerrit.wikimedia.org/r/136009 [16:38:20] [SemanticResultFormats] kghbln pushed 1 new commit to master: http://git.io/4TZdMg [16:38:20] SemanticResultFormats/master 73d337a Karsten Hoffmeyer: Update COPYING... [16:44:43] [SemanticExtraSpecialProperties] kghbln pushed 1 new commit to master: http://git.io/rkJlAw [16:44:43] SemanticExtraSpecialProperties/master 1ee35c0 Karsten Hoffmeyer: Update COPYING... [16:45:23] [SemanticResultFormats] kghbln pushed 1 new commit to master: http://git.io/NCZk4A [16:45:23] SemanticResultFormats/master 3b008ce Karsten Hoffmeyer: Update COPYING... [16:50:16] [SemanticMaps] kghbln pushed 1 new commit to master: http://git.io/HwW0gw [16:50:16] SemanticMaps/master a20cebb Karsten Hoffmeyer: Update COPYING... [19:54:12] Is there a way to count the number of subobjects with a property value which are on pages with a property value? [19:54:37] Or would the object's property have to be added to each subobject? [19:56:16] what I'm trying to do is query for the number of extensions on non-farm wikis on wikiapiary [19:56:34] there's an Is in farm::true/false property on the website itself [19:56:42] but the extensions are stored as subobjects [19:59:48] (CR) Foxtrott: "My biggest concern was multiple templates, but that seems to work alright. However, when using values from a category with 4 members, I ge" [extensions/SemanticForms] - https://gerrit.wikimedia.org/r/136009 (owner: Jatin) [20:04:46] ete: You might try querying inverse properties. Subobjects of an object are stored in 'Has subobject', so querying [[-Has subobject.Is in farm::true]] should yield all subobjects in a farm. Didn't try, though [20:05:45] FoxT: thanks for the advise, I'll see if I can get that working [20:21:34] FoxT: hm, it looks promising, but I can't seem to get it working right.. [20:22:50] I've tried a bunch of variants of the query you posted [20:23:27] maybe I should also say I'm trying to call this on an extension page? [20:23:56] currently the query works like {{#ask: [[Has extension::{{FULLPAGENAME}}]] | format=count }} [20:24:33] and sub-objects look like [20:24:34] 100 Startup Ideas#Extension_CodeEditor, 15Mpedia#Extension_CodeEditor, [20:28:57] ete: Do these subobjects link to the extensions with a property? [20:29:42] I'm not sure [20:29:49] https://wikiapiary.com/wiki/Special:Browse/001_Wiki#Extension_Math [20:30:06] the subobjects are named after the extensions [20:30:57] They are queryable with [[Has extension::extensionname]] [20:31:04] so, I think so [20:33:06] {{#ask: [[-Has subobject.Is in farm::true]] | format=count }} does work, but it does not query for a specific extension [20:33:38] it counts all the extensions installed on any farm, I think? [20:35:35] Is there a way to insert {{FULLPAGENAME}} (which is the name of the subobject discounting the object name, and the value of the property [[Has extension which the correct subobjects have) to that to narrow it down? [20:41:07] aw [20:48:54] FoxT did you get my last messages? [20:49:11] ete: Don't think so. Had a netsplit [20:49:55] PMed [20:51:28] Ha, just had a look at the logs. You probably did not get my last messages. Mom... [20:51:48] okay [20:51:49] ete: {{#ask:[[Has subobject.Has extension::Extension:Math]][[Is in farm::true]]|format=count }} [20:51:57] will count all wikis that have extension Math and are in a farm [20:52:16] excellent, thank you :) [20:52:38] np [20:54:51] awesome, works perfectly, now to integrate it into the template :) [21:48:21] Hey all, anyone familiar with SemanticResultFormats? I am trying to upgrade SMW in my wiki and running into bugs in SRF/formats/gallery/Gallery.php [21:50:18] Anyone able to possibly help with SemanticResultFormats bugs? [23:09:14] (CR) Adi.iiita: "This seems to be a broken commit. On updating my branch there was error in the html rendered by the extension for stars. I have reported t" [extensions/SemanticRating] - https://gerrit.wikimedia.org/r/141309 (owner: Cicalese)