X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=RELEASE-NOTES;h=368e1ec55fbbc6b3300d8bc8e915e138f4ba8290;hb=f7e98110ef9282b026611407be3f0448709c804d;hp=cb9538e92a716b1115ee91d9425a7222c9f83580;hpb=67b7e0c8a77e66dac6eedf48281f922b1bb0cd2a;p=lhc%2Fweb%2Fwiklou.git diff --git a/RELEASE-NOTES b/RELEASE-NOTES index cb9538e92a..368e1ec55f 100644 --- a/RELEASE-NOTES +++ b/RELEASE-NOTES @@ -26,6 +26,11 @@ it from source control: http://www.mediawiki.org/wiki/Download_from_SVN == Major new features == * (bug 550) Allow blocks on anonymous users only. +* (bug 6420) Render thumbnails for DJVU images, support multipage DJVU display + on image pages. Added new 'page=' thumbnail option to select a page from a + multipage djvu for thumbnail generation. +* Full Postgres support is now enabled. It requires version 8.0 or better, and + needs to have both plpgsql and tsearch2 already installed. == Changes since 1.7 == @@ -105,7 +110,43 @@ 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 +* (bug 7000) updated MessagesPl.php +* (bug 6946) Fix unexpected behavior change with GET hits to Special:Export +* (bug 1866) Improve navigation on Special:Listusers; user now a starting + point as with Special:Allpages, rather than a pure limit. +* Clean up tab order on Special:Blockip +* (bug 5969) Clean up tab order on Special:Userlogin forms +* (bug 3512) namespaceDupes now handles spaces and initial caps properly +* (bug 7037) Fix regression in login tab order +* (bug 7031) Report missing email on 'email password' instead of false success +* (bug 7010) Don't send email notifications for watched talk pages when user + has selected to receive only updates for their own talk page +* Added {{CURRENTHOUR}} +* Added [[:Image:Foo.png]] style links to the pagelinks table +* Avoid duplicate revision imports with Special:Import +* (bug 7054) Validate email address before sending email confirmation message +* (bug 7061) Format title on "from (page)" links on Special:Allpages +* (bug 7044) Introduce "padleft" and "padright" colon functions +* Pass page title as parameters to "linkshere" and "nolinkshere" and update + default message text == Languages updated == @@ -114,16 +155,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 ==