https://bugzilla.wikimedia.org/show_bug.cgi?id=21591
Jools Wills <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Severity|normal |major --- Comment #1 from Jools Wills <[email protected]> 2009-12-01 22:54:52 UTC --- In an attempt to clarify this issue, here are the steps to reproduce. 1. install SVN version of mediawiki. LocalSettings will contain $wgLanguageCode = "en"; 2. edit MediaWiki:Common.css and add something like "body { background-color: #ddd}"; 3. refresh and see the background changes. 4. change user preferences to en-GB and refresh. still can see common.css changes. 5. go to Special:AllMessages and search for Modified messages for language en. common.css shows up with our customisations. 6. edit LocalSettings.php and change $wgLanguageCode = "en" to $wgLanguageCode = "en-gb" 7. refresh and MediaWiki:Common.css changes are not showing. 8. search for modified messages for language en. No results. 9. search for modified messages for language en-GB. one result - common.css however, it shows the contents of the "modification" as identical to the default value. Original /* CSS placed here will be applied to all skins */ Modified : /* CSS placed here will be applied to all skins */ this bug is causing me big problems trying to change the default language. I'm upgrading it to major. downgrade if you disagree, but I hope someone can give me some feedback on this. -- 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
