X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=RELEASE-NOTES;h=83bbf7bf894990e08b611413f65ec2b32c092484;hb=05579cf0e60449528b9ee6a5aba35da3b225ce6b;hp=7dc2623173e5e8e062a5e3091c276b49ef14d4b7;hpb=e514a287e9e7096d7e34d546f597b7d536495d20;p=lhc%2Fweb%2Fwiklou.git diff --git a/RELEASE-NOTES b/RELEASE-NOTES index 7dc2623173..83bbf7bf89 100644 --- a/RELEASE-NOTES +++ b/RELEASE-NOTES @@ -41,8 +41,6 @@ LocalSettings.php. The specific bugs are listed below in the general notes. which causes Vector to render the variants drop-down menu with a label showing the current variant name. This is off by default, pending further research into its user experience implications. -* Added $wgJQueryVersion, $wgJQueryMinified and $wgJQueryOnEveryPage (true by - default) to configure loading of jQuery by MediaWiki. * XmlFunctions.php has been removed. Use the Xml or Html classes as appropriate. * Added $wgSQLMode for setting database SQL modes - either performance (null) or other reasons (such as enabling stricter checks) @@ -77,7 +75,7 @@ LocalSettings.php. The specific bugs are listed below in the general notes. server side. * Removed $wgUpdates for database updates; extension should use DatabaseUpdater::addExtensionUpdate(). -* Removed $wgServerName. It doesn't need to be set anymore and is no longer +* Removed $wgServerName. It doesn't need to be set anymore and is no longer available as input for other configuration items, either. * Remove $wgRemoteUploads. It was not well supported and superseded by $wgUploadNavigationUrl. @@ -88,6 +86,7 @@ LocalSettings.php. The specific bugs are listed below in the general notes. * $wgSecureLogin & $wgSecureLoginStickHTTPS to optionaly login using HTTPS * (bug 25728) Added $wgPasswordSenderName to allow customise the name associed with $wgPasswordSender +* Sysops now have the "suppressredirect" right by default === New features in 1.17 === * (bug 10183) Users can now add personal styles and scripts to all skins via @@ -187,7 +186,8 @@ LocalSettings.php. The specific bugs are listed below in the general notes. for versioning * Maintenance scripts get a --memory-limit option to override defaults (which is usually to set it to -1 to disable the limit) -* (bug 25397) Allow uploading (not displaying) of WebP images, disabled by default +* (bug 25397) Allow uploading (not displaying) of WebP images, disabled + by default * (bug 23194) Special:ListFiles now has thumbnails * Use hreflang to specify canonical and alternate links, search engine friendly when a wiki has multiple variant languages. @@ -201,7 +201,19 @@ LocalSettings.php. The specific bugs are listed below in the general notes. * Special:Search: Add CSS classes to 'none found' and 'create link' messages * Add CSS classes (including namespace and pagename) to the enhanced recent changes/watchlist entries -* (bug 22463) Add hook 'SkinGetPoweredBy' to make 'powered by' icon customizable +* (bug 22463) Add hook 'SkinGetPoweredBy' to make 'powered by' icon/text + customizable +* Added CSS print pagination to the print stylesheets +* (bug 25960) Add for File pages of shared/foreign + file repositories. +* When viewing a redirect, the redirect arrow and redirection target are both + wrapped in a div that has the class "redirectMsg" so that the redirection + arrow can be customized with CSS +* (bug 21911) Hard coded limit for long page warning removed. New message + [[MediaWiki:Longpage-hint]] (empty per default) can be used instead. + Parameters: $1 shows the formatted textsize in Byte/KB/MB, $2 is the raw + number of the textsize in Byte +* (bug 3276) Give image s fluid width === Bug fixes in 1.17 === * (bug 17560) Half-broken deletion moved image files to deletion archive @@ -368,7 +380,7 @@ LocalSettings.php. The specific bugs are listed below in the general notes. * (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 +* (bug 24977) The accesskey in history page now lead directly to the diff instead of alterning focus between the two buttons. * (bug 24987) Special:ListUsers does not take external groups into account * (bug 20633) update.php has mixed language output @@ -416,6 +428,19 @@ LocalSettings.php. The specific bugs are listed below in the general notes. * (bug 17789) Added a note to the total views on Special:Statistics saying that is doesn't count non-existing pages and special pages * (bug 17996) HTTP redirects are now combined when requesting a special page +* (bug 19944) Link on image thumbnails no longer link to "Media:" namespace in + some cases +* (bug 25670) wfFindFile() now checks the namespace of the given title, only + "File" and "Media" are allowed now +* (bug 25872) Rename the HttpRequest class to MWHttpRequest to avoid conflict + with php extension that defines same class. +* (bug 20591) There's now a different message on Special:MovePage when + $wgFixDoubleRedirects is set to false. +* Fixed PHP warnings when updating a broken MySQL database. +* (bug 26023) Corrected deleteBacth.php's documentation +* (bug 25451) Improved datetime representation in 32 bit php >= 5.2. +* Show "skin does not exist error" only when the skin is inputted in the wrong + case. === API changes in 1.17 === * (bug 22738) Allow filtering by action type on query=logevent. @@ -483,32 +508,39 @@ LocalSettings.php. The specific bugs are listed below in the general notes. 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 +* Introduced "asynchronous download" mode for upload-by-url. Requires $wgAllowAsyncCopyUploads to be true. * sinumberingroup correctly gives size of 'user' group, and omits size of implicit groups rather than showing 0. * (bug 25248) API: paraminfo errors with certain modules -* (bug 25303) Fix API parameter integer validation to actually enforce validation - on the input values in addition to giving a warning. Also add flag to enforce (die) - if integer out of range (breaking change!) +* (bug 25303) Fix API parameter integer validation to actually enforce + validation on the input values in addition to giving a warning. Also add flag + to enforce (die) if integer out of range (breaking change!) * (bug 24792) API help for action=purge sometimes wrongly stated whether a POST request was needed due to cache pollution * Added iiprop=parsedcomment to prop=imageinfo, similar to prop=revisions -* Added rvparse to parse revisions. For performance reasons if this option is +* Added rvparse to parse revisions. For performance reasons if this option is used, rvlimit is enforced to 1. * (bug 25748) If a action=parse request provides an oldid that is actually the current revision id, try the parser cache, and save it to it if necessary * (bug 25463) Export header should not be shown if no pages were requested, to reduce confusion -* (bug 25648) API discovery information has been added as RSD link in page - and by providing an API module action=rsd. Added hook - ApiRsdServiceApis for extensions to add their own service to the services +* (bug 25648) API discovery information has been added as RSD link in page + and by providing an API module action=rsd. Added hook + ApiRsdServiceApis for extensions to add their own service to the services list. -* The HTML of diff output markers has changed. Hyphens are now minus signs, +* The HTML of diff output markers has changed. Hyphens are now minus signs, empty markers are now filled with non-breaking-space characters * (bug 25741) Add more data to list=search's srprop * (bug 25760) counter property still reported by the API when $wgDisableCounters enabled +* (bug 25987) prop=info&inprop=watched now also works for missing pages +* (bug 26006) prop=langlinks now allows obtaining full URL +* (bug 26075) ApiDelete.php now calls correctly ArticleDelete hook +* (bug 26089) add block expiration to blockinfo +* (bug 26125) prop=imageinfo&iiprop=size now returns the page count if the + file is a multi-page file +* (bug 10268) Added linktodiffs parameter on action=feedwatchlist === Languages updated in 1.17 ===