From: Sam Reed Date: Thu, 29 Sep 2011 21:08:04 +0000 (+0000) Subject: Fix eaten line from r98447 X-Git-Tag: 1.31.0-rc.0~27363 X-Git-Url: https://git.cyclocoop.org//%22?a=commitdiff_plain;h=ea496aab5c225996f956c1ac4d592c5f537e7809;p=lhc%2Fweb%2Fwiklou.git Fix eaten line from r98447 Also remove from RELEASE-NOTES-1.19 --- diff --git a/RELEASE-NOTES-1.18 b/RELEASE-NOTES-1.18 index e202f615aa..dcd7799032 100644 --- a/RELEASE-NOTES-1.18 +++ b/RELEASE-NOTES-1.18 @@ -217,6 +217,7 @@ production. Setting preferences in $wgDefaultUserOptions still work fine, but when reading them (i.e. with array_keys) to get a list of all preferences, then $wgDefaultUserOptions should no longer be used as it will contain those set via + User:getDefaultOptions(). * (bug 30497) Add client-nojs and client-js classes on document element to let styles easily hide or show things based on general JS availability diff --git a/RELEASE-NOTES-1.19 b/RELEASE-NOTES-1.19 index 60df92b40a..e949a9d686 100644 --- a/RELEASE-NOTES-1.19 +++ b/RELEASE-NOTES-1.19 @@ -17,8 +17,6 @@ production. * (bug 31204) Removed old user.user_options === New features in 1.19 === -* (bug 30497) Add client-nojs and client-js classes on document element - to let styles easily hide or show things based on general JS availability * (bug 19838) Possibility to get all interwiki prefixes if the interwiki cache is used. * $wgDnsBlacklistUrls now accepts an array with url and key as the