From: jenkins-bot Date: Thu, 24 Apr 2014 21:42:07 +0000 (+0000) Subject: Merge "Introducing pp_sortkey." X-Git-Tag: 1.31.0-rc.0~16019 X-Git-Url: https://git.cyclocoop.org/%242?a=commitdiff_plain;h=bd2a78a159ce6d9f7b27fd75d05570228b44c3cb;p=lhc%2Fweb%2Fwiklou.git Merge "Introducing pp_sortkey." --- bd2a78a159ce6d9f7b27fd75d05570228b44c3cb diff --cc RELEASE-NOTES-1.23 index 22520d3a57,58e49637c4..231903ce6b --- a/RELEASE-NOTES-1.23 +++ b/RELEASE-NOTES-1.23 @@@ -9,11 -9,12 +9,14 @@@ MediaWiki 1.23 is an alpha-quality bran 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. + increasing the number of server worker threads. $wgRunJobsAsync has been + added to disable this feature if needed, falling back to executing the job + on the same process but making the execution synchronously. * $wgDebugLogGroups values may be set to an associative array with a 'destination' key specifying the log destination. The array may also contain a 'sample' key with a positive integer value N indicating that the log group