[05:01:40] hello [05:01:50] Lot of vandalisms from this IP, https://www.wikidata.org/wiki/Special:Contributions/66.87.121.14 [09:42:56] [13Diff] 15JeroenDeDauw 04deleted 06privateSince at 146567356: 02http://git.io/UKkonw [10:07:23] Hey, is there any kind of log for merges? Abuse filter 32 haven't caught anything since October [11:29:11] (03CR) 10Thiemo Mättig (WMDE): "SVG optimization is unrelated and should be done in an other patch, please." [extensions/Wikibase] - 10https://gerrit.wikimedia.org/r/181870 (owner: 10Tpt) [11:38:56] Amir1: Sadly not [12:53:19] [13WikibaseQueryEngine] 15JeroenDeDauw comment on commit 145e80508: The type it deals with is called `Description`, as defined by the `Ask` library. 02http://git.io/LhK-NA [12:53:29] [13WikibaseQueryEngine] 15JeroenDeDauw comment on commit 145e80508: yes, good catch 02http://git.io/tipQ8Q [12:54:48] [13WikibaseQueryEngine] 15JeroenDeDauw comment on commit 141b66dfe: That depends on how you define setter. Do you think the current name is problematic? 02http://git.io/lKfGfg [12:56:59] [13WikibaseDataModel] 15JeroenDeDauw comment on pull request #328 14ffd7a67: ```php... 02http://git.io/KMGQLg [13:40:54] Lydia_WMDE: Around? I'm playing around with adding a special page. What version of wikibase are we these days? 0.5? [13:41:07] multichill: hey :) [13:41:12] yes i think so [13:42:51] Made a special page for items with the most sitelinks [13:43:19] Based on the standard MediaWiki QueryPage so it should be cached etc... [13:46:04] sweet [13:46:35] Not looking forward to the rebase :P [14:06:28] [13WikibaseQueryEngine] 15thiemowmde comment on commit 141b66dfe: It's private, so it doesn't matter much. But it doesn't "add" additional settings, it changes existing ones. 02http://git.io/Az8U3A [14:09:00] [13WikibaseQueryEngine] 15JeroenDeDauw comment on commit 141b66dfe: Indeed. You can look at it differently as well though: this is the method that takes the options and adds them to the query builder. 02http://git.io/azdHpg [14:12:31] [13WikibaseQueryEngine] 15thiemowmde comment on commit 145e80508: I know that. `Description` is a horribly generic name for a class, but we can't rename Ask stuff (or can we?). I could live with something like `AskDescriptionMatchFinder`. 02http://git.io/QPRDQQ [14:17:36] [13WikibaseQueryEngine] 15thiemowmde comment on commit 141b66dfe: True. I would inline it anyway. ;-) Never mind. 02http://git.io/qdQuFQ [14:38:24] [13WikibaseDataModel] 15thiemowmde pushed 1 new commit to 06getSerializations: 02http://git.io/19A_lg [14:38:24] 13WikibaseDataModel/06getSerializations 14cbf3870 15Thiemo Mättig: Rewrote test [14:39:35] [13WikibaseDataModel] 15thiemowmde comment on pull request #328 14cbf3870: Fascinating. Found an actual issue while playing around with this. Thanks. 02http://git.io/sQS5Hg [14:58:36] Lydia_WMDE: My wikibase instance is so old, it's still using the php i18n :P [14:58:46] multichill: outsch :D [14:59:49] [13WikibaseQueryEngine] 15JeroenDeDauw pushed 1 new commit to 06matchfinder: 02http://git.io/4so2WQ [14:59:49] 13WikibaseQueryEngine/06matchfinder 146bbe91f 15jeroendedauw: Renamed QueryStoreWithDependencies::newQueryEngine to QueryStoreWithDependencies::newDescriptionMatchFinder [15:01:33] [13WikibaseQueryEngine] 15JeroenDeDauw comment on commit 145e80508: Could also be `QueryDescriptionMatchFiner`. Then again, I'm not sure this is really needed in this context.... 02http://git.io/BF4Xtg [15:05:16] [13WikibaseDataModel] 15JeroenDeDauw comment on pull request #328 14cbf3870: I fully agree these conversations are making CR not fun at all. My impression is that this originates from you misinterpreting what I say and reaction hostile. For instance here I ask an honest question, to which I do not know the answer. If you think the answer is self evident, then perhaps I'm just being blind. 02http://git.io/HSCcNw [15:08:25] [13WikibaseDataModel] 15JeroenDeDauw comment on pull request #328 14cbf3870: Please pay attention to the questions I asked here. It's a very useful technique to asses the quality of your tests. Even if you think the code is correct, which 'm guessing we both did in this case, it helps you see in which ways the code can regress in the future without the tests catching it. 02http://git.io/SeaX5A [15:13:12] [13WikibaseDataModel] 15JeroenDeDauw comment on pull request #328 14cbf3870: This test mirrors (the reverse of) the production code. Hence it is doing a map with a foreach loop. Generally it's better to avoid this. In this case it is not really problematic, though I still advise to use two simple test methods rather than a single more complex one together with a data provider. 02http://git.io/Pog-cw [15:39:35] (03PS4) 10Lydia Pintscher: Use SVG for icons of the other project sidebar beta feature [extensions/Wikibase] - 10https://gerrit.wikimedia.org/r/181870 (owner: 10Tpt) [16:14:00] [13WikibaseQueryEngine] 15thiemowmde comment on commit 145e80508: I do. To me `DescriptionMatchFinder` sounds like a "match finder" based on entity descriptions. 02http://git.io/7luYgQ [17:11:48] aude: You around? Messing around registering a special page [17:12:35] Had an old version where you just put it in the classes. Now SpecialPageFactory is complaining it cant find the class [17:13:53] aude: hmm, that didn't work.... [17:19:11] multichill: You did add it to the autoloader? [17:19:52] Probably not. Where is that beast hiding these days? [17:20:32] It's in the @#!$#@$ composer [17:22:16] lol [17:22:30] How the hell do I update that in a commit? [17:26:49] Reedy: At least now it works again :P [17:35:20] Hi [17:35:39] Hi [17:40:35] Hey [17:43:02] Hi Jianhui67 [17:58:01] (03PS1) 10Multichill: Implement a special page to show items with the most sitelinks [extensions/Wikibase] - 10https://gerrit.wikimedia.org/r/181902 [18:01:10] Lydia_WMDE: Does phpunit also run somewhere automagically? [18:02:07] hoi sjoerddebruin, heb me maar eens aan de MediaWiki special pages gewaagd [18:02:24] Ik zie het [18:03:19] Dat was een tijd geleden. Ik moest m'n hele MediaWiki + Wikibase install updaten [18:03:56] Ik ben weer zoet met tools.wmflabs.org/wikidata-todo/random_item_without_instance.php?run=1&wiki=nlwiki [18:04:00] Die doet het weer [18:04:54] Als dit een beetje lukt zal ik de komende tijd nog wel een paar special pages maken om de handmatige rapportjes te vervangen [18:05:16] Fijn dat die het weer doet [18:48:09] Lydia_WMDE: I hope the two geodata bugs are now clearer [18:48:19] multichill: thanks! :) [18:48:23] I would set the one for on wikidata.org to low [18:48:40] multichill: re phpunit: i think so but not entirely sure what the current status is. it's a bit of a mess [18:48:58] multichill: well people are rightfully complaining about it being hard on wikidata [18:49:27] It took me a lot of time to be able to submit this patchset... [18:49:38] yeah :/ [18:50:36] multichill: oh wait. i am confusing this one with the other one i was working on today. ignore me. -.- [18:50:38] i should go have food :P [18:50:46] * multichill just did that [18:51:31] laters [18:51:32] :) [18:51:39] Thanks for adding some people to code review. Didn't know who to add.... [19:02:45] (03PS2) 10Multichill: Implement a special page to show items with the most sitelinks [extensions/Wikibase] - 10https://gerrit.wikimedia.org/r/181902 [19:23:32] (03PS3) 10Multichill: Implement a special page to show items with the most sitelinks [extensions/Wikibase] - 10https://gerrit.wikimedia.org/r/181902 [21:26:37] hmmm uls isn't opening for me [21:26:46] can anyone reproduce? [21:27:06] (clicking the language at the top of a page does nothing) [21:36:50] sjoerddebruin: adding unnecessary information :( [21:37:08] Why? [21:37:23] I've landed on a error page with no context. [21:42:38] multichill: https://www.wikidata.org/w/index.php?title=Wikidata:Database_reports/List_of_properties/Top100&curid=4666752&diff=184147823&oldid=183901596 [21:43:10] Boom! [21:43:16] Haha, dat gaat hard [21:44:02] Nu de andere Franse nog. ;) [21:44:21] You mean BnF identifier (P268)? [21:44:42] Ja. [21:45:01] Just updated https://www.wikidata.org/wiki/User:Multichill/Rijksmuseum_creators_RKD , it finally stopped throwing LUA errors [21:48:21] Deze zat een week geleden nog in de 500. http://tools.wmflabs.org/autolist/autolist1.html?lang=nl&props=1006&q=claim%5B214%5D%20and%20claim%5B723%5D%20and%20noclaim%5B1006%5D [21:52:21] So VIAF and BNL, but not NTA? [21:52:51] List seems to be outdated sjoerddebruin [21:52:58] Props are showing up [21:53:18] Yes, Magnus needs to get his shit together [21:53:40] The WDQ database seems to be somewhat out of sync [21:53:52] Your list faults are still showing up in the gender game.. [21:53:53] Be nice to Magnus! :-) [21:54:04] List faults? [21:54:06] Crap [21:54:15] I'll see if I can fix the remaining ones [21:54:27] They are fixed. [21:56:41] Items I fixed a week ago are still showing up :-(