X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=RELEASE-NOTES;h=f72c505f66205d1f481071a92fccf9c575d218bc;hb=280355d209241389214a208960c7c0a8af886193;hp=374917b6e6677faf444f90fde694959ac97d7fe4;hpb=5220bd4fbb10bf6993b4483c5237dc6faa109dc5;p=lhc%2Fweb%2Fwiklou.git diff --git a/RELEASE-NOTES b/RELEASE-NOTES index 374917b6e6..f72c505f66 100644 --- a/RELEASE-NOTES +++ b/RELEASE-NOTES @@ -19,7 +19,7 @@ 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.x. Please upgrade +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 === @@ -49,6 +49,19 @@ PHP if you have not done so prior to upgrading MediaWiki. * 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 @@ -89,6 +102,22 @@ PHP if you have not done so prior to upgrading MediaWiki. * (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