From: Timo Tijhof Date: Wed, 21 May 2014 14:54:54 +0000 (+0200) Subject: Move release notes for "Introducing pp_sortkey" to 1.24 X-Git-Tag: 1.31.0-rc.0~15634 X-Git-Url: http://git.cyclocoop.org/%22%20.%20generer_url_ecrire%28%22auteur_infos%22%2C%20%22id_auteur=%24id%22%29%20.%20%22?a=commitdiff_plain;h=048c38deb9ec3339fe5dd75f29c6ef76a19ec6a2;p=lhc%2Fweb%2Fwiklou.git Move release notes for "Introducing pp_sortkey" to 1.24 Follows-up I217c42656fb877f, the commit was merged after the branch cut and was not backported. Change-Id: Iaa78a8254b3114600052005ce28d752b5f472354 --- diff --git a/RELEASE-NOTES-1.23 b/RELEASE-NOTES-1.23 index d010358f77..ad0605954b 100644 --- a/RELEASE-NOTES-1.23 +++ b/RELEASE-NOTES-1.23 @@ -9,9 +9,6 @@ MediaWiki 1.23 is an alpha-quality branch and is not recommended for use in production. === Configuration changes in 1.23 === -* Introduced $wgPagePropsHaveSortkey as a backwards-compatibility switch, - for using the old schema of the page_props table, in case the respective - schema update was not applied. * When $wgJobRunRate is higher that zero, jobs are now executed via an asynchronous HTTP request to a MediaWiki entry point. This may require increasing the number of server worker threads. $wgRunJobsAsync has been diff --git a/RELEASE-NOTES-1.24 b/RELEASE-NOTES-1.24 index 72a9982f29..7968b2e98f 100644 --- a/RELEASE-NOTES-1.24 +++ b/RELEASE-NOTES-1.24 @@ -11,6 +11,9 @@ production. === Configuration changes in 1.24 === * 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, + for using the old schema of the page_props table, in case the respective + schema update was not applied. === New features in 1.24 === * Added a new hook, "WhatLinksHereProps", to allow extensions to annotate