X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=RELEASE-NOTES-1.30;h=bec7b86b344d3856187a72b16ec714ef6635bc1b;hb=782b20762121d2a8070df71213da4676dcfad081;hp=e8e3404c8b44abf49efbbcb7da368c44f5aa69bf;hpb=c80e445ecfc872681364304c6c667ce7ccfea109;p=lhc%2Fweb%2Fwiklou.git diff --git a/RELEASE-NOTES-1.30 b/RELEASE-NOTES-1.30 index e8e3404c8b..bec7b86b34 100644 --- a/RELEASE-NOTES-1.30 +++ b/RELEASE-NOTES-1.30 @@ -73,10 +73,8 @@ section). * (T138166) Added ability for users to prohibit other users from sending them emails with Special:Emailuser. Can be enabled by setting $wgEnableUserEmailBlacklist to true. -* (T172315) $wgOOUIEditPage was removed, OOUI is the only display option for the - edit interface. * (T67297) $wgBrowserBlacklist is deprecated, and changing it will have no effect. - Instead, users using browsers that do not support unicode will be unable to edit + Instead, users using browsers that do not support Unicode will be unable to edit and should upgrade to a modern browser instead. === External library changes in 1.30 === @@ -235,7 +233,10 @@ changes to languages because of Phabricator reports. * DB_SLAVE is deprecated. DB_REPLICA should be used instead. * wfUsePHP() is deprecated. * wfFixSessionID() was removed. -* wfShellExec() and related functions are deprecated, use Shell::command(). +* wfShellExec() and related functions are deprecated, use Shell::command(). This also + slightly changes the behavior of how execution time limits are calculated when only + some of defaults are overridden per-call. When in doubt, always override both wall + clock and CPU time. * (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.