[00:07:49] [00:01:42] wikidata status update for anyone interested: the migration to the S5 shard is done on 6 out 8 effected db servers. i expect to be fully done in < 45min [00:22:53] :D [00:23:15] [06:22:49 PM] robla: should be! wikidata db writes are flowing to the s5 master and so far, everything looks good [00:25:12] Reedy: so in other words, T-30 till editing? [00:25:20] Sven_Manguard: nope its live [00:25:23] You can edit now [00:25:29] oh, cool [00:25:34] i just removed it from the sitenotice [00:50:18] Jhs: maybe you want to comment at https://en.wikidata.org/wiki/Wikidata_talk:Requests_for_permissions/Bot/Legobot_4 ? [03:39:09] duh: I demand to see a proof that Touriste is, in fact, a person [03:39:32] Not until I get to see your long form birth certificate. [03:40:39] * yurik fires up photoshop [03:57:48] heh stalktoy's broken [03:58:06] SQL: [484] SELECT user_id, user_registration, DATE_FORMAT(user_registration, "%Y-%m-%d %H:%i") as registration, user_editcount, GROUP_CONCAT(ug_group SEPARATOR ", ") AS user_groups, ipb_by_text, ipb_reason, DATE_FORMAT(ipb_timestamp, "%Y-%m-%d %H:%i") AS ipb_timestamp, ipb_deleted, COALESCE(DATE_FORMAT(ipb_expiry, "%Y-%m-%d %H:%i"), ipb_expiry) AS ipb_expiry FROM user LEFT JOIN user_groups ON user_id = ug_user LEFT JOIN ipblocks [03:58:06] El búfer 484 está vacío. [03:58:06] ON user_id = ipb_user WHERE user_name = ? LIMIT 1 /*682c6512*/ Params: 1 Key: Position #0: paramno=0 name=[0] "" is_param=1 param_type=2 [03:58:08] Exception: SQLSTATE[HY000]: General error: 1356 View 'wikidatawiki_p.ipblocks' references invalid table(s) or column(s) or function(s) or definer/invoker of view lack rights to use them [03:58:44] Yeah. [03:59:04] it's like my midterm's coming back to haunt me [07:26:32] oh, wow, this is still up [07:26:34] oops [07:27:02] well, err, see you all again towards the end of April. Email me if the wiki is on fire. Cheers! [09:37:44] New patchset: Henning Snater; "(bug 44745) Detaching toolbar from listview and claimlistview widget" [mediawiki/extensions/Wikibase] (master) - https://gerrit.wikimedia.org/r/50151 [10:28:39] DanielK_WMDE_: hi [10:42:50] Abraham_WMDE1: moin [11:04:42] DanielK_WMDE_: Gerrit has been restarted and works again :-] [11:07:06] New patchset: Henning Snater; "Adding "datatype" to ApiGetEntities default parameters" [mediawiki/extensions/Wikibase] (master) - https://gerrit.wikimedia.org/r/50153 [11:07:49] New review: Daniel Werner; "Patch Set 1: Verified+2 Code-Review+2" [mediawiki/extensions/Wikibase] (master); V: 2 C: 2; - https://gerrit.wikimedia.org/r/50153 [11:07:51] Change merged: Daniel Werner; [mediawiki/extensions/Wikibase] (master) - https://gerrit.wikimedia.org/r/50153 [11:12:50] hashar: thanks [11:17:44] * yurik wonders if snak ===KeyValuePair [11:18:15] ooo snacks! [11:19:13] * yurik snaps [11:20:29] DanielK_WMDE_: aude Mentioned we might want to run a script for the search terms or something? [11:23:09] Reedy: yes. The search key column needs to be populated before we can start using it. [11:23:14] * yurik also wonders if we should stop using the fact that "Angela Merkel" has no children as the example of "==none". It might be a touchy subject for many [11:23:20] Which script is it then? :p [11:23:21] Reedy: i havn't tested the script in quite a while though. let me see where that is... [11:23:27] heh [11:23:56] Reedy: repo/maintenance/rebuildTermsSearchKey.php [11:25:30] Ugh, it's overly quiet [11:25:40] reedy@fenari:/home/wikipedia/common$ mwscript extensions/Wikibase/repo/maintenance/rebuildTermsSearchKey.php wikidatawiki [11:25:40] reedy@fenari:/home/wikipedia/common$ [11:25:45] That was.. quick? [11:26:32] Because it hasn't done them all apparently [11:27:15] Reedy: yes, it's a sucky script. it doesn't output anything, and has no support for continuing where it left off [11:27:44] also, it uses tiny chunks when reading (10 rows) and ond update request for each row to update [11:27:47] that's... slow [11:27:52] i wonder why it stoped, though [11:27:55] It finsihed awfully quickly [11:28:02] It's done some at the start, but the last 100 (at least) are still "" [11:28:05] yea. probably didn't do anything [11:28:09] mysql:wikiadmin@db1039 [wikidatawiki]> select count(*) from wb_terms where term_search_key = ''; [11:28:09] +----------+ [11:28:09] | count(*) | [11:28:09] +----------+ [11:28:09] | 30642198 | [11:28:10] +----------+ [11:28:15] hmhm [11:28:20] mysql:wikiadmin@db1039 [wikidatawiki]> select count(*) from wb_terms where term_search_key<> ''; [11:28:21] +----------+ [11:28:23] | count(*) | [11:28:25] +----------+ [11:28:28] | 357 | [11:28:30] +----------+ [11:28:32] Wow, helpful [11:28:56] hmhm [11:29:09] the toolserver doesn't have the new columns in the view yet [11:29:13] that's annoying [11:29:21] Reedy: we do have an ID column there now, right? [11:29:25] It'll need to re-replicate [11:29:26] Yeah [11:29:30] or just a unique composite index? [11:29:57] http://p.defau.lt/?_tprcw01tvs_hGm53g_1_w [11:30:00] It's there [11:30:29] right [11:30:41] so the question is... why did the script terminate? [11:30:45] oh, i think i know [11:31:29] the way that script works simply doesn't [11:31:30] ugh [11:32:14] Reedy: will try to fix this today, or at least file a bug. i suppose the script has to be rewritten, at least partially [11:33:29] Alright [11:35:02] DanielK_WMDE_: Ah [11:35:08] Fatal error: Class 'Wikibase\Exception' not found in /usr/local/apache/common-local/php-1.21wmf10/extensions/Wikibase/repo/includes/store/sql/TermSqlCache.php on line 300 [11:35:28] It fataled trying to throw an exception? [11:36:28] PhpStorm complains about that line too [11:38:05] is subclassOfSnak used in wikidata? [11:38:23] if ( $id->getEntityType() !== $entityType ) { [11:38:23] throw new Exception( 'Declared EntityType must match the actual EntityType of each Entity' ); [11:38:23] } [11:49:33] hashar: ^ For things like this, it'd be nice if we had much more extensive static analysis on code ;) [11:53:39] Reedy: should have been \Exception I guess? [11:53:48] AnjaJ_WMDE: https://bugzilla.wikimedia.org/show_bug.cgi?id=44095 [11:54:34] New patchset: Daniel Kinzler; "(bug 45097) Turn Summary class into an aggregator." [mediawiki/extensions/Wikibase] (master) - https://gerrit.wikimedia.org/r/50154 [11:55:03] New review: Daniel Kinzler; "Patch Set 1: Code-Review-1" [mediawiki/extensions/Wikibase] (master) C: -1; - https://gerrit.wikimedia.org/r/50154 [11:56:54] Change on 12mediawiki a page Extension:Wikibase was modified, changed by Jeblad link https://www.mediawiki.org/w/index.php?diff=650071 edit summary: [+673] /* Setting up items in the main namespace */ [12:11:24] New patchset: Henning Snater; "Adjusting selenium test to entity selector search box" [mediawiki/extensions/Wikibase] (master) - https://gerrit.wikimedia.org/r/50155 [12:11:47] New review: Daniel Werner; "Patch Set 1: Verified+2 Code-Review+2" [mediawiki/extensions/Wikibase] (master); V: 2 C: 2; - https://gerrit.wikimedia.org/r/50155 [12:11:48] Change merged: Daniel Werner; [mediawiki/extensions/Wikibase] (master) - https://gerrit.wikimedia.org/r/50155 [12:12:18] !admin [12:19:18] !help [12:19:26] Reedy: namespace fail :( [12:19:56] InShaneee: i'm not an admin, but perhaps just let us know what's going on [12:20:13] you may be able to help, as I no longer have any idea what I need. [12:20:17] take a look at this: [12:20:27] http://www.wikidata.org/wiki/Q4125649 [12:20:34] http://www.wikidata.org/wiki/Q4927850 [12:21:25] I was originally going for a merge/delete, but now I see some wikis have entries on both, and I lack the language skills to know how to proceed from here. [12:22:03] InShaneee: not much you can do there. Name entries are tricky like that. Some wikis use them as disambiguation pages. Some have separate disambiguation pages [12:22:20] they should definitly have separate items - one describes a wikipedia disambiguation, the other describes a name [12:22:49] for some of the wikipedia articles, that distinction may be blurry, but on wikidata, it has to be clear [12:23:18] InShaneee: i suggest to write to the project hcat about the issue. I imagine that it would be useful to establish a guideline for case3s like this [12:23:44] hcat? [12:24:55] chat [12:25:00] sorry, i'm a sloppy typer :P [12:25:09] no worries [12:25:39] I'm just here to nuke interwiki links on en wiki, so stuff like this just throws me for a loop. [12:26:00] yea, the interwiki system never was perfect :) [12:26:14] InShaneee: your removing links? :P [12:26:29] by the truckload! [12:26:46] InShaneee: in case you havn't found it yet: https://www.wikidata.org/wiki/Wikidata:Project_chat [12:26:55] DanielK_WMDE_: thanks! [12:29:46] anyone know if someone's filed a bug yet on the fact that you don't get an edit conflict if someone edits a page between when you click "undo" and when you confirm the undo? [12:34:02] New patchset: Henning Snater; "Renaming entity selector widget to $.wikibase.entityselector" [mediawiki/extensions/Wikibase] (master) - https://gerrit.wikimedia.org/r/50156 [12:35:24] PinkAmpersand: i don't think so, please file it! that should not happen. [12:35:32] DanielK_WMDE_: will do [12:36:04] PinkAmpersand: please note in the report that in such a case, the conflict should be detected, but no attempt should be made to resolve it. [12:36:13] i think we missed that edge case. [12:36:33] the case in question is https://www.wikidata.org/w/index.php?title=Q107701&action=history, if you're interested [12:36:50] thanks. i think i know why that happens [12:37:28] ok. i'm still new to filing bugs... is this "minor" or "normal"? [12:37:51] New review: Henning Snater; "Patch Set 1: Verified+2 Code-Review+2" [mediawiki/extensions/DataValues] (master); V: 2 C: 2; - https://gerrit.wikimedia.org/r/50006 [12:37:51] Change merged: Henning Snater; [mediawiki/extensions/DataValues] (master) - https://gerrit.wikimedia.org/r/50006 [12:38:07] That can be changed if needed [12:38:16] ok [12:40:19] New patchset: Henning Snater; "Renaming entity selector widget to $.wikibase.entityselector" [mediawiki/extensions/Wikibase] (master) - https://gerrit.wikimedia.org/r/50156 [12:40:50] DanielK_WMDE_: shall I CC you? [12:41:07] PinkAmpersand: i'm getting mails for all wikidata bugs anyway [12:41:14] ahh ok [12:44:16] https://bugzilla.wikimedia.org/show_bug.cgi?id=45226 [12:46:56] morning all :) [12:47:38] morning :) [12:47:41] New review: Henning Snater; "Patch Set 1: Verified+2 Code-Review+2" [mediawiki/extensions/Wikibase] (master); V: 2 C: 2; - https://gerrit.wikimedia.org/r/50005 [12:47:43] Change merged: Henning Snater; [mediawiki/extensions/Wikibase] (master) - https://gerrit.wikimedia.org/r/50005 [12:47:58] hey, can we set up an edit filter for link removals by non-autopatrollers? [12:48:07] New review: Henning Snater; "Patch Set 1: Verified+2 Code-Review+2" [mediawiki/extensions/Wikibase] (master); V: 2 C: 2; - https://gerrit.wikimedia.org/r/50007 [12:48:08] Change merged: Henning Snater; [mediawiki/extensions/Wikibase] (master) - https://gerrit.wikimedia.org/r/50007 [12:48:33] New review: Henning Snater; "Patch Set 1: Verified+2 Code-Review+2" [mediawiki/extensions/Wikibase] (master); V: 2 C: 2; - https://gerrit.wikimedia.org/r/50008 [12:48:34] Change merged: Henning Snater; [mediawiki/extensions/Wikibase] (master) - https://gerrit.wikimedia.org/r/50008 [12:51:47] PinkAmpersand: probably :P [12:51:56] * addshore needs to get abusefilter manager on wikidata :) [12:52:44] addshore: well if you wrote the RegEx and put it up on AN, I think it'd get pretty strong support [12:53:12] "needs" [12:53:16] :P [12:53:27] No hat for you. [12:55:22] yay hats [12:55:52] New patchset: Daniel Werner; "dv.util.inherit has new parameter for defining a constructor's name" [mediawiki/extensions/DataValues] (master) - https://gerrit.wikimedia.org/r/50157 [12:55:55] New patchset: Henning Snater; "Fix for DataValue QUnit test using global assert" [mediawiki/extensions/DataValues] (master) - https://gerrit.wikimedia.org/r/50158 [13:03:23] New patchset: Daniel Werner; "(bug 44824) Renaming entity selector widget to $.wikibase.entityselector" [mediawiki/extensions/Wikibase] (master) - https://gerrit.wikimedia.org/r/50156 [13:13:42] I will let you triage a wikidata bug : https://bugzilla.wikimedia.org/show_bug.cgi?id=45227 has been filled under the mobile app :-] [13:20:57] hashar: ugh this is the downside of multilingual projects [13:21:15] New review: Daniel Werner; "Patch Set 3: Verified+2 Code-Review+2" [mediawiki/extensions/Wikibase] (master); V: 2 C: 2; - https://gerrit.wikimedia.org/r/50156 [13:21:16] Change merged: Daniel Werner; [mediawiki/extensions/Wikibase] (master) - https://gerrit.wikimedia.org/r/50156 [13:21:36] PinkAmpersand: I have no idea what the bug is about ;-D just noticed it has been filled against the wrong component :-] [13:21:46] I am not sure where you guys track wikidata issues [13:22:02] lol and that it's been set as "high major". and umm "WikidataRepo" [13:22:39] New review: Daniel Werner; "Patch Set 1: Verified+2 Code-Review+2" [mediawiki/extensions/DataValues] (master); V: 2 C: 2; - https://gerrit.wikimedia.org/r/50158 [13:22:39] (or "WikidataClient" if it's for the 'pedias) [13:22:40] Change merged: Daniel Werner; [mediawiki/extensions/DataValues] (master) - https://gerrit.wikimedia.org/r/50158 [13:27:30] hashar: thx - will look into it [13:35:38] hey, if users active in languages other than English would be willing to create correlates of https://en.wikipedia.org/wiki/Wikipedia:Wikidata/Wikidata_Sandbox, that'd be nice. [13:43:35] New review: Jeroen De Dauw; "Patch Set 3: Code-Review+2" [mediawiki/extensions/Wikibase] (master) C: 2; - https://gerrit.wikimedia.org/r/49862 [13:48:34] New review: Jeroen De Dauw; "Patch Set 2:" [mediawiki/extensions/Wikibase] (master) - https://gerrit.wikimedia.org/r/49933 [13:53:01] hey, somebody, semicolon in the sitenotice please [14:01:42] Lydia_WMDE: hypothetical question: if we were to remove the "sitelink-remove" from non-autoconfirmed users, would that just make it so they don't get the "remove" button, or would it have side-effects? [14:02:11] PinkAmpersand: i'm not sure - i'll find out [14:02:36] PinkAmpersand: will probably take a biut [14:02:36] *bit [14:02:43] mostly everyone on vacation atm [14:03:11] oh. holiday in Germany? [14:04:13] no - just time for it ;-) [14:12:33] hello! can I access things like the input boxes though DOM objects like "wb.ui"? I can see a constructor for example for LabelEditTool, but I don't know how to interact with the one that exists. [14:18:47] New patchset: Daniel Werner; "(bug 44745) Detaching toolbar from listview and claimlistview widget" [mediawiki/extensions/Wikibase] (master) - https://gerrit.wikimedia.org/r/50151 [14:20:18] Danwe_WMDE: ^ [14:21:14] New review: Daniel Kinzler; "Patch Set 2:" [mediawiki/extensions/Wikibase] (master) - https://gerrit.wikimedia.org/r/49933 [14:23:21] * PinkAmpersand switches his default Omnibox search engine to Wikidata [14:24:33] New review: Daniel Kinzler; "Patch Set 3:" [mediawiki/extensions/Wikibase] (master) - https://gerrit.wikimedia.org/r/49862 [14:26:58] :D [14:54:56] New review: Daniel Werner; "Patch Set 2: Verified+2 Code-Review+2" [mediawiki/extensions/Wikibase] (master); V: 2 C: 2; - https://gerrit.wikimedia.org/r/50151 [14:54:57] Change merged: Daniel Werner; [mediawiki/extensions/Wikibase] (master) - https://gerrit.wikimedia.org/r/50151 [14:58:59] New review: John Erling Blad; "Patch Set 1: Verified+2 Code-Review+2" [mediawiki/extensions/Wikibase] (master); V: 2 C: 2; - https://gerrit.wikimedia.org/r/44863 [14:59:01] Change merged: John Erling Blad; [mediawiki/extensions/Wikibase] (master) - https://gerrit.wikimedia.org/r/44863 [15:04:56] New review: John Erling Blad; "Patch Set 2: Verified+2 Code-Review+2" [mediawiki/extensions/Wikibase] (master); V: 2 C: 2; - https://gerrit.wikimedia.org/r/48819 [15:04:57] Change merged: John Erling Blad; [mediawiki/extensions/Wikibase] (master) - https://gerrit.wikimedia.org/r/48819 [15:13:20] could somebody please change https://www.wikidata.org/wiki/MediaWiki:Blockedtext to go straight to [[WD:Blocked users]], instead of to [[WD:BLOCK]]? I want to steal the shortcut for [[WD:Blocking policy]] [15:13:20] 10[1] 10https://wikidata.org/wiki/WD:Blocked_users13 => [15:13:22] 10[2] 10https://wikidata.org/wiki/WD:BLOCK13 => [15:13:24] 10[3] 10https://wikidata.org/wiki/WD:Blocking_policy [15:13:36] New patchset: Jeroen De Dauw; "Only load lib and repo" [mediawiki/extensions/Wikibase] (master) - https://gerrit.wikimedia.org/r/50162 [15:14:41] New review: John Erling Blad; "Patch Set 1: Verified+2 Code-Review+2" [mediawiki/extensions/Wikibase] (master); V: 2 C: 2; - https://gerrit.wikimedia.org/r/50107 [15:14:43] Change merged: John Erling Blad; [mediawiki/extensions/Wikibase] (master) - https://gerrit.wikimedia.org/r/50107 [15:15:24] lukas23 & Moe_Epsilon: ^ [15:18:02] k [15:18:26] done [15:18:46] thanks :D [15:20:04] New review: John Erling Blad; "Patch Set 1: Verified+2 Code-Review+2" [mediawiki/extensions/Wikibase] (master); V: 2 C: 2; - https://gerrit.wikimedia.org/r/50162 [15:20:05] New patchset: Daniel Kinzler; "(bug 45097) Turn Summary class into an aggregator." [mediawiki/extensions/Wikibase] (master) - https://gerrit.wikimedia.org/r/50154 [15:20:06] Change merged: John Erling Blad; [mediawiki/extensions/Wikibase] (master) - https://gerrit.wikimedia.org/r/50162 [15:24:36] New patchset: Daniel Kinzler; "(bug 45097) Turn Summary class into an aggregator." [mediawiki/extensions/Wikibase] (master) - https://gerrit.wikimedia.org/r/50154 [15:35:22] New review: Jeroen De Dauw; "Patch Set 3:" [mediawiki/extensions/Wikibase] (master) - https://gerrit.wikimedia.org/r/50154 [15:39:31] New patchset: Jeroen De Dauw; "Made docs more clear and include example settings" [mediawiki/extensions/Wikibase] (master) - https://gerrit.wikimedia.org/r/50168 [15:45:53] * Jeblad_WMDE want to make patchsets that "Obfuscated docs to new levels" [15:46:42] * Jeblad_WMDE censored a follow up [15:49:18] New patchset: Daniel Kinzler; "Fix fatal error due to unknown exception." [mediawiki/extensions/Wikibase] (master) - https://gerrit.wikimedia.org/r/50171 [15:52:15] New patchset: Jeroen De Dauw; "Added missing doc" [mediawiki/extensions/Wikibase] (master) - https://gerrit.wikimedia.org/r/50173 [15:53:07] New review: Jeroen De Dauw; "Patch Set 1: Verified+2 Code-Review+2" [mediawiki/extensions/Wikibase] (master); V: 2 C: 2; - https://gerrit.wikimedia.org/r/50173 [15:53:08] Change merged: Jeroen De Dauw; [mediawiki/extensions/Wikibase] (master) - https://gerrit.wikimedia.org/r/50173 [15:53:17] New patchset: Jeroen De Dauw; "Made docs more clear and include example settings" [mediawiki/extensions/Wikibase] (master) - https://gerrit.wikimedia.org/r/50168 [15:55:07] DanielK_WMDE_: ping [15:55:18] Abraham_WMDE, AnjaJ_WMDE: https://bugzilla.wikimedia.org/show_bug.cgi?id=45234 [15:55:24] Abraham_WMDE: jo. jetzt wieder ansprechbar [15:55:49] DanielK_WMDE_: anything to add for our call? otherwise I will send the agenda around [16:00:21] New patchset: Jeroen De Dauw; "Made docs more clear and include example settings" [mediawiki/extensions/Wikibase] (master) - https://gerrit.wikimedia.org/r/50168 [16:01:50] New patchset: Jeroen De Dauw; "Made docs more clear and include example settings" [mediawiki/extensions/Wikibase] (master) - https://gerrit.wikimedia.org/r/50168 [16:01:57] New review: Daniel Kinzler; "Patch Set 3:" [mediawiki/extensions/Wikibase] (master) - https://gerrit.wikimedia.org/r/50154 [16:02:51] New patchset: Daniel Kinzler; "(bug 45097) Turn Summary class into an accumulator." [mediawiki/extensions/Wikibase] (master) - https://gerrit.wikimedia.org/r/50154 [16:03:44] Abraham_WMDE: Just to please make it quick. I have a domestic scheduling problem here :/ [16:05:35] DanielK_WMDE_: that will be a short call [16:08:31] New review: Jeroen De Dauw; "Patch Set 4: Code-Review+2" [mediawiki/extensions/Wikibase] (master) C: 2; - https://gerrit.wikimedia.org/r/50168 [16:08:34] Change merged: Jeroen De Dauw; [mediawiki/extensions/Wikibase] (master) - https://gerrit.wikimedia.org/r/50168 [16:08:55] Abraham_WMDE: it's possible that i have to run off in the middle. that's unfortunate, but i can't help it [16:20:27] DanielK_WMDE_: if i am making a prop=langlink api request how is the data collected? i though it's directly fetched from wikidata cache and local langlink table. [16:21:14] as wikidata langlink are not added to wiki langlink table there must be a different data source [16:22:36] Merlissimo: they are added to the local langlink table [16:22:43] they are injected when the page is parsed [16:23:27] prop=langlink will grab the links from that table, i assume [16:23:48] if we have the page in the parser cache, then we could use the links from there. and there we could easily record where they come from [16:24:02] but there's no guarantee t ofind a page there, and the only way to put it there is to re-parse it [16:24:41] New review: Anja Jentzsch; "Patch Set 1: Verified+2 Code-Review+2" [mediawiki/extensions/Wikibase] (master); V: 2 C: 2; - https://gerrit.wikimedia.org/r/50171 [16:24:43] Change merged: Anja Jentzsch; [mediawiki/extensions/Wikibase] (master) - https://gerrit.wikimedia.org/r/50171 [16:25:42] and a wikidata change causes a page to be parsed completely? [16:32:39] Merlissimo: at the moment, yes. Though we will probably work around that for language links (after all, they don't change the page's content). [16:32:55] Also, changes to labels etc do't invalidate the page (since they can have no effect there) [16:33:11] Changes to Statements have to rerender the page completely. [16:33:26] (once we have access to the statements from the client) [16:33:29] https://bugzilla.wikimedia.org/show_bug.cgi?id=45100 is that resolved fixed, DanielK_WMDE_ = [16:33:49] AnjaJ_WMDE: no, the patch is not mergeed [16:34:08] it's a big patch. with several dependencies [16:34:21] it would be great if that thing could get through while i'm not there... [16:34:23] that makes it nearly impossible for bot operaters to detect local langlinks from subpages [16:34:29] ok, done as in solved on the way? ;) [16:34:30] got it [16:34:46] Merlissimo: i know, but I don't see a good solution. Not without pretty big database work. [16:38:08] Merlissimo: well, you could just load the list from wikidata. and compare that with the local list. that'S not 100% what you need, but may be sufficient? [16:38:32] that's what i am already doing [16:38:49] but so i can find only local links that are not equal [16:42:06] AnjaJ_WMDE: the fix for the unknown exception you just merged... we need that (along with the script fixes) in wmf10 if we want to run the rebuild script in wmf10. [16:42:18] but we could also wait until we get wmf11 on wikidata.org [16:42:29] DanielK_WMDE_: https://bugzilla.wikimedia.org/show_bug.cgi?id=45234 has to be picked up in this sprint right? [16:42:41] set it to assigned if that's the case ;) [16:42:53] AnjaJ_WMDE: no, it doesn't *have* to [16:43:02] rebuilding the search index is not critical [16:43:21] we have lived for several months without it now, one or two weeks won't kill us [16:43:50] would be nice if someone could fix it, but... *shrug* [16:44:34] New patchset: Daniel Werner; "dv.util.inherit has new parameter for defining a constructor's name" [mediawiki/extensions/DataValues] (master) - https://gerrit.wikimedia.org/r/50157 [16:44:58] ok, thx [16:45:06] and noted the backport.. [16:45:17] will cherry-pick that now [16:55:18] New patchset: Anja Jentzsch; "Fix fatal error due to unknown exception." [mediawiki/extensions/Wikibase] (mw1.21-wmf10) - https://gerrit.wikimedia.org/r/50184 [16:56:01] New review: Anja Jentzsch; "Patch Set 1: Verified+2 Code-Review+2" [mediawiki/extensions/Wikibase] (mw1.21-wmf10); V: 2 C: 2; - https://gerrit.wikimedia.org/r/50184 [16:56:02] Change merged: Anja Jentzsch; [mediawiki/extensions/Wikibase] (mw1.21-wmf10) - https://gerrit.wikimedia.org/r/50184 [16:56:28] DanielK_WMDE_: we wait ;) [16:59:07] New patchset: Daniel Werner; "Gives names to all important constructors for improved debugging experience" [mediawiki/extensions/DataValues] (master) - https://gerrit.wikimedia.org/r/50185 [17:03:00] Change abandoned: Daniel Werner; "somethign went wrong there" [mediawiki/extensions/DataValues] (master) - https://gerrit.wikimedia.org/r/50185 [17:05:42] New patchset: Daniel Werner; "Gives names to all important constructors for improved debugging experience" [mediawiki/extensions/DataValues] (master) - https://gerrit.wikimedia.org/r/50186 [17:49:04] New patchset: Daniel Werner; "Gives names to all important constructors for improved debugging experience" [mediawiki/extensions/Wikibase] (master) - https://gerrit.wikimedia.org/r/50187 [18:02:28] New patchset: Henning Snater; "(bug 45236) Optimizing entity selector's "blur" event handling" [mediawiki/extensions/Wikibase] (master) - https://gerrit.wikimedia.org/r/50188 [18:08:03] New review: Daniel Werner; "Patch Set 1: Verified+2 Code-Review+2" [mediawiki/extensions/Wikibase] (master); V: 2 C: 2; - https://gerrit.wikimedia.org/r/50188 [18:08:04] Change merged: Daniel Werner; [mediawiki/extensions/Wikibase] (master) - https://gerrit.wikimedia.org/r/50188 [18:20:26] New review: Henning Snater; "Patch Set 2: Verified+2" [mediawiki/extensions/DataValues] (master); V: 2 - https://gerrit.wikimedia.org/r/50157 [18:20:38] New review: Henning Snater; "Patch Set 1: Verified+2" [mediawiki/extensions/DataValues] (master); V: 2 - https://gerrit.wikimedia.org/r/50186 [18:20:49] New review: Henning Snater; "Patch Set 1: Verified+2" [mediawiki/extensions/Wikibase] (master); V: 2 - https://gerrit.wikimedia.org/r/50187 [19:57:26] New patchset: Jeroen De Dauw; "(bug 44095) enhanced claim diff visualizaion including refs" [mediawiki/extensions/Wikibase] (master) - https://gerrit.wikimedia.org/r/48459 [20:01:18] JeroenDeDauw: I am back :-D [20:06:08] New patchset: Jeroen De Dauw; "rem comma at end of list" [mediawiki/extensions/Wikibase] (master) - https://gerrit.wikimedia.org/r/50206 [20:20:40] hoo|away: have a moment? [20:20:52] is there somewhere i can play with the abusefilter+wikidata? [20:28:15] would it be possible to get it installed on the testrepo and get sysop rights? [20:41:25] duh: I don't think we have it on the labs instances atm [20:41:46] :( [20:41:54] oh and another question [20:41:57] when it filters [20:42:06] is action always set to "edit"? [20:42:16] or can it be like "removesitelink" or something [20:42:38] duh: Right now it is edit... but we could alter that in hook [20:42:39] s [20:42:53] I would suggest adding a new var, though (like wb_action) [20:42:55] would that need modification on the Wikibase or AF end? [20:43:01] WB then [20:43:02] ok [20:43:10] ill file a bug and look into it maybe on the weekend [20:43:25] :) Keep me CCed [20:48:12] done [21:01:03] hoo, duh: a variable for the action would be nice, and perhaps even variables for label, etc, would be nice [21:01:15] i thought i filed a bug for that a while back. can't find it now [21:02:54] duh, hoo: we don't have abuse filter on the test instance, but we do have it on the dev instance: http://wikidata-dev-repo.wikimedia.de/wiki/Special:AbuseFilter [21:04:05] Oh, didn't know... nice :) (Though I guess admin rights are needed to edit them) [21:04:31] DanielK_WMDE_: i filed https://bugzilla.wikimedia.org/45252 [21:05:04] DanielK_WMDE_: I had to mangle the AF logging change once again... maybe you want to have a look? Next step with Chris is to implement variable scopes... [21:11:50] New patchset: Jeroen De Dauw; "rem comma at end of list" [mediawiki/extensions/Wikibase] (master) - https://gerrit.wikimedia.org/r/50206 [21:16:42] Hello [21:16:59] hi colin__ [21:18:22] Hi hoo. I'm new at Wikidata, trying to add missing stuff in the Language task force, and I thought that an unlinked entry meant that the item didn't exist. So the short of it is that I have created a duplicate entry (Q5070450). What should I do about it? [21:19:16] colin__: Take a look at https://wikidata.org/wiki/Wikidata:Requests_for_deletions [21:19:40] Thanks. [21:20:02] I'm going to delete that page for you... just so taht you know in the future ;) [21:20:28] hashar: onoez :p [21:22:12] !google define onoez [21:22:13] :-D [21:23:22] Running the whole suit of tests locally now - not tested the client in quite a while [21:23:39] Hope it's not to broken [21:23:56] Failures: 1, Errors: 16 [21:24:01] *sigh* [21:24:37] <^demon> Do what I do. Assume its really passing and move on ;-) [21:25:19] ^demon: that sort of undermines the purpose of CI [21:25:36] <^demon> CI isn't agile enough! [21:26:14] hoo: thanks. I didn't come back here, so I was adding a delete request for it, and couldn't understand why I got a redlink! [21:26:18] <^demon> I'm joking. Failing tests suck :( [21:36:52] Hello again [21:37:42] Adding a statement to an item; I want to reference it, but I can't find what can go in the reference field - must it be another Wikidata item, that I will therefore have to create? [21:46:10] Does anybody here know? How do I add a reference to a statement? [22:03:29] New patchset: Jeroen De Dauw; "Include client ExampleSettings" [mediawiki/extensions/Wikibase] (master) - https://gerrit.wikimedia.org/r/50289 [22:03:37] New review: Jeroen De Dauw; "Patch Set 2: Code-Review+2" [mediawiki/extensions/Wikibase] (master) C: 2; - https://gerrit.wikimedia.org/r/50206 [22:03:39] Change merged: Jeroen De Dauw; [mediawiki/extensions/Wikibase] (master) - https://gerrit.wikimedia.org/r/50206 [22:03:47] New patchset: Jeroen De Dauw; "Include client ExampleSettings" [mediawiki/extensions/Wikibase] (master) - https://gerrit.wikimedia.org/r/50289 [22:05:30] New patchset: Jeroen De Dauw; "Set entity field as expected" [mediawiki/extensions/Wikibase] (master) - https://gerrit.wikimedia.org/r/50290 [22:07:57] New patchset: Jeroen De Dauw; "Remove empty test cases" [mediawiki/extensions/Wikibase] (master) - https://gerrit.wikimedia.org/r/50294 [22:10:05] wtf... [22:10:17] Seriously broken tests are seriously broken? ... not just client either [22:13:30] New review: Jeroen De Dauw; "Patch Set 2: Code-Review+2" [mediawiki/extensions/Wikibase] (master) C: 2; - https://gerrit.wikimedia.org/r/50289 [22:20:21] Change merged: jenkins-bot; [mediawiki/extensions/Wikibase] (master) - https://gerrit.wikimedia.org/r/50289 [22:28:03] hi can sb take a look at this please, I don't know if it is a bug or not? [22:28:03] https://www.wikidata.org/wiki/Wikidata:Project_chat#ZWNJ_Problem [22:41:33] There also a bug filed here: [22:41:34] https://bugzilla.wikimedia.org/show_bug.cgi?id=45111 [22:50:32] hey, anyone here an eswiki sysop?