https://bugzilla.wikimedia.org/show_bug.cgi?id=39426

--- Comment #2 from Bawolff <[email protected]> 2012-08-16 14:37:20 UTC ---
(In reply to comment #1)
> Btw, it's just $context->getSkin() there's no getUser() involved.

Ah, I was thinking back to the days of $wgUser->getSkin(). Clearly I haven't
done enough MediaWiki coding recently


> 
> We probably will need something like this. Though it will be a little tricky
> with the parser. We'll definitely need to fragment the cache by skin for this.
> 
> In that area we're going to need to double check the code we use to deal with
> parser keys. We are really going to want to make sure we have code working 
> that
> will understand when to fragment and when not to fragment.

I think that work is mostly done - we already have lots of code to deal with
$parser->getUserLangObj() situation. However in this particular case, I don't
think that's even neccesary as redirect pages aren't currently saved in the
parser cache (Which is kind of odd given we still seem to parse on each view,
guess not too many people visit them) and the arrow is added outside of the
parsing process.

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
You are on the CC list for the bug.

_______________________________________________
Wikibugs-l mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l

Reply via email to