(no commit message)
[lhc/web/wiklou.git] / RELEASE-NOTES
index cb9538e..cbfc67f 100644 (file)
@@ -105,6 +105,24 @@ it from source control: http://www.mediawiki.org/wiki/Download_from_SVN
   page title, etc. 
 * hooks registered with addOnloadHook are now called at the one of the html body
   by all skins.
+* Split ajax aided search from core ajax framework. Use wgUseAjax to enable the
+  framework and wgAjaxSearch to enable the suggest feature for the search box.
+* Added experimental installer for extensions. 
+  See maintenance/installExtension.php
+* Added Tajic (tg) language file.
+* (bug 6903) Added Cantonese localisation (zh-yue)
+* Fix regression in Korean and Japanese date formatting (day of week)
+* (bug 6919) Add English alias magic words for Tatar (tt) language file.
+* (bug 6753) Fixed broken Kazakh linktrail (kk)
+* (bug 6700) Added Kazakh language variants to Names.php
+* (bug 6827) some i18n specific maintenance scripts fails after merge of localisation-work branch
+* Throwed an exception for the deprecated functions OutputPage::sysopRequired and
+  OutputPage::developerRequired - use OutputPage::permissionRequired instead.
+* Removed the deprecated functions User::isSysop, User::isBureaucrat and User::isDeveloper -
+  use User::isAllowed instead.
+* (bug 769) OutputPage::permissionRequired() should suggest groups with the needed permission
+* (bug 6971) Fix regression in Special:Export history view
+* Revamped Special:Imagelist
 
 
 == Languages updated ==
@@ -114,16 +132,22 @@ it from source control: http://www.mediawiki.org/wiki/Download_from_SVN
 * Bishnupriya (bpy) stub file
 * Brazilian Portuguese (pt-br)
 * Catalan (ca)
+* Cantonese (zh-yue)
 * Dutch (nl)
 * English (en)
 * French (fr)
 * German (de)
+* Georgian (ka)
 * Hebrew (he)
 * Hungarian (hu)
 * Indonesian (id)
 * Korean (ko)
 * Polish (pl)
+* Romani (rmy)
 * Russian (ru)
+* Spanish (es)
+* Tajic (tg)
+* Tatar (tt)
 * Telugu (te)
 
 == Compatibility ==