[00:00:31] That page doesn't exist? [00:00:38] It was deleted [00:02:07] @Reedy wierd [00:02:18] it shows as deleted in firefox but not chromium on my computer [00:02:44] It wasn't recently deleted... [00:02:55] Do you have your browser set to request some language variant? [00:05:20] nope [00:05:21] https://teblunthuis.cc/outgoing/Screenshot_2019-06-20_17-05-12.png [00:06:08] https://sr.wikipedia.org/wiki/%D0%9C%D0%B5%D0%B4%D0%B8%D1%98%D0%B0%D0%B2%D0%B8%D0%BA%D0%B8:Undo-summary/sr-lat [00:07:21] i don't undertand what's going on [00:07:21] groceryheist: I think it was never overridden locally for the variant... so was never deleted? [00:07:34] i see [00:07:55] but it still doesn't show up in the search [00:08:06] Because it doesn't exist [00:08:10] Because it wasn't overridden? [00:08:11] https://sr.wikipedia.org/sr/%D0%9C%D0%B5%D0%B4%D0%B8%D1%98%D0%B0%D0%B2%D0%B8%D0%BA%D0%B8:Undo-summary/sr-lat?action=info [00:08:16] Page length (in bytes) 0 [00:08:20] Page ID 0 [00:09:09] ok [00:10:28] it's a bit wierd that it "doesn't exist" when it loads [00:11:39] Because it falls back to the version in the message file [00:11:46] MW does that for other messages [00:12:09] https://www.mediawiki.org/wiki/MediaWiki:Code-no-repo [00:12:16] It says "create source" not edit [00:12:57] https://www.mediawiki.org/wiki/MediaWiki:Code-no-repo?action=info [00:13:14] I wonder if MW should really have a banner/something that makes this more explicit in some way [00:44:24] thanks @Reedy! [00:55:30] : 498550. s+GwUCDOgQS [05:23:36] what project ongoing today? [06:17:04] hey @Reedy I have another question about that stuff [06:17:19] https://en.wikipedia.org/wiki/Special:RecentChanges?hidebots=1&hidecategorization=1&hideWikibase=1&tagfilter=Possible+self+promotion+in+userspace%7Cmw-rollback&limit=500&days=0.0833&enhanced=1&damaging__likelybad_color=c4&damaging__verylikelybad_color=c5&urlversion=2 [06:17:28] ^ recent changes with rollback tags [06:17:40] https://en.wikipedia.org/wiki/MediaWiki:Rollback-success [06:17:53] the funny thing is that the messages are /very/ similar [06:18:08] the real comments say "to last version" [06:18:16] the configuration says "to last revision" [06:18:24] why? [06:41:00] we are back [07:15:48] test all the projects and run [21:05:28] is there a canonical way to map between dbnames and urls for wikimedia wikis? [21:14:26] groceryheist: if you mean something like a regexp, no [21:15:29] you can use the action=sitematrix API to make a map [21:15:38] https://en.wikipedia.org/w/api.php?action=sitematrix [21:15:45] heh, I was just gonna say the same thing [21:18:54] action=sitematrix is exactly what i'm looking for i think [21:20:21] it's about the only mapping between the two we have bar mw-config and relying on some rules... [21:20:58] I guess, you could use wgServer/wgCanonicalServer from InitialiseSettings *if* you implement the fallback rules [21:21:30] dbname > groups > default [21:22:09] thank you! [22:56:10] ok where's this undo-summary coming from: https://ab.wikipedia.org/wiki/%D0%90%D0%BC%D0%B5%D0%B4%D0%B8%D0%B0%D0%B2%D0%B8%D0%BA%D0%B8:Undo-summary [22:56:13] ? [22:56:37] I can't find a value for it in the il18 configs [22:59:31] fallback? [22:59:56] ? [22:59:58] yeah, it's russian [23:00:06] mw languages have a fallback chain [23:00:18] it's usually to en, but some languages use other languages (first) [23:00:38] so it's https://github.com/wikimedia/mediawiki/blob/master/languages/i18n/ru.json#L930 [23:00:38] ok [23:00:58] cool [23:01:07] how to look up the fallback chain? [23:01:55] https://github.com/wikimedia/mediawiki/blob/master/languages/messages/MessagesAb.php#L11 [23:02:38] in a way other than parsing php? [23:04:01] yes! [23:04:34] siteinfo/lang/fallback