X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=RELEASE-NOTES-1.23;h=08fb7a29647191de9ad8ddf440eb86965ae83e3f;hb=0c613c57372b7b9aa6a3fb68357a7844abecfba9;hp=3a912233bc1c4e19038f4b7299acd79d6e3e56da;hpb=171313e2ab337fcdfa5d366784192a96bc55d007;p=lhc%2Fweb%2Fwiklou.git diff --git a/RELEASE-NOTES-1.23 b/RELEASE-NOTES-1.23 index 3a912233bc..08fb7a2964 100644 --- a/RELEASE-NOTES-1.23 +++ b/RELEASE-NOTES-1.23 @@ -11,7 +11,9 @@ production. === Configuration changes in 1.23 === * 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 @@ -51,6 +53,10 @@ production. * $wgQueryPages has been removed. Query Pages should be added to by using the wgQueryPages hook. * $wgHttpOnlyBlacklist has been removed. +* $wgLicenseTerms has been removed as it was unused. +* $wgProfileOnly is now deprecated; set the log file in + $wgDebugLogGroups['profileoutput'] to replace it. +* $wgMaxBacklinksInvalidate was removed; use $wgJobBackoffThrottling instead === New features in 1.23 === * ResourceLoader can utilize the Web Storage API to cache modules client-side. @@ -131,6 +137,19 @@ production. * Added BaseTemplateAfterPortlet hook to allow injecting html after portlets in skins. * Support has been added for a JSON based localisation file format. The installer has been updated to use it. +* Changes to content typography (fonts, line-height, etc.). See + https://www.mediawiki.org/wiki/Typography_refresh for further information. +* The Vector skin's visual treatment of external links has been simplified to a + single icon (from nine). This should not affect local rules unless they were + re-using these icons, which have now been deleted. +* ResourceLoader: mw.loader.using() now implements a Promise interface. +* Add new hook ChangesListInitRows accessed via ChangesList::initChangesListRows. + If called by the ChangesList consumer this gives extensions a chance to batch + process the result set prior to rendering. +* A PoolCounterRedis class was added which can be make use of in $wgPoolCounterConf. + This requires at least one Redis 2.6+ server. +* $wgProfileToDatabase was removed. Set $wgProfiler to ProfilerSimpleDB + in StartProfiler.php instead of using this. === Bug fixes in 1.23 === * (bug 41759) The "updated since last visit" markers (on history pages, recent @@ -229,6 +248,10 @@ production. * (bug 42026) Deprecated uctoponly in favor of ucshow=top. * list=search no longer has a "srredirects" parameter. Redirects are now included in all searches. +* Added list=prefixsearch that works like action=opensearch but can be used as + a generator. +* (bug 24782) Various modules will now use unique continuation parameters. +* (bug 63249) Cache RecentChanges Atom feed in varnish for 15 seconds. === Languages updated in 1.23 === @@ -236,6 +259,8 @@ MediaWiki supports over 350 languages. Many localisations are updated regularly. Below only new and removed languages are listed, as well as changes to languages because of Bugzilla reports. +* Support was added for Algerian Spoken Arabic (arq). +* Support was added for Riograndenser Hunsrückisch (hrx). * Support was added for Northern Luri (lrc). === Other changes in 1.23 === @@ -312,6 +337,10 @@ changes to languages because of Bugzilla reports. parser, where it differs from the PHP parser). * Special:Search no longer has an "include redirects" option on the advanced tab. Redirects are now included in all searches. +* mediawiki.api.category's getCategories() 'async' parameter was deprecated. +* The locations of resources have been split between upstream libraries, now in + resources/lib/, local libaries in resources/src/, and local forks of upstream + libraries, also in resources/src/. ==== Removed classes ==== * FakeMemCachedClient (deprecated in 1.18)