[02:08:47] Is "Tool labs getting better" or is "Labs down"? The channel topic seems contradictory. [15:06:09] hello, anyone know about the "jquery.mwExtension" extension that was removed and presumably added back to core? is this going to be removed again or was that a mistake? [15:09:27] MusikAnimal: It was deprecated, not removed. You can still invoke it (but you should avoid it). [15:21:02] James_F: how can I find out about upcoming deprecations or other changes to MediaWiki JS core? is there a bulletin of some sort? [15:29:10] MusikAnimal: They're generally noted in the weekly Tech News newsletter (but sometimes they aren't). [15:30:55] do the JS changes go out with the new mediawiki releases? [15:32:05] because the changelog is a huge list of stuff, hard to pinpoint what would affect user scripts and gadgets [15:39:44] MusikAnimal: Yes, deprecations and removals are in their own section. [15:48:33] MusikAnimal: deprecations are also logged to the browser console [15:48:47] so if you open your browser's developer console while loading pages, you'll see deprecating warnings for deprecated APIs [15:49:06] yeah I was hoping that was the case, I just need to be more attentive I guess [15:50:33] ori: people are still complaining that the warn module is broken in Twinkle, which from what I could tell was because of the mw.RegExp [15:50:36] see https://en.wikipedia.org/wiki/Wikipedia_talk:Twinkle#Twinkle_broken.3F_Only_issuing_level_1_warnings [15:51:04] is it possible the reinstatement of mw.RegExp just hasn't made it's way to those users? they tried clearing their cache, etc [15:51:27] MusikAnimal: it hasnt' made it to all wikis; it should today [15:51:39] well thing is the warn module works fine for me [15:51:58] it started working again within hours of you saying you fixed it [16:00:01] ok I think we got it working [16:07:29] MusikAnimal: \o/ [16:08:46] The font size for the new syntax highlight stuff is a bit small. [16:08:47] https://www.mediawiki.org/wiki/Template:SkinInstall [16:11:57] Glaisher: it looks ok to me, but i don't have any expertise on appropriate font sizes or anything. we can increase it. file a task? [16:12:20] Does it need to be done upstream? [16:12:54] Glaisher: upstream where? in pygments? nah, we can do it in the extension [16:13:03] oh cool [16:13:47] the style module we apply comprises two stylesheets: the one from pygments with the colors, etc., and another with some mediawiki-specific definitions that we maintain [20:07:36] Were comments imported in diffusion? I see now links from gerrit go there https://gerrit.wikimedia.org/r/#/c/220398/ [22:18:18] hi there, is anyone able to tell me why my extension jobs never get re-attempted after failing in the first place? how do i trigger execution of failed jobs? or should my jobs just enter a new clone of themselves into the queue? [23:08:37] marienz: what kind of jobs?