Push r97515 into 1.18
authorSam Reed <reedy@users.mediawiki.org>
Mon, 19 Sep 2011 18:09:44 +0000 (18:09 +0000)
committerSam Reed <reedy@users.mediawiki.org>
Mon, 19 Sep 2011 18:09:44 +0000 (18:09 +0000)
RELEASE-NOTES-1.18
RELEASE-NOTES-1.19

index 4f2c1ee..b8e5489 100644 (file)
@@ -215,7 +215,7 @@ production.
   To give extensions a better and more flexible way of providing default
   values for preferences a hook has been introdiced in User:getDefaultOptions().
   Setting preferences in $wgDefaultUserOptions still work fine, but when reading
-  them (i.e. with array_keys) to get a list of all preferences, then 
+  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().
 
@@ -634,6 +634,7 @@ changes to languages because of Bugzilla reports.
 * (bug 30864) Use bengali numerals for <ol> for Assamese
 * (bug 30817) Restored linktrail for kk (Kazakh)
 * (bug 27398) Add $wgExtraGenderNamespaces for configured gendered namespaces
+* (bug 30846) New LanguageOs class
 
 === Other changes in 1.18 ===
 * Removed legacy wgAjaxWatch javascript global object, no longer in use.
index 68d9dc2..9246d36 100644 (file)
@@ -117,7 +117,6 @@ changes to languages because of Bugzilla reports.
 
 * Uighur (Latin) (ug-latn) was incorrectly marked as right-to-left language.
 * (bug 30217) Make pt-br a fallback of pt
-* (bug 30846) New LanguageOs class
 
 === Other changes in 1.19 ===
 * jquery.mwPrototypes module was renamed to jquery.mwExtension.