[01:54:31] Anyone know why the save button is unable to be pressed when I'm trying to add an "instance of" claim to Q469014? [02:08:14] MJ94: Try purging the page, that should just work [02:09:24] hoo|away: nope. http://puu.sh/gsxvP/adaa2af2a8.png [02:10:36] Weird, it worked for me [02:10:55] Refresh and look at whether you'd be able to add statements now [02:11:00] please [02:11:51] hoo|away: nope [02:12:02] :( [02:12:23] Can you open your browser's error console and look whether you get any JavaScript errors? [02:15:36] hoo|away: http://puu.sh/gsxUX/1e6d2fea46.png [02:16:35] MJ94: Hah, that's what I'm looking for... can you do that again with debug=true (https://www.wikidata.org/wiki/Q469014?debug=true) and make a complete screenshot (or even better paste it)? [02:17:13] hoo|away: one moment, please :) [02:18:11] hoo|away: http://pastebin.com/T2zF910H [02:20:31] Thank you [02:27:01] MJ94: Do you use any gadgets and/or user scripts? [02:27:07] Could you try to disable them? [02:27:46] hoo|away: Actually, the more I'm thinking about it, this happened once before...it was a global Twinkle script. [02:27:54] Let me see if that is somehow reenable.d [02:27:59] ok [02:30:40] hoo|away: I don't see that that would be the issue. I know I disabled the global Twinkle one other time. [02:33:09] MJ94: https://meta.wikimedia.org/wiki/User:MJ94/global.js [02:33:18] You have it disabled only for enwiki, not wikidata [02:33:27] Ah, there it is! [02:33:58] hoo|away: Thank you! [02:34:14] You're welcome [02:34:33] hoo|away: Do you know how I'd add wikidata to that list? [02:34:50] just add 'wikidata' or...? [02:35:02] There are several ways [02:35:20] if ( mw.config.get( 'wgDBname' ) !== 'enwiki' && mw.config.get( 'wgDBname' ) !== 'wikidatawiki' ) { [02:35:24] that's probably the simplest [02:36:31] Or you can: if ( $.inArray( mw.config.get( 'wgDBname' ), [ 'enwiki', 'wikidatawiki' ] ) === -1 ) { [02:38:15] hoo|away: I have merged both the global.js and Wikidata. No luck. [02:39:21] Try hard refreshing on Wikidata (Ctrl + F5) [02:41:36] That didn't work, but logging in and out did. [02:41:42] Out and in, rather [02:44:02] hoo|away: thanks again. [02:44:28] You're welcome :) [02:45:40] hoo|away: Have a nice night! [02:46:49] hoo|away: oh, hey, fun fact? The fix I was thinking I did a long time ago with Twinkle and JS? I remembered partially correctly. But it was for en. https://meta.wikimedia.org/w/index.php?title=User:MJ94/global.js&diff=10540988&oldid=5160428 [02:47:34] yeah, I realized [02:48:08] good that you remembered that... tracking something like that down through the dozens of user scripts/ gadgets some have enabled takes ages [02:53:24] Yeah, I can imagine! [06:47:09] (03CR) 10Aude: [C: 04-1] "when I submit on Special:SetLabelDescriptionAliases to choose the item id and language, it should take me to SetLabelDescriptionAliases/Q1" [extensions/Wikibase] - 10https://gerrit.wikimedia.org/r/194105 (https://phabricator.wikimedia.org/T91387) (owner: 10Thiemo Mättig (WMDE)) [06:50:10] (03PS5) 10Aude: add i18n support for ApiClientInfo module [extensions/Wikibase] - 10https://gerrit.wikimedia.org/r/179868 [06:51:28] (03CR) 10Aude: "also, not necessarily in scope of this patch, but why are the input boxes so small?" [extensions/Wikibase] - 10https://gerrit.wikimedia.org/r/194105 (https://phabricator.wikimedia.org/T91387) (owner: 10Thiemo Mättig (WMDE)) [10:49:36] Lydia_WMDE: Where are you? [10:49:53] Thiemo_WMDE: -.- been trying to reach you [10:50:03] we are here [10:50:03] at home - getting rid of some overtime [10:50:08] adrian is sick [10:50:11] * aude been here 2 hours [10:50:15] tobi is at the doctors [10:50:23] so please do daily without us [10:50:29] heh why don't you answer my ping then? :P [10:50:41] I was not in IRC. [10:50:44] Wikidata is sick. :) [10:51:08] Lydia_WMDE: best to poke me in this channel [10:51:08] tobi will be in the office later [10:51:09] Jan looks sik, but Aude and me are fine. ;-))) [10:51:14] hehe [10:51:17] * aude in bazillion channels [10:51:20] ok [10:54:15] Hey, not my fault! I stayed at home when I was sick.. ;-) [10:55:10] Will be there in about 30 min [11:01:42] Lydia_WMDE: let's chat about the ui stuff tomorrow [11:01:52] jep [11:02:39] what blockers remain .... for beta [11:03:09] *nod* [11:03:18] aude: still have your email about usage tracking on my todo for today [11:03:25] ah, yes [11:04:01] we may want to address some of the multilingual tracking issues first before further deployment [11:04:31] *nod* [11:04:49] but still need to have a revised time, since folks like erik are asking [11:04:53] and other folks [11:04:56] timeline* [11:05:20] yeah [11:16:25] [13Number] 15thiemowmde 04force-pushed 06options from 149463b87 to 142b30a0f: 02http://git.io/pZcU [11:16:25] 13Number/06options 142b30a0f 15Thiemo Mättig: Make options nullable/optional in all ValueFormatters [11:21:55] Thiemo_WMDE: https://gerrit.wikimedia.org/r/#/c/193803/ <- would be nice if you can have a look at this [11:33:36] [13WikibaseDataModel] 15thiemowmde created 06useGetStatements (+1 new commit): 02http://git.io/pZ8B [11:33:36] 13WikibaseDataModel/06useGetStatements 14ab78b64 15Thiemo Mättig: More specific deprecation messages in Item/Property [11:33:46] [13WikibaseDataModel] 15thiemowmde opened pull request #401: More specific deprecation messages in Item/Property (06master...06useGetStatements) 02http://git.io/pZ80 [11:35:13] wmde/WikibaseDataModel/useGetStatements/ab78b64 : Thiemo Mättig The build has errored. http://travis-ci.org/wmde/WikibaseDataModel/builds/53635663 [11:37:17] wikimedia/mediawiki-extensions-Wikibase/master/6113804 : jenkins-bot The build has errored. http://travis-ci.org/wikimedia/mediawiki-extensions-Wikibase/builds/53635632 [11:40:29] [13WikibaseDataModel] 15thiemowmde 04force-pushed 06varParams from 14ba7d992 to 14b05362e: 02http://git.io/pZBE [11:40:29] 13WikibaseDataModel/06varParams 14b05362e 15Thiemo Mättig: Unify variable function params docs [11:41:31] [13WikibaseDataModel] 15thiemowmde 04force-pushed 06varParams from 14b05362e to 146ea3fb9: 02http://git.io/pZBE [11:41:31] 13WikibaseDataModel/06varParams 146ea3fb9 15Thiemo Mättig: Unify variable function params docs [11:41:50] [13WikibaseDataModel] 15thiemowmde 04force-pushed 06varParams from 146ea3fb9 to 14892d5c2: 02http://git.io/pZBE [11:41:50] 13WikibaseDataModel/06varParams 14892d5c2 15Thiemo Mättig: Unify variable function params docs [11:42:00] wmde/WikibaseDataModel/varParams/b05362e : Thiemo Mättig The build failed. http://travis-ci.org/wmde/WikibaseDataModel/builds/53636227 [11:43:34] wmde/WikibaseDataModel/varParams/6ea3fb9 : Thiemo Mättig The build has errored. http://travis-ci.org/wmde/WikibaseDataModel/builds/53636378 [11:46:23] wmde/WikibaseDataModel/varParams/892d5c2 : Thiemo Mättig The build failed. http://travis-ci.org/wmde/WikibaseDataModel/builds/53636428 [11:56:59] [13WikibaseDataModel] 15thiemowmde created 06idParserTests (+1 new commit): 02http://git.io/pZuY [11:56:59] 13WikibaseDataModel/06idParserTests 149f001fd 15Thiemo Mättig: Test coverage of {Basic|Dispatching}EntityIdParserTest [12:00:44] wmde/WikibaseDataModel/idParserTests/9f001fd : Thiemo Mättig The build passed. http://travis-ci.org/wmde/WikibaseDataModel/builds/53638016 [12:01:32] [13WikibaseDataModel] 15thiemowmde opened pull request #402: Test coverage of {Basic|Dispatching}EntityIdParserTest (06master...06idParserTests) 02http://git.io/pZzl [12:08:46] [13WikibaseDataModel] 15thiemowmde 04deleted 06rel260 at 14dae799e: 02http://git.io/pZ2Y [12:09:26] [13WikibaseDataModel] 15thiemowmde tagged 062.6.0 at 06master: 02http://git.io/pZ2w [12:28:29] (03PS6) 10Aude: Attempt to make statements ui more responsive [WIP] [extensions/Wikibase] - 10https://gerrit.wikimedia.org/r/195107 [12:32:17] (03CR) 10jenkins-bot: [V: 04-1] Attempt to make statements ui more responsive [WIP] [extensions/Wikibase] - 10https://gerrit.wikimedia.org/r/195107 (owner: 10Aude) [12:33:00] [13WikibaseDataModel] 15thiemowmde created 06dataProviderDocs (+1 new commit): 02http://git.io/pZKg [12:33:00] 13WikibaseDataModel/06dataProviderDocs 14bfd836e 15Thiemo Mättig: Clean-up dataProvider docs and type hints [12:33:43] $pageName must be a non-empty string ? [12:34:23] why now? [12:34:48] wmde/WikibaseDataModel/dataProviderDocs/bfd836e : Thiemo Mättig The build passed. http://travis-ci.org/wmde/WikibaseDataModel/builds/53641558 [12:35:09] (03PS7) 10Aude: Attempt to make statements ui more responsive [WIP] [extensions/Wikibase] - 10https://gerrit.wikimedia.org/r/195107 [12:36:38] (03CR) 10Daniel Kinzler: [C: 04-1] "Please consider Ibf75485b0ffb for generating RDF output." [extensions/Wikibase] - 10https://gerrit.wikimedia.org/r/194242 (owner: 10Smalyshev) [12:36:55] [13WikibaseDataModel] 15thiemowmde opened pull request #403: Clean-up dataProvider docs and type hints (06master...06dataProviderDocs) 02http://git.io/pZ6c [12:39:53] (03CR) 10jenkins-bot: [V: 04-1] Attempt to make statements ui more responsive [WIP] [extensions/Wikibase] - 10https://gerrit.wikimedia.org/r/195107 (owner: 10Aude) [12:41:35] we have over 2 million coordinates in wikidata... 2,045,975 to be exact :) [12:41:37] earldouglas: hey did someone already request the resizing of https://wikitech.wikimedia.org/wiki/Nova_Resource:Wikidata-query from an nova admin? [12:41:39] as of last monday [12:42:03] earldouglas: i mean of the wdq instances [12:42:34] aude: btw i'd love a screenshot of the map you showed on friday for twitter :) [12:42:44] hm [12:42:57] want to make it a pretty web-based tool [12:43:02] (03PS1) 10Tobias Gritschacher: New Wikidata Build - 2015/03/09 [extensions/Wikidata] - 10https://gerrit.wikimedia.org/r/195246 [12:43:07] but ok [12:43:08] (03CR) 10jenkins-bot: [V: 04-1] New Wikidata Build - 2015/03/09 [extensions/Wikidata] - 10https://gerrit.wikimedia.org/r/195246 (owner: 10Tobias Gritschacher) [12:43:23] you should totally do that but we can teaser a bit ;-) [12:43:29] ok, after lunch [12:43:34] cool [12:43:35] no rudh [12:43:39] rush even [12:44:54] k [12:48:23] (03Abandoned) 10Tobias Gritschacher: New Wikidata Build - 2015/03/09 [extensions/Wikidata] - 10https://gerrit.wikimedia.org/r/195246 (owner: 10Tobias Gritschacher) [12:50:13] (03PS1) 10Tobias Gritschacher: New Wikidata build - 2015/03/09 [extensions/Wikidata] - 10https://gerrit.wikimedia.org/r/195247 [12:52:18] (03CR) 10jenkins-bot: [V: 04-1] New Wikidata build - 2015/03/09 [extensions/Wikidata] - 10https://gerrit.wikimedia.org/r/195247 (owner: 10Tobias Gritschacher) [12:53:28] seems the new data-model 2.6 does not work well with our current wikibase code.. [12:53:52] Thiemo_WMDE: DanielK_WMDE aude jzerebecki ^^ [12:54:09] but it got pulled in automatically [12:54:17] https://integration.wikimedia.org/ci/job/mwext-Wikidata-testextension-zend/101/console [12:56:23] Tobi_WMDE_SW_NA: Thiemo_WMDE will take care of it after lunch [12:56:54] jzerebecki: great! thx [13:01:45] (03PS1) 10Thiemo Mättig (WMDE): Fix tests failing because of DataModel 2.6 [extensions/Wikibase] - 10https://gerrit.wikimedia.org/r/195249 [13:05:15] (03CR) 10jenkins-bot: [V: 04-1] Fix tests failing because of DataModel 2.6 [extensions/Wikibase] - 10https://gerrit.wikimedia.org/r/195249 (owner: 10Thiemo Mättig (WMDE)) [13:05:32] YuviPanda: WDQ seems down again. :/ [13:08:06] Hm, now it works again... [13:08:12] Weird shit. [14:17:54] (03CR) 10Aude: "https://phabricator.wikimedia.org/T91964" [extensions/Wikibase] - 10https://gerrit.wikimedia.org/r/195249 (owner: 10Thiemo Mättig (WMDE)) [14:20:25] (03PS2) 10Thiemo Mättig (WMDE): Fix tests failing because of DataModel 2.6 [extensions/Wikibase] - 10https://gerrit.wikimedia.org/r/195249 (https://phabricator.wikimedia.org/T91964) [14:31:53] (03CR) 10Aude: [C: 032] Fix tests failing because of DataModel 2.6 (031 comment) [extensions/Wikibase] - 10https://gerrit.wikimedia.org/r/195249 (https://phabricator.wikimedia.org/T91964) (owner: 10Thiemo Mättig (WMDE)) [14:35:42] (03Merged) 10jenkins-bot: Fix tests failing because of DataModel 2.6 [extensions/Wikibase] - 10https://gerrit.wikimedia.org/r/195249 (https://phabricator.wikimedia.org/T91964) (owner: 10Thiemo Mättig (WMDE)) [14:43:55] wikimedia/mediawiki-extensions-Wikibase/master/8d3df54 : jenkins-bot The build failed. http://travis-ci.org/wikimedia/mediawiki-extensions-Wikibase/builds/53656670 [14:46:19] (03PS2) 10Tobias Gritschacher: New Wikidata build - 2015/03/09 [extensions/Wikidata] - 10https://gerrit.wikimedia.org/r/195247 [14:49:14] (03CR) 10Tobias Gritschacher: [C: 032 V: 032] New Wikidata build - 2015/03/09 [extensions/Wikidata] - 10https://gerrit.wikimedia.org/r/195247 (owner: 10Tobias Gritschacher) [14:52:54] (03CR) 10Thiemo Mättig (WMDE): Fix tests failing because of DataModel 2.6 (031 comment) [extensions/Wikibase] - 10https://gerrit.wikimedia.org/r/195249 (https://phabricator.wikimedia.org/T91964) (owner: 10Thiemo Mättig (WMDE)) [14:59:21] jzerebecki: yep, that was probably smalyshev [15:01:24] earldouglas, SMalyshev: is there a ticket about the request to resize the vms? should i just feel free to get that done? is 140G enough? [15:01:29] (03CR) 10Thiemo Mättig (WMDE): "> it should take me to SetLabelDescriptionAliases/Q139/en." [extensions/Wikibase] - 10https://gerrit.wikimedia.org/r/194105 (https://phabricator.wikimedia.org/T91387) (owner: 10Thiemo Mättig (WMDE)) [15:04:05] I don't think there's a ticket. We were talking over email about bumping up to 140G, but I'm not sure if that happened yet. [15:04:14] Would it help if I create a ticket? [15:05:46] earldouglas: i can just request it right now, if you think it is fine to reboot the vms [15:06:06] it did not happen yet [15:07:47] Should be fine to reboot them. [15:07:50] Thanks a lot! [15:16:14] (03PS1) 10Thiemo Mättig (WMDE): Make special page input fields wide and responsive [extensions/Wikibase] - 10https://gerrit.wikimedia.org/r/195266 [15:17:12] a bot has added ' instead of ' in labels and descriptions, how can I search for this? [15:18:09] https://www.wikidata.org/w/index.php?title=Q1871942&diff=prev&oldid=202701611 [15:21:36] (03CR) 10Thiemo Mättig (WMDE): [C: 032] entityselector: Select only if item changed (031 comment) [extensions/Wikibase] - 10https://gerrit.wikimedia.org/r/193075 (https://phabricator.wikimedia.org/T90853) (owner: 10Henning Snater) [15:30:14] earldouglas, SMalyshev: Andrew Bogott has never seen an instance survive resizing. so we need to create new ones. [15:31:51] Can we do that and keep the old ones for a bit? [15:32:04] earldouglas: sure [15:32:07] Cool [15:34:52] (03Abandoned) 10Aude: Add a min-width (5em) for .wikibase-snakview-value [extensions/Wikibase] - 10https://gerrit.wikimedia.org/r/195226 (owner: 10Aude) [15:37:35] (03PS1) 10Aude: Add max-width: 65em to wikibase-statementgrouplistview [extensions/Wikibase] - 10https://gerrit.wikimedia.org/r/195271 [15:41:02] (03Merged) 10jenkins-bot: entityselector: Select only if item changed [extensions/Wikibase] - 10https://gerrit.wikimedia.org/r/193075 (https://phabricator.wikimedia.org/T90853) (owner: 10Henning Snater) [15:41:30] [13ValueView] 15thiemowmde pushed 1 new commit to 06master: 02http://git.io/pndC [15:41:30] 13ValueView/06master 14ff6f617 15Thiemo Mättig: Merge pull request #161 from wmde/focus... [15:49:44] (03PS1) 10JanZerebecki: Fix tests failing because of DataModel 2.6 [extensions/Wikibase] (wmf/1.25wmf19) - 10https://gerrit.wikimedia.org/r/195273 (https://phabricator.wikimedia.org/T91964) [15:50:36] (03CR) 10JanZerebecki: "This is only needed if we the DataModel is updated in a build." [extensions/Wikibase] (wmf/1.25wmf19) - 10https://gerrit.wikimedia.org/r/195273 (https://phabricator.wikimedia.org/T91964) (owner: 10JanZerebecki) [15:51:43] (03CR) 10Aude: "we usually update only the specific things needed on the deployment build:" [extensions/Wikibase] (wmf/1.25wmf19) - 10https://gerrit.wikimedia.org/r/195273 (https://phabricator.wikimedia.org/T91964) (owner: 10JanZerebecki) [16:00:54] (03PS1) 10Thiemo Mättig (WMDE): Use browsers native URL parser [extensions/WikibaseJavaScriptApi] - 10https://gerrit.wikimedia.org/r/195276 [16:01:20] (03CR) 10jenkins-bot: [V: 04-1] Use browsers native URL parser [extensions/WikibaseJavaScriptApi] - 10https://gerrit.wikimedia.org/r/195276 (owner: 10Thiemo Mättig (WMDE)) [16:01:54] (03CR) 10Thiemo Mättig (WMDE): [C: 032] "Fixes an actual bug, there is no good reason to block this patch. But I submitted one on top of this, see I992b563. :-)" [extensions/WikibaseJavaScriptApi] - 10https://gerrit.wikimedia.org/r/192362 (owner: 10Hoo man) [16:02:05] (03CR) 10jenkins-bot: [V: 04-1] Make protocol removing in getLocationAgnosticMwApi non greedy [extensions/WikibaseJavaScriptApi] - 10https://gerrit.wikimedia.org/r/192362 (owner: 10Hoo man) [16:05:09] (03CR) 10Thiemo Mättig (WMDE): [V: 04-1] "Needs manual rebase." [extensions/Wikibase] - 10https://gerrit.wikimedia.org/r/190799 (https://phabricator.wikimedia.org/T87759) (owner: 10Henning Snater) [16:06:19] wikimedia/mediawiki-extensions-Wikibase/master/8c7701f : jenkins-bot The build is still failing. http://travis-ci.org/wikimedia/mediawiki-extensions-Wikibase/builds/53666129 [16:10:46] (03PS2) 10Aude: Add @group Database to repo tests that access the db [extensions/Wikibase] - 10https://gerrit.wikimedia.org/r/193133 (https://phabricator.wikimedia.org/T72710) [16:11:04] (03PS4) 10Aude: Add more @group Database tags to repo tests [extensions/Wikibase] - 10https://gerrit.wikimedia.org/r/193275 (https://phabricator.wikimedia.org/T72710) [16:11:11] (03PS5) 10Aude: Add more @group Database tags to repo tests [extensions/Wikibase] - 10https://gerrit.wikimedia.org/r/193275 (https://phabricator.wikimedia.org/T72710) [16:11:24] (03PS4) 10Aude: Add @group Database tags to lib tests that use database [extensions/Wikibase] - 10https://gerrit.wikimedia.org/r/193120 (https://phabricator.wikimedia.org/T72710) [16:11:35] (03PS2) 10Aude: Add @group Database where needed in client [extensions/Wikibase] - 10https://gerrit.wikimedia.org/r/194336 (https://phabricator.wikimedia.org/T72710) [16:12:07] [13ValueView] 15thiemowmde comment on pull request #162 1430687e0: Where does a `calendarModel` option come from? I think it doesn't exist and needs to be replaced with an `TimeValue.getCalendarModelKeyByUri` call. 02http://git.io/pckN [16:19:45] wikimedia/mediawiki-extensions-Wikibase/master/fcd83fe : Thiemo Mättig (WMDE) The build is still failing. http://travis-ci.org/wikimedia/mediawiki-extensions-Wikibase/builds/53669381 [16:21:03] (03PS2) 10Thiemo Mättig (WMDE): Make options nullable/optional in all ValueParsers [extensions/Wikibase] - 10https://gerrit.wikimedia.org/r/194530 [16:25:15] (03PS4) 10Henning Snater: Edit References along with Statement [extensions/Wikibase] - 10https://gerrit.wikimedia.org/r/190799 (https://phabricator.wikimedia.org/T87759) [16:26:18] (03PS2) 10Thiemo Mättig (WMDE): Deprecate getParserClass in favor of getInstance [extensions/Wikibase] - 10https://gerrit.wikimedia.org/r/194531 [16:27:59] (03PS2) 10Henning Snater: labelview: Updated documentation [extensions/Wikibase] - 10https://gerrit.wikimedia.org/r/189727 [16:29:01] (03CR) 10jenkins-bot: [V: 04-1] Deprecate getParserClass in favor of getInstance [extensions/Wikibase] - 10https://gerrit.wikimedia.org/r/194531 (owner: 10Thiemo Mättig (WMDE)) [16:29:06] (03CR) 10Henning Snater: "Patch set 2: Fixed documentation" [extensions/Wikibase] - 10https://gerrit.wikimedia.org/r/189727 (owner: 10Henning Snater) [16:29:27] (03CR) 10Henning Snater: labelview: Updated documentation (031 comment) [extensions/Wikibase] - 10https://gerrit.wikimedia.org/r/189727 (owner: 10Henning Snater) [16:32:36] (03PS1) 10Thiemo Mättig (WMDE): Simplify overcomplicated getInstance methods [extensions/Wikibase] - 10https://gerrit.wikimedia.org/r/195295 [16:40:35] Wikidata is down [16:40:54] Every Wikimedia sites are down :/ [16:41:07] and up again [16:41:25] and back [16:42:05] just a hiccup [17:14:02] [13WikidataBrowserTests] 15WMDE-Fisch created 06badges_T88795 (+2 new commits): 02http://git.io/pcil [17:14:02] 13WikidataBrowserTests/06badges_T88795 14b360cbf 15WMDE-Fisch: initial badge tests [17:14:02] 13WikidataBrowserTests/06badges_T88795 1428b4bfd 15WMDE-Fisch: minor fixes [17:15:05] [13WikidataBrowserTests] 15WMDE-Fisch opened pull request #57: initial browser tests for badges T88795 (06master...06badges_T88795) 02http://git.io/pcPG [17:23:55] [13WikidataBrowserTests] 15zeljkofilipin comment on pull request #57 1428b4bfd: typo in exisitng_badges 02http://git.io/pcyu [17:24:45] [13WikidataBrowserTests] 15zeljkofilipin comment on pull request #57 1428b4bfd: This line (and most of this file) is not indented properly. 02http://git.io/pcSL [17:26:21] [13WikidataBrowserTests] 15zeljkofilipin comment on pull request #57 1428b4bfd: Is RuboCop running on TravisCI? How come it did not catch this? https://github.com/wmde/WikidataBrowserTests/blob/master/.travis.yml#L7 02http://git.io/pc9q [17:27:53] [13WikidataBrowserTests] 15zeljkofilipin comment on pull request #1 14df0d609: Why are you passing ENTER instead of enter? You can convert it to symbol with "enter".to_sym. 02http://git.io/pcHU [17:28:33] [13WikidataBrowserTests] 15zeljkofilipin comment on pull request #1 14df0d609: A more Ruby way would be:... 02http://git.io/pcH6 [17:29:06] [13WikidataBrowserTests] 15zeljkofilipin comment on pull request #1 14df0d609: Sleep is evil! :) 02http://git.io/pcHh [17:29:40] [13WikidataBrowserTests] 15zeljkofilipin comment on pull request #1 14df0d609: Why aren't you waiting for something on the page to happen, instead of hardcoding sleep? 02http://git.io/pcQW [17:30:08] [13WikidataBrowserTests] 15zeljkofilipin comment on pull request #1 14df0d609: I think to.be == @memorized could be to eq @memorized 02http://git.io/pcQo [17:33:50] [13WikidataBrowserTests] 15zeljkofilipin comment on pull request #1 14df0d609: You can dynamically call a method. Something like:... 02http://git.io/pc5r [17:41:28] is there a way to transclude the label of an item? or can only properties be transcluded? [17:53:18] [13WikidataBrowserTests] 15WMDE-Fisch comment on pull request #57 1428b4bfd: the indenting is all the same in this project... 02http://git.io/pCe7 [17:55:43] [13WikidataBrowserTests] 15WMDE-Fisch pushed 1 new commit to 06badges_T88795: 02http://git.io/pCfJ [17:55:43] 13WikidataBrowserTests/06badges_T88795 14c5ccfe6 15WMDE-Fisch: renamed and typo fixed [18:14:44] [13WikidataBrowserTests] 15WMDE-Fisch pushed 1 new commit to 06master: 02http://git.io/pCYz [18:14:44] 13WikidataBrowserTests/06master 14764d4f7 15WMDE-Fisch: removed duplicated code [18:26:57] [13WikibaseDataModel] 15JeroenDeDauw comment on pull request #403 14bfd836e: This does not need to be `Claim`. Also, be careful to not cause conflicts with 3.0.x that be avoided. 02http://git.io/pCnC [18:28:00] [13WikibaseDataModel] 15JeroenDeDauw closed pull request #401: More specific deprecation messages in Item/Property (06master...06useGetStatements) 02http://git.io/pZ80 [19:39:38] (03PS10) 10Smalyshev: refactoring for better performance [extensions/Wikibase] - 10https://gerrit.wikimedia.org/r/194242 [19:43:38] (03CR) 10jenkins-bot: [V: 04-1] refactoring for better performance [extensions/Wikibase] - 10https://gerrit.wikimedia.org/r/194242 (owner: 10Smalyshev) [19:58:48] [13WikidataBrowserTests] 15WMDE-Fisch pushed 2 new commits to 06master: 02http://git.io/pWTG [19:58:48] 13WikidataBrowserTests/06master 14558b5ab 15WMDE-Fisch: fixed indenting [19:58:48] 13WikidataBrowserTests/06master 140ae32cb 15WMDE-Fisch: removed duplicated lines [20:00:56] [13WikidataBrowserTests] 15WMDE-Fisch 04force-pushed 06badges_T88795 from 14c5ccfe6 to 145482fca: 02http://git.io/pWke [20:00:56] 13WikidataBrowserTests/06badges_T88795 14a28dca9 15WMDE-Fisch: initial badge tests [20:00:56] 13WikidataBrowserTests/06badges_T88795 14a07ffe1 15WMDE-Fisch: minor fixes [20:00:56] 13WikidataBrowserTests/06badges_T88795 145482fca 15WMDE-Fisch: renamed and typo fixed [21:03:12] Hee sjoerddebruin, what are you working on these days? Did you see that someone picked up on importing viaf derived data? [21:03:36] multichill: Just some backlogs. Yes, I saw some edits and even reverted some. [21:04:01] Reverted? What went wrong? :-( [21:04:44] The VIAF was wrong on some items, those showed up because of the duplicate ID's. [21:05:11] Ah, so in the end it helped to find errors :-) [21:06:08] Hm, is there a new dump yet? [21:06:38] Pff, doing some graph analysis on the family trees. My poor laptop doesn't like to process those 55.000 items ;-) [21:07:05] It's looking for the biggest subgraphs [21:07:33] I know the biggest one is a bit under 15.000, but really curious what the second one is going to be [21:13:25] Hey aude, I’m having some trouble with the Wikidata hook handlers in my vagrant instance. You have a sec? Or know who would be good to ask about it? [21:14:31] I’m using the wikidata role in vagrant and when I try to load my local Wikidata wiki, I get the following error: Original exception: [06666532] /wiki/Main_Page MWException from line 185 of /vagrant/mediawiki/includes/Hooks.php: Invalid callback Wikibase\Repo\Hooks\LinkBeginHookHandler::onLinkBegin in hooks for LinkBegin [21:16:34] kaldari when did you last update the vagrant? [21:16:54] sounds like something is not up-to-date [21:17:37] specifically https://phabricator.wikimedia.org/T90565 [21:17:41] well, everything’s up to date, except for when it tries to run update.php it fails with the following error: MWException from line 185 of /vagrant/mediawiki/includes/Hooks.php: Invalid callback \Wikibase\Repo\Store\Sql\ChangesSubscriptionSchemaUpdater::onSchemaUpdate in hooks for LoadExtensionSchemaUpdates [21:17:59] so I can’t actually update fully [21:18:01] ugh [21:18:01] https://www.wikidata.org/wiki/Q720 <- I could have known [21:18:22] 2823 people related to Genghis Khan [21:18:39] kaldari: sounds vaguely familiar (danielk would know) [21:18:47] we can work around it with a setting [21:19:50] wikimedia/mediawiki-extensions-WikibaseQuery/master/f4967ed : Translation updater bot The build has errored. http://travis-ci.org/wikimedia/mediawiki-extensions-WikibaseQuery/builds/53711715 [21:20:08] 'useLegacyChangesSubscription' => false, in repo [21:20:23] can be set to true. this feature is super experimetnal and might be a bug [21:21:22] I’ll try that [21:22:22] but also make sure to run composer update in wikibase (build resources) [21:22:49] for some reason vagrant wasn't doing that automatically for wikibase [21:23:13] per https://phabricator.wikimedia.org/T90565 (which is now fixed) [21:24:58] wikimedia/mediawiki-extensions-Wikibase/master/eeabb5e : Translation updater bot The build is still failing. http://travis-ci.org/wikimedia/mediawiki-extensions-Wikibase/builds/53711746 [21:27:11] aude: running compose update inside Wikibase build resources fixed the problems [21:27:19] er composer update [21:29:24] aude: Thanks!! [21:29:32] kaldari: yay :) [22:23:38] a bot has added ' instead of ' in labels and descriptions, how can I search for this? [22:23:40] https://www.wikidata.org/w/index.php?title=Q1871942&diff=prev&oldid=202701611 [22:28:01] Romaine: I've requested a bot for that, but it seems not to catch all them. [22:28:31] ok [22:29:04] Hard to search them. :/ [22:30:42] Romaine: https://www.wikidata.org/wiki/Wikidata:Project_chat/Archive/2014/08#Issues_with_Dutch_labels [22:31:03] multichill: Is it hard to cleanup those? ^ [22:31:31] Yes, I tried to search with various tools, seems impossible