X-Git-Url: http://git.heureux-cyclage.org/?a=blobdiff_plain;f=RELEASE-NOTES;h=649c44445051b1fe88398b6413c0d2daa9480070;hb=5e3b7c090841db424518a18b4100ddca23be65e3;hp=928f710b9f2d64d0773aa4fe03dc90f57440404b;hpb=f664cf10ef5ddf43dc5fc3b927e85df54284297f;p=lhc%2Fweb%2Fwiklou.git diff --git a/RELEASE-NOTES b/RELEASE-NOTES index 928f710b9f..649c444450 100644 --- a/RELEASE-NOTES +++ b/RELEASE-NOTES @@ -18,6 +18,10 @@ will be made on the development trunk and appear in the next quarterly release. Those wishing to use the latest code instead of a branch release can obtain it from source control: http://www.mediawiki.org/wiki/Download_from_SVN +=== PHP 5.2 now required == +In 1.18, the lowest supported version of MediaWiki is now 5.2.3. Please upgrade +PHP if you have not done so prior to upgrading MediaWiki. + === Configuration changes in 1.18 === * The WantedPages::getSQL hook has been removed and replaced with WantedPages::getQueryInfo . This may break older extensions. @@ -42,6 +46,22 @@ it from source control: http://www.mediawiki.org/wiki/Download_from_SVN 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. +* The transliteration for passwords in case they were migrated from an old Latin-1 + install (previous to MediaWiki 1.5) is now only done for wikis with + $wgLegacyEncoding set. +* (bug 27508) Add $wgSVGMetadataCutoff to limit the maximum amount of an svg we + look at when finding metadata to prevent excessive resource usage. +* $wgSysopUserBans and $wgSysopRangeBans (deprecated in 1.17) are now removed. + Use $wgBlockCIDRLimit = array( 'IPv4' => 43, 'IPv6' => 128 ) to achieve the same + functionality as $wgSysopRangeBans; you can use the BlockIp hook to replicate + $wgSysopUserBans functionality. +* The options on the block form have been standardised such that checking a box + makes the block 'more serious'; so while "check to prevent account creation" and + "check to enable autoblock" remain the same, "check to allow user-talk edit" is + reversed to "check to *disable* user-talk edit", and "check to block anon-only" + becomes "check to block logged-in users too". The default settings remain the same. +* Most of the field names on the Special:Block form have been changed, which will + probably break screen-scraping bots. === New features in 1.18 === * Added a special page, disabled by default, that allows users with the @@ -72,12 +92,29 @@ it from source control: http://www.mediawiki.org/wiki/Download_from_SVN (maintenance/fixDoubleRedirects.php) * (bug 23315) New body classes to allow easier styling of special pages * (bug 27159) Make email confirmation code expiration time configurable -* CSS/JS for each user group is imported from MediaWiki:Sysop.js, +* CSS/JS for each user group is imported from MediaWiki:Sysop.js, MediaWiki:Autoconfirmed.css, etc. * (bug 24230) Uploads of ZIP types, such as MS Office or OpenOffice can now be safely enabled. A ZIP file reader was added which can scan a ZIP file for potentially dangerous Java applets. This allows applets to be blocked specifically, rather than all ZIP files being blocked. +* (bug 2429) Allow selection of associated namespace in recent changes +* (bug 26217) File size is now checked before uploading in HTML5 browsers +* CSS stylesheet MediaWiki:Noscript.css is now loaded for users with JavaScript + disabled (enclosed in the head in a