From: Chad Horohoe Date: Sun, 28 Feb 2010 12:32:33 +0000 (+0000) Subject: Remove $wgVariant from HISTORY, Tim removed it in r55746. Will backport to 1.16 RELEA... X-Git-Tag: 1.31.0-rc.0~37583 X-Git-Url: http://git.cyclocoop.org/%7B%24www_url%7Dadmin/membres/fiche.php?a=commitdiff_plain;h=d445940dc30d49942a7770932866005fe26e3a55;p=lhc%2Fweb%2Fwiklou.git Remove $wgVariant from HISTORY, Tim removed it in r55746. Will backport to 1.16 RELEASE-NOTES --- diff --git a/HISTORY b/HISTORY index 50418cd6df..caad52f1d9 100644 --- a/HISTORY +++ b/HISTORY @@ -19,8 +19,6 @@ Change notes from older releases. For current info see RELEASE-NOTES. * Subpages are now enabled in the MediaWiki namespace by default. This is mainly a cosmetic change, and does not in any way affect the MessageCache, which was already effectively treating the namespace as if it had subpages. -* (bug 10837) $wgVariant is a user variant selected in the user's preferences - if the $wgContLang does not have variant, then the $wgLang is used instead. * Oracle: maintenance/ora/user.sql script for creating DB user on oracle with appropriate privileges. Creating this user with web-install page requires oci8.privileged_connect set to On in php.ini.