[07:48:00] hello. i make converter in gerrit. i tried to change language code from tt-latn to tt-latn-x-2000 and it stopped working. see comments to patch set 113 and its code in https://gerrit.wikimedia.org/r/#/c/164049/ . [07:49:09] i do not want to wait here for answers , i hope it is not hard to you to write comments it the gerrit page [18:06:33] CindyCicaleseWMF: sorry, totally missed the checkin, my calendar didn't scream out enough [18:08:03] addshore: I hate when that happens ;-) I added your new Phab task to the wiki. Let me know if I didn't get the dependencies correct. [18:08:19] thanks! [18:08:43] I'm on the cusp of having https://gerrit.wikimedia.org/r/#/c/406595/ ready, daniel is aware :) [18:09:49] excellent! [18:22:02] CindyCicaleseWMF: so https://wikifarm.wmflabs.org/mcr/ is the main project management hub for MCR? [18:23:59] tgr: yes. It points to the relevant information in Phab and gerrit, but it gives one place to look to find the overall status. [18:24:22] that looks pretty cool [18:24:32] thanks :-D [18:24:52] the links don't really work, but even so looks far more useful than the Phab task graph [18:25:34] is it intentionally in stealth mode? I don't think you can find it now in ways other than word of mouth [18:25:35] which links don't work? Daniel reported an issue editing in Firefox, but I'm not aware of a link problem. [18:26:25] the positions of the task boxes on the two diagrams seem mostly uncorrelated with the positions of the link targets [18:26:38] Well, not really intentionally, but I haven't advertised it. [18:26:50] (I'm using Chrome 64 of linux FWIW) [18:27:05] That was just what I was typing to ask. [18:27:15] I use Chrome on a Mac, which work fine. [18:27:43] Are you zoomed in or out? I wonder if that would make a difference. [18:29:06] It uses GraphViz. I was thinking of switching to Mermaid, which I used recently on https://wikifarm.wmflabs.org/platformevolution. Mermaid doesn't work on IE, but otherwise seems to have less issues than GraphViz. [19:49:45] Can I get anyone interested in https://gerrit.wikimedia.org/r/#/c/376068/ (adding PK to user_newtalk) so the DBAs can get it deployed to help clear up some inconsistencies in the cluster? anomie, TimStarling? [19:50:19] Reedy: You're missing schema changes for the other databases ;) [19:50:38] anomie: I think.. It's not needed [19:50:59] Or, maybe I'm thinking of other similar patches [19:51:07] I'll have another look again [19:51:20] Cause I think that screwed up mess was only a sqlite/mysql issue [19:52:15] Tim helped me get some patches through in the middle of last year for cleaning some of it up [20:13:12] Bleugh. pg, mssql and oracle add there own different versions... [20:36:44] Reedy: Wanna RfC that a third time? [20:36:45] :p [20:55:16] gtfo mai mw? [21:00:50] omg think of the children! [21:02:08] if we could split rdmbs compat out of core a la skins, that seems ideal [21:02:26] but a lot of framework stuff needs to happen to enable that [21:03:36] not really, put them in a separate repo, autoload them from a specific location [21:03:53] you don't necessarily have to do full librarization [21:04:50] bonus points if we stop supporting passing raw SQL into the db lib, so you have to use the wrappers we give for selects, joins, etc. [21:05:10] not so much an issue with core, but extensions seem to do that somewhat frequently [21:34:45] legoktm: Hm.. any idea why this isn't returning results? https://codesearch.wmflabs.org/search/?q=makePackedModulesString&i=nope&files=&repos= [21:34:53] E.g. https://github.com/wikimedia/mediawiki/blob/4f9653e76ad8d7e03f80c83e001efd3993d2fab4/includes/resourceloader/ResourceLoader.php#L1542 [21:35:11] Might be something with the implied (m?) regex that I see being added but not sure [21:36:21] Hm.. strange, the mediawiki core search does find it, but not the "Everything"