Split out from bug 31100:
https://bugzilla.wikimedia.org/attachment.cgi?id=9095
Krinkle 2011-09-24 12:09:02 PDT
Screenshot of mw.org with broken sidebar
REOPENING. Bug is still happening for some of the sidebar entries. They're not
related to subpages of specialpages though. It's the interface / linktext.
MediaWiki is not fetching the message from NS_MEDIAWIKI as it should but
splitting out raw message keys (which is the expected fallback)
[reply] [-]
Private
Comment 6 Bawolff 2011-09-24 18:40:49 PDT
(In reply to comment #5)
Created attachment 9095 [details]
Screenshot of mw.org with broken sidebarREOPENING. Bug is still happening for some of the sidebar entries. They're not
related to subpages of specialpages though. It's the interface / linktext.MediaWiki is not fetching the message from NS_MEDIAWIKI as it should but
splitting out raw message keys (which is the expected fallback)
Note (might be useful to whomever is fixing), it seems it does work correctly
when you have a different language specified using uselang parameter. see my
comment on bug 31123
[reply] [-]
Private
Comment 7 Aaron Schulz 2011-09-25 00:21:33 PDT
Fixed on MW.org with a MessageCache->singleton()->clear() call in eval.php
Version: 1.18.x
Severity: major
attachment missing in source