X-Git-Url: http://git.heureux-cyclage.org/?a=blobdiff_plain;f=RELEASE-NOTES-1.24;h=680a641429eba1e50ea6464760c8863b72d31c89;hb=a2b8af0f8cdd99f272a33ba60e7e3958ec116d84;hp=dc946e42d160ab74e7b2b663e0cddb901accc4da;hpb=f8de918277e34656de5dc4f78a2a0d90b63ffec1;p=lhc%2Fweb%2Fwiklou.git diff --git a/RELEASE-NOTES-1.24 b/RELEASE-NOTES-1.24 index dc946e42d1..680a641429 100644 --- a/RELEASE-NOTES-1.24 +++ b/RELEASE-NOTES-1.24 @@ -12,6 +12,9 @@ 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. * 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, @@ -116,6 +119,16 @@ production. * Upgrade Sinon.JS to 1.10.3. * Added the es5-shim polyfill for older or non-compliant javascript engines. * Upgrade jQuery Cookie to v1.2.0. +* (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