From: Antoine Musso Date: Sat, 9 Jul 2005 16:19:26 +0000 (+0000) Subject: Fix #1553 : monobook lowercasing stuff in German X-Git-Tag: 1.5.0beta4~189 X-Git-Url: https://git.cyclocoop.org/%7B%24admin_url%7Dmembres/modifier.php?a=commitdiff_plain;h=60b0711c84a87572da380f0883dbe1a47f6864b0;p=lhc%2Fweb%2Fwiklou.git Fix #1553 : monobook lowercasing stuff in German --- diff --git a/RELEASE-NOTES b/RELEASE-NOTES index 84c7e1840d..9968572aa1 100644 --- a/RELEASE-NOTES +++ b/RELEASE-NOTES @@ -548,6 +548,7 @@ of MediaWiki:Newpagetext) to &action=edit, if page is new. * Fixed a missing typecast in Language::dateFormat() that would cause some interesting errors with signitures. * (bug 2764) Number format for Nds +* (bug 1553) Stop forcing lowercase in Monobook skin for German language. === Caveats === diff --git a/languages/LanguageDe.php b/languages/LanguageDe.php index fabec1c929..5d1e5ec5de 100644 --- a/languages/LanguageDe.php +++ b/languages/LanguageDe.php @@ -109,6 +109,14 @@ if($wgMetaNamespace === FALSE) ); /* private */ $wgAllMessagesDe = array( +'Monobook.css' => +'/** Do not force \'lowercase\' */ +.portlet h5, +.portlet h6, +#p-personal ul, +#p-cactions li a { + text-transform: none; +}', # User toggles 'tog-hover' => 'Tooltips anzeigen', "tog-underline" => "Verweise unterstreichen",