https://bugzilla.wikimedia.org/show_bug.cgi?id=43255
--- Comment #10 from Matthew Flaschen <[email protected]> --- Arthur, no, we're not using that hook, we're using https://www.mediawiki.org/wiki/Manual:Hooks/BeforeWelcomeCreation . The other hooks run normally, which is part of why we chose this approach. As S said, that is specifically for changing the message displayed, which is exactly what we're doing. If both respond, the second hook registered will win. Is MobileFrontend using BeforeWelcomeCreation, or do they use the default message, or do they short-circuit somewhere? That context code isn't actually too bad, and we can use it now. The main small downside is that shouldDisplayMobileView doesn't seem to be cached (bug 43280). It may or may not be realistic to put in core, since multiple extensions are going to have different approaches to mobile. -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. _______________________________________________ Wikibugs-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
