X-Git-Url: https://git.cyclocoop.org/?a=blobdiff_plain;f=RELEASE-NOTES;h=abbb8b336113b4ca0106aabd106253911b97583e;hb=ed054b1ace36a7fefeb8e1ad8413d274ce149c06;hp=4d539eb858a68433349ad3f232a17463768b4f33;hpb=bfc8eaa950349be8b208827e5bea0f5d8da89cb5;p=lhc%2Fweb%2Fwiklou.git diff --git a/RELEASE-NOTES b/RELEASE-NOTES index 4d539eb858..abbb8b3361 100644 --- a/RELEASE-NOTES +++ b/RELEASE-NOTES @@ -54,6 +54,7 @@ it from source control: http://www.mediawiki.org/wiki/Download_from_SVN $wgUseMemCached, $wgDisableSearchContext, $wgColorErrors, $wgUseZhdaemon, $wgZhdaemonHost and $wgZhdaemonPort. * (bug 24408) The include_path is not modified in the default LocalSettings.php +* $wgVectorExtraStyles has been removed, and is no longer in use. === New features in 1.17 === * (bug 10183) Users can now add personal styles and scripts to all skins via @@ -309,6 +310,11 @@ it from source control: http://www.mediawiki.org/wiki/Download_from_SVN * Disable multithreaded behaviour in recent ImageMagick, to avoid a deadlock when a resource limit such as $wgMaxShellMemory is hit. * (bug 24981) Allow extensions to access SpecialUpload variables again +* (bug 20744) Wiki forgets about an uploaded file +* (bug 17913) Don't show "older edit" when no older edit available +* (bug 6204) TOC not properly rendered when using $wgMaxTocLevel +* (bug 24977) The accesskey in history page now lead directly to the diff + instead of alterning focus between the two buttons. === API changes in 1.17 === * (bug 22738) Allow filtering by action type on query=logevent. @@ -351,7 +357,7 @@ it from source control: http://www.mediawiki.org/wiki/Download_from_SVN to the local alias. * (bug 24296) Added converttitles parameter to convert titles to their canonical language variant. -* Fixed "link" parameter in image links with "thumb" parameter. +* (bug 17398) Fixed "link" parameter in image links with "thumb" or "frame" parameter. * (bug 23936) Add "displaytitle" to query/info API * (bug 24485) Make iwbacklinks a generator, optionally display iwprefix and iwtitle @@ -374,6 +380,9 @@ it from source control: http://www.mediawiki.org/wiki/Download_from_SVN * For required string parameters, if '' is provided, this is now classed as missing * (bug 24724) list=allusers is out by 1 (shows total users - 1) +* (bug 24166) API error when using rvprop=tags +* Introduced "asynchronous download" mode for upload-by-url. Requires + $wgAllowAsyncCopyUploads to be true. === Languages updated in 1.17 ===