[03:35:59] yey, I found another bug ... *headdesk* [03:36:09] I wonder if anyone actually uses SMW at all ;) [03:55:40] New patchset: Nischayn22; "(bug 44696) Valid XML Tags in Ask Api Results." [mediawiki/extensions/SemanticMediaWiki] (master) - https://gerrit.wikimedia.org/r/47707 [04:28:59] New review: Mwjames; "I haven't checked the change, but if you amend this class please do amend tests\phpunit\includes\dat..." [mediawiki/extensions/SemanticMediaWiki] (master); V: 0 C: -1; - https://gerrit.wikimedia.org/r/47707 [04:34:26] New review: Mwjames; "QUnit tests:" [mediawiki/extensions/SemanticMediaWiki] (master); V: 0 C: -1; - https://gerrit.wikimedia.org/r/47707 [05:49:49] New review: Nischayn22; "Firstly, I don't understand why getSerializedQueryResult() belongs to DISerializer?" [mediawiki/extensions/SemanticMediaWiki] (master); V: 0 C: 0; - https://gerrit.wikimedia.org/r/47707 [06:06:49] New patchset: Nischayn22; "(bug 44696) Valid XML Tags in Ask Api Results." [mediawiki/extensions/SemanticMediaWiki] (master) - https://gerrit.wikimedia.org/r/47707 [06:07:17] New review: Nischayn22; "added PHPUnit tests" [mediawiki/extensions/SemanticMediaWiki] (master); V: 0 C: 0; - https://gerrit.wikimedia.org/r/47707 [06:22:40] New review: Mwjames; "Fairly easy getSerializedQueryResult(), toArray() are used as reference to validate not against a st..." [mediawiki/extensions/SemanticMediaWiki] (master); V: 0 C: 0; - https://gerrit.wikimedia.org/r/47707 [06:30:58] New review: Mwjames; "Well the critical test is not the PHPunit test, the QUnit tests are the important ones since those u..." [mediawiki/extensions/SemanticMediaWiki] (master); V: 0 C: 0; - https://gerrit.wikimedia.org/r/47707 [10:23:15] New review: Jeroen De Dauw; "This will break compatibility. People are relying on it not breaking, esp after we announced with la..." [mediawiki/extensions/SemanticMediaWiki] (master); V: 0 C: 0; - https://gerrit.wikimedia.org/r/47707 [10:48:53] New patchset: Jeroen De Dauw; "Update authors list to relect current state of the project and link to the more comprehensive list on smw wiki" [mediawiki/extensions/SemanticMediaWiki] (master) - https://gerrit.wikimedia.org/r/47605 [13:18:00] New patchset: Jeroen De Dauw; "[lol] get rid of some false selection" [mediawiki/extensions/SemanticMediaWiki] (master) - https://gerrit.wikimedia.org/r/47729 [13:18:31] New review: Jeroen De Dauw; "Someone complain about the commit message please, I dare you ;p" [mediawiki/extensions/SemanticMediaWiki] (master); V: 0 C: 0; - https://gerrit.wikimedia.org/r/47729 [15:10:11] maybe I am just too tired, but: How do I remove linking of Attributes with format=ul? link=none doesn't do the trick [15:28:31] sven^: "link=none" should work... [15:41:50] yaron: nope. ;) [15:41:57] but I just decided to make it a broadtable [15:42:00] so it's alright [15:42:07] Weird. [15:42:17] What version of SMW are you using? [15:47:19] "old" [15:47:37] 1.7.0.2 [15:48:05] but I think it worked at some point, that's why I asked here [15:50:04] Yes - I wasn't aware of that ever not working. [15:57:42] I'll try again and make a screenshot, as soon as my webserver starts responding again -.- [16:00:05] ok, it's only the wiki that is not responding [16:00:22] that happended before and I am not sure how to debug it. Nothing shows in the logfiles [16:05:06] Well, that's a much bigger issue. [16:06:23] I have 2 convert processes that are 10 days old and were started by $IP/bin/ulimit4.sh [16:06:28] but nothing new. [16:06:29] arf. [16:31:10] Does anyone have experience with inverse queries? [16:36:34] Frank_: what exactly do you mean? [16:38:23] Yaron helped me set up some inverse queries yesterday so that I could search for properties of internal objects, which works great - I get the pages I am querying for. [16:38:54] My only problem is that I can't see to get the properties of the internal objects as part of the query results. [16:39:30] So I get a list of pages - awesome - but nothing else - less awesome. [16:42:50] uh, sorry, I cannot help you with that. [16:58:46] No worries, it helps me to explain it in plain english. It's a worthwhile exercise. [18:33:57] New patchset: Demon; "Adding .gitreview" [mediawiki/extensions/SemanticComments] (master) - https://gerrit.wikimedia.org/r/47749 [18:34:05] Change merged: Demon; [mediawiki/extensions/SemanticComments] (master) - https://gerrit.wikimedia.org/r/47749 [20:16:03] New review: Kghbln; "Even if the dots do not get transformed, this seems to be a good compromise." [mediawiki/extensions/SemanticMediaWiki] (master); V: 0 C: 1; - https://gerrit.wikimedia.org/r/47605 [23:55:45] is there a way to set a property twice for a page? [23:59:18] sven^: yes; you can just set it twice, or use #arraymap. [23:59:43] if I do {{#set:foo=200}}{{#set:foo=100}} it works [23:59:53] if I do {{#set:foo=200}}{{#set:foo=200}} it is only set once