[05:15:40] (CR) Legoktm: [C: 2 V: 2] Don't use $wgTitle [extensions/SemanticComments] - https://gerrit.wikimedia.org/r/96157 (owner: Chad) [08:21:20] (CR) Siebrand: [C: 2] Fix double-space [extensions/SemanticPageSeries] - https://gerrit.wikimedia.org/r/96002 (owner: Shirayuki) [08:21:52] (Merged) jenkins-bot: Fix double-space [extensions/SemanticPageSeries] - https://gerrit.wikimedia.org/r/96002 (owner: Shirayuki) [09:47:20] JeroenDeDauw: sorry, didn't have time to look into your changes wrt postgresql [09:49:40] has someone an idea how I can achieve the following: I would like to have a property "Played by" where the value is a username, but without the User: namespace prefix [09:50:14] but the link generated automatically (since it is a property of type 'page') should point to respective the User: page [10:49:08] (PS1) MathiasLidal: Add explicit dependency on query.widget [extensions/SemanticForms] - https://gerrit.wikimedia.org/r/96236 [11:15:04] does anyone have experience with defining custom parser functions? People in #mediawiki are awfully unresponsive [15:01:59] (PS1) Yaron Koren: Fixed Dynatree package dependency to avoid occasional loading error [extensions/SemanticForms] - https://gerrit.wikimedia.org/r/96263 [15:03:24] (CR) Yaron Koren: [C: 2 V: 1] Fixed Dynatree package dependency to avoid occasional loading error [extensions/SemanticForms] - https://gerrit.wikimedia.org/r/96263 (owner: Yaron Koren) [15:03:25] (Merged) jenkins-bot: Fixed Dynatree package dependency to avoid occasional loading error [extensions/SemanticForms] - https://gerrit.wikimedia.org/r/96263 (owner: Yaron Koren) [16:29:09] (PS4) Mwjames: Resolve violation of SoC in DataValuesFactory class [extensions/SemanticMediaWiki] - https://gerrit.wikimedia.org/r/89492 [16:34:25] (CR) Mwjames: Resolve violation of SoC in DataValuesFactory class (3 comments) [extensions/SemanticMediaWiki] - https://gerrit.wikimedia.org/r/89492 (owner: Mwjames) [16:39:38] (PS5) Mwjames: Resolve violation of SoC in DataValueFactory class [extensions/SemanticMediaWiki] - https://gerrit.wikimedia.org/r/89492 [18:52:30] Yaron, I think I got #for_external_table fixed up in ExternalData. What's the best way to get what I've put together to you? [19:42:08] Rosencrantz: cool! If you have a diff or something, you can just email it to me. [19:42:32] I assume it's a relatively small number of lines that need changing. [19:43:21] yeah, it's only a couple of lines here and there. [19:47:43] Rosencrantz: cool, thanks, I got the email. That's... somewhat useful. :) [19:48:17] I think the handling is trickier than that, because sometimes arrays really do need to be handled as arrays. [19:48:34] Ahhhhh [19:48:36] Hrmm [19:49:47] I was a bit fuzzy on the bit in getIndexedValue [19:49:49] There's a difference between the ideal handling if it's something like "0 =>'red', 1 => 'blue'", and something like "'color1' => 'red', 'color2' => 'blue'". [19:50:45] ...or even "'color1' => array( 0 = > 'red'), 'color2' => 'blue'" or something. [19:50:53] There's no shortage of possible JSON setups. [19:52:07] Ahhh. ok. [19:52:28] Only just started mucking about with php, javascript, etc.. recently.. but that makes some sense. [19:52:55] Well, actually, there's a chance that your modified code would handle all of these cases correctly... I don't know. [19:53:24] Anyway, I'll try to look into it. Though if you want to look more into it yourself, that would be cool too. [19:55:40] morning [19:56:05] i'm having a catastrophic problem with our SMW and previously-working queries are failing. can anyone help me diagnose? [19:56:51] i set a simple foo::bar property on my user page and it works fine and i can query for it from special::ask http://www.appropedia.org/index.php?title=Special%3AAsk&q=[[foo%3A%3Abar]]&po=&eq=yes&p[format]=broadtable&sort_num=&order_num=ASC&p[limit]=&p[offset]=&p[link]=all&p[sort]=&p[headers]=show&p[mainlabel]=&p[intro]=&p[outro]=&p[searchlabel]=%E2%80%A6+further+results&p[default]=&p[class]=sortable+wikitable+smwtable&eq=ye [19:57:38] if i look at a real, formerly-working page like http://www.appropedia.org/Clinitek_Microalbumin_Strips i see the factbox at the bottom of the page and it looks fine [19:58:22] err, correction. it's disappeared. I *could* see it a few minutes ago. wtf. [19:58:51] here's a page that has a factbox http://www.appropedia.org/Congo_Red_Dot_Test [19:59:32] however if i click on a SearchByProperty link from the factbox i get nothing, eg. http://www.appropedia.org/Special:SearchByProperty/Medical-20Device-20Classification/Preventative [19:59:57] Skud: did you update SMW recently? [20:00:00] this is after an upgrade to SMW 1.18, after which I did a full data refresh [20:00:10] yes, as i was typing at the same time you asked :) [20:00:13] Ah! I assume the refresh failed, somehow. [20:00:18] looks like it [20:02:00] i'd try rerunning it but it took so long i'm wary of doing that without knowing what the problem actually was. [20:03:02] if i re-save the page it starts showing up in queries again [20:03:26] honestly our one semantic category (at present) is not that big... it would be quicker for me to re-save every page than to re-run the refresh [20:03:51] Well... if that solves it... [20:05:42] ok, that does solve it, but there's now something wrong with some of our query result pages [20:43:31] ok, so this is interesting. i've been editing and re-saving pages which have semantic content, to refresh them. [20:43:42] this makes them potentially able to show up in queries. [20:44:09] however i've also got a page which shows query results, and i seem to have to refresh that, too, to make the newly-refreshed items show up. that surprises me. [20:56:33] Skud: http://semantic-mediawiki.org/wiki/FAQ#Why_doesn.27t_data_I_have_just_added_show_up_in_queries.3F [21:03:05] ah, fair enough! thanks. [21:03:33] as long as it's not a bug :) [21:09:11] Nah, it's a feature. :) [21:11:52] it woudl be nice if it stored pages that request certain data and could invalidate their caches [21:27:42] is there a way to get the list of pages containing a reference to a property without a page? [21:27:50] ... via #ask preferably [21:28:22] like the list of pages one get when going to wiki/Property:SomeProperty, but only with the Red Link ones [21:47:33] dev-zero: I don't think so. [21:49:36] hmkey, thanks [22:37:01] Yaron: I find that picture rather hilarious :)