X-Git-Url: https://git.heureux-cyclage.org/?p=lhc%2Fweb%2Fwiklou.git;a=blobdiff_plain;f=RELEASE-NOTES-1.30;h=513dc3a09fd2159d22ef8d1bf060b90c5c68de00;hp=67a449a3123f6fb32cc2c919d5fef8cdd7892b07;hb=a154a28c7a4442a7d08689036dc54688b0867a64;hpb=91be4ee4645e28866910f654c6eda730a692fc90 diff --git a/RELEASE-NOTES-1.30 b/RELEASE-NOTES-1.30 index 67a449a312..513dc3a09f 100644 --- a/RELEASE-NOTES-1.30 +++ b/RELEASE-NOTES-1.30 @@ -70,6 +70,10 @@ section). ** This is currently gated by $wgCommentTableSchemaMigrationStage. Most wikis can set this to MIGRATION_NEW and run maintenance/migrateComments.php as soon as any necessary extensions are updated. +* (T138166) Added ability for users to prohibit other users from sending them + emails with Special:Emailuser. Can be enabled by setting + $wgEnableUserEmailBlacklist to true. +* $wgBrowserBlacklist is deprecated, and changing it will have no effect. === External library changes in 1.30 === @@ -216,6 +220,9 @@ changes to languages because of Phabricator reports. * wfUsePHP() is deprecated. * wfFixSessionID() was removed. * wfShellExec() and related functions are deprecated, use Shell::command(). +* (T138166) SpecialEmailUser::getTarget() now requires a second argument, the sending + user object. Using the method without the second argument is deprecated. +* (T67297) Browsers that don't support Unicode will have their edits rejected. == Compatibility == MediaWiki 1.30 requires PHP 5.5.9 or later. There is experimental support for