On 11-04-03 07:29 AM, Niklas Laxström wrote:
On 3 April 2011 09:17, Daniel Friesenlists@nadir-seen-fire.com wrote:
I've made some changes promoting better coding patterns in some contexts.
These are for MediaWiki 1.18, extensions can keep their old patterns till they drop support for pre-1.18. I'd like to consider dropping the rewriting of $wgTitle and $wgOut inside of SpecialPage::capturePath around MediaWiki 1.20.
That's too fast. Needs at least few releases without and with wfDeprecated();
-Niklas
How are we supposed to put wfDeprecated into all calls made to $wgOut and $wgTitle, specifically in the context of a special page?
Tbh, most extensions actually won't break when we drop support for that. The only situation where they'll break is if they are an includable special page. And that's two releases they have.
~Daniel Friesen (Dantman, Nadir-Seen-Fire) [http://daniel.friesen.name]