Reduce range of IPv6 tested by testValidIPs
[lhc/web/wiklou.git] / RELEASE-NOTES
index 8e1337a..3c2defa 100644 (file)
@@ -35,6 +35,10 @@ it from source control: http://www.mediawiki.org/wiki/Download_from_SVN
   per upload type.
 * $wgAPICacheHelp added in 1.16 is now removed. To disable API help caching, set
   $wgAPICacheHelpTimeout = 0;
+* OutputPage::isUserJsAllowed() no longer returns false when scripts are allowed by the page,
+  but $wgAllowUserJs is set to false.
+* Pure "Skin" class based custom skins are no longer supported, all custom skins
+  should be put together using SkinTemplate and BaseTemplate or QuickTemplate.
 
 === New features in 1.18 ===
 * Added a special page, disabled by default, that allows users with the
@@ -52,6 +56,13 @@ it from source control: http://www.mediawiki.org/wiki/Download_from_SVN
 * Alternative to $wgHooks implemented, using the new Hooks class. 
 * Add width parameter to Special:Filepath to allow getting the file path of a thumbnail.
 * (bug 26870) Add size to {{filepath:}}
+* Upload warnings now show a thumbnail of the uploaded file
+* Introduced the edittools-upload message, which will be inserted under the
+  upload form instead of edittools if available
+* (bug 26285) Extensions will be automatically generated on upload if the user
+  specified a filename without extension.
+* (bug 26851) Special:UserRights now allows to prefill the reason field
+* New maintenance script to fix double redirects (maintenance/fixDoubleRedirects.php)
 
 === Bug fixes in 1.18 ===
 * (bug 23119) WikiError class and subclasses are now marked as deprecated
@@ -90,11 +101,6 @@ it from source control: http://www.mediawiki.org/wiki/Download_from_SVN
   members.
 * (bug 2585) Image pages should send 404 if no image, no shared image and no
   description page.
-* (bug 12974) The behaviour of wikitable and template parsing was altered.  Previously,
-  all templates were treated as being at the start of a block context for the purposes
-  of evaluating wikitext elements like #, :, *, and tables (bug 529).  Now this 
-  behaviour is only applied to wikitable-start {|, but the first line of a wikitable
-  cell is now treated as a linestart.
 * Custom editintro's using the editintro url parameter will no longer show <noinclude>
   sections on pages they are included on.
 * (bug 26449) Keep underlines from headings outside of tables and thumbs by
@@ -107,6 +113,14 @@ it from source control: http://www.mediawiki.org/wiki/Download_from_SVN
   the right message instead of complaining about a MIME/extension mismatch
 * (bug 26809) Uploading files with multiple extensions where one of the extensions
   is blacklisted now gives the proper extension in the error message.
+* (bug 26961) Hide anon edits in watchlist preference now actually works.
+* (bug 19751) Filesystem is now checked during image undeletion
+* Send last modified headers for Special:Recentchanges when RC patrol is
+  enabled, but user cannot see rc patrol links.
+* (bug 26548) ForeignAPIRepo (InstantCommons) now works with PDF files
+  and other multi-paged file formats.
+* Files with a mime type that does not match the extension are now properly
+  thumbnailed 
 
 === API changes in 1.18 ===
 * (bug 26339) Throw warning when truncating an overlarge API result
@@ -132,6 +146,8 @@ it from source control: http://www.mediawiki.org/wiki/Download_from_SVN
 * (bug 26650) Remove $wgAPICacheHelp in favour of $wgAPICacheHelpTimeout
 * (bug 24650) Fix API to work with categorylinks changes
 * Expose list of skins in meta=siteinfo
+* (bug 26548) Add iiurlparam param to query=imageinfo and query=stashimageinfo
+* (bug 27201) Special:WhatLinksHere output no longer contains duplicate IDs
 
 === Languages updated in 1.18 ===