[12:14:20] julie_: MW 1.31 might fix most of the problems see https://phabricator.wikimedia.org/T158154 comments [14:01:27] Technical Advice IRC meeting starting in 60 minutes in channel #wikimedia-tech, hosts: @CFisch_WMDE & @amir1 - all questions welcome, more infos: https://www.mediawiki.org/wiki/Technical_Advice_IRC_Meeting [14:51:12] Technical Advice IRC meeting starting in 10 minutes in channel #wikimedia-tech, hosts: @CFisch_WMDE & @amir1 - all questions welcome, more infos: https://www.mediawiki.org/wiki/Technical_Advice_IRC_Meeting [16:54:48] Hey! I'm helping with a wiki and have a skin that works on desktop. We have MobileFrontend installed and I wondered how I'd make it work on mobile? I know it'll need at least some rewriting [16:55:12] MobileFrontend kinda provides it's own skin... [16:55:27] which I dislike [16:55:48] https://www.theiphonewiki.com/wiki/Main_Page if you look there, that is the skin [16:55:55] (not for that site but it uses it) [16:56:04] You can override the skin MF uses with $wgMFDefaultSkinClass... [16:56:13] But it's obviously just not as simple as that :) [16:56:49] I've gotta run [16:56:57] I'm aware most if not all of the skin would have to be rewritten but how would I get it to link up to use it [17:03:12] ok I got it linked but the whole thing is broken [20:54:26] test [21:35:01] I have another question about languages [21:35:12] https://github.com/wikimedia/mediawiki/blob/master/languages/i18n/en.json [21:35:35] the undo-summary doesn't match the text when I do an undo [21:35:55] the only difference is the json file uses the present tense, while in production it seems like the past tense [21:35:59] On which wiki? [21:36:06] i'm looking at enwiki right now [21:36:12] It's one of two things [21:36:16] but I'm trying to find a solution for many wikis [21:36:18] ok [21:36:19] Either it's overridden loally on the wiki [21:36:33] Which it is [21:36:34] https://en.wikipedia.org/wiki/MediaWiki:Undo-summary [21:36:44] https://en.wikipedia.org/w/index.php?title=MediaWiki:Undo-summary&action=edit [21:36:56] Or, for WMF wikis at least, we have more global overrides in WikimediaMessages extension [21:37:24] i see [21:37:33] https://github.com/wikimedia/mediawiki-extensions-WikimediaMessages/blob/master/i18n/wikimediaoverrides/en.json [21:38:09] so what's the order of precedence? [21:38:45] MediaWiki:Undo-summary > extensions-WikimediaMessages > languages [21:38:45] ? [21:38:51] Yup [21:38:59] could there be anything else involved? [21:39:10] I'm trying to do this for every mediawiki wiki [21:39:20] your own wikis? [21:39:23] no [21:39:26] sorry [21:39:29] every wikimedia wiki [21:39:33] not every mediawiki wiki :) [21:40:21] Basically, you'd do something like https://github.com/wikimedia/mediawiki-extensions-WikimediaMessages/commit/f9aef922b974216c9564be0588b29d94a76cc7ce [21:40:49] It's so we're not "polluting" MW core/extensions with stuff we want on all WMF wikis, but we don't want to change it on ever wiki individually etc too [21:41:10] oh i'm not looking to change it [21:41:23] i'm trying to find all the "undo" reverts [21:41:28] sorry for not saying that up front [21:42:57] bare in mind... on every wiki, it could be customised in every different language code... [21:43:08] Programatically? Or human readable for interest [21:43:23] programmatically [21:43:23] https://en.wikipedia.org/wiki/Special:PrefixIndex/MediaWiki:Undo-summary [21:43:52] https://en.wikipedia.org/w/api.php?action=help&modules=query%2Bprefixsearch [21:44:12] uh, no [21:44:46] https://en.wikipedia.org/w/api.php?action=query&list=allpages&apprefix=Undo-summar&apnamespace=8&aplimit=max [21:44:53] https://en.wikipedia.org/w/api.php?action=query&list=allpages&apprefix=Undo-summary&apnamespace=8&aplimit=max [21:45:14] you'd need to basically hit that API endpoint for all wikis [21:45:20] Else, do it as a db query [21:54:32] sweet that seems good to me [23:04:57] groceryheist: how far back do you need to go? recently we started adding an "Undo" change tag to undos