X-Git-Url: http://git.cyclocoop.org/?a=blobdiff_plain;f=RELEASE-NOTES-1.24;h=fa8ed0059e7212116a307778015e8c0813e3afe8;hb=88bed6898f3162f46a92f75e7b917b0599d3e4f2;hp=3ce182eb672fe496afaa68543a1594229b2b03c5;hpb=39dd07658d0513535cce999a82ea377d76ca9ecc;p=lhc%2Fweb%2Fwiklou.git diff --git a/RELEASE-NOTES-1.24 b/RELEASE-NOTES-1.24 index 3ce182eb67..fa8ed0059e 100644 --- a/RELEASE-NOTES-1.24 +++ b/RELEASE-NOTES-1.24 @@ -12,6 +12,11 @@ production. * MediaWiki will no longer run if register_globals is enabled. It has been deprecated for 5 years now, and was removed in PHP 5.4. For more information about why, see . +* MediaWiki now requires PHP's iconv extension. openSUSE users may need to + install the php5-iconv package. Users of other systems may need to add + extension=iconv.so to php.ini or recompile PHP without --without-iconv. +* MediaWiki will no longer function if magic quotes are enabled. It has + been deprecated for 5 years now, and was removed in PHP 5.4. * The server's canonical hostname is available as $wgServerName, which is exposed in both mw.config and ApiQuerySiteInfo. * Introduced $wgPagePropsHaveSortkey as a backwards-compatibility switch, @@ -32,6 +37,13 @@ production. * $wgCountTotalSearchHits has been removed. If you're concerned about efficiency of search, you should use something like CirrusSearch instead of built in search. +* Users in the 'sysop' group have access to Special:MergeHistory by default. +* $wgFileStore was removed after having been deprecated in 1.17. Alternative + configurations are $wgDeletedDirectory and $wgHashedUploadDirectory. +* The deprecated $wgUseCommaCount variable has been removed. +* $wgEnableSorbs and $wgSorbsUrl have been removed. +* The UserCryptPassword and UserComparePassword hooks are no longer called. Any extensions + using them must be updated to use the Password Hashing API. === New features in 1.24 === * Added a new hook, "WhatLinksHereProps", to allow extensions to annotate @@ -108,6 +120,24 @@ production. permission needs to be set for 'pagelang'. * Upgrade Moment.js to v2.7.0. * (bug 67042) Added support for the HTML5 tag for East Asian typography. +* Upgrade Sinon.JS to 1.10.3. +* Added the es5-shim polyfill for older or non-compliant javascript engines. +* Upgrade jQuery Cookie to v1.3.1. +* (bug 20476) Add a "viewsuppressed" user right to be able to view + suppressed content but not suppress it ("suppressrevision" right). +* Added a new hook, "OutputPageScriptsForBottomQueue", to add modules to the + bottom queue that should be requested in a dedicated