Make ORDER BY a true options array, per bug 9609.
[lhc/web/wiklou.git] / RELEASE-NOTES
index fad1a15..cdb4998 100644 (file)
@@ -30,6 +30,7 @@ it from source control: http://www.mediawiki.org/wiki/Download_from_SVN
   $wgAutoConfirmCount (defaulting to zero, naturally).
 * Added rate limiter for Special:Emailuser
 * Private logs can now be created using $wgLogRestrictions
+* (Bug 8590) limited HTML is now always enabled ($wgUserHtml = true).
 
 == New features since 1.9 ==
 
@@ -115,6 +116,7 @@ it from source control: http://www.mediawiki.org/wiki/Download_from_SVN
 * Introduce 'FileUpload' hook; see docs/hooks.txt for more information
 * Introduce 'SearchUpdate' hook; see docs/hooks.txt for more information
 * Introduce 'mywatchlist' message; used on personal menu to link to watchlist page
+* Introduce magic word {{NUMBEROFEDITS}}
 
 == Bugfixes since 1.9 ==
 
@@ -311,6 +313,15 @@ it from source control: http://www.mediawiki.org/wiki/Download_from_SVN
 * (bug 9270) Corrected help namespace name for Dutch Lower Saxon (nds-nl)
 * (bug 929, 4215) Expose "rcdays" user preference in Special:Preferences
 * (bug 9554) Extension-provided group name messages not used
+* (bug 9565) Translate template namespace name for Hindi (hi)
+* (bug 8599) Correct localized names of zh-variants
+* (bug 3366) Require skins based on SkinTemplate to override the skinname
+  property.
+* (bug 9220) Removed obsoletes functions in install-utils.inc.
+* Removed obsoletes Title::getRelatedCache and Title:touchArray
+* (bug 7285) Check MySQL username length during install
+* (bug 6910) Correct date/time formats in Vietnamese (vi)
+* (bug 9609) Correctly use ORDER BY in SpecialWhatlinkshere.php
 
 == Maintenance ==
 
@@ -330,6 +341,9 @@ it from source control: http://www.mediawiki.org/wiki/Download_from_SVN
 * (bug 8933) Fix maintenance/reassignEdits.php script
 * (bug 9440) Added "mediawikiwiki" interwiki prefix to MediaWiki.org
 * (bug 2979) Import now gracefully skips invalid titles with a warning
+* Restore '--norc' option for maintenance/importTextFile.php
+* Help information for maintenance/importTextFile.php now easier to read on
+  consoles
 
 == Languages updated ==
 
@@ -353,6 +367,7 @@ it from source control: http://www.mediawiki.org/wiki/Download_from_SVN
 * Finnish (fi)
 * French (fr)
 * Hebrew (he)
+* Hindi (hi)
 * Upper Sorbian (hsb)
 * Hungarian (hu)
 * Indonesian (id)
@@ -389,7 +404,10 @@ it from source control: http://www.mediawiki.org/wiki/Download_from_SVN
 * Ukrainian (uk)
 * Urdu (ur)
 * Uzbek (uz)
+* Vietnamese (vi)
 * Zealandic (zea)
+* Chinese (PRC) (zh-cn)
+* Chinese (Taiwan) (zh-tw)
 * Cantonese (zh-yue)
 
 == Compatibility ==