X-Git-Url: https://git.cyclocoop.org/%27.WWW_URL.%27admin/?a=blobdiff_plain;f=RELEASE-NOTES-1.31;h=4b55f4bd0eeefcdfcc5ce422b64b9b701efaadae;hb=10a126ce1b1564675a8e3580a075176f127c4032;hp=c24d76146aeb06e58f90cb4244d0048df06bd679;hpb=f5600a48056cdcbe3966e9aa6146d2b9498d2b50;p=lhc%2Fweb%2Fwiklou.git diff --git a/RELEASE-NOTES-1.31 b/RELEASE-NOTES-1.31 index c24d76146a..4b55f4bd0e 100644 --- a/RELEASE-NOTES-1.31 +++ b/RELEASE-NOTES-1.31 @@ -15,6 +15,10 @@ production. possible for fallback images such as png. * (T44246) $wgFilterLogTypes will no longer ignore 'patrol' when user does not have the right to mark things patrolled. +* Wikis that contain imported revisions or CentralAuth global blocks should run + maintenance/cleanupUsersWithNoId.php. +* $wgResourceLoaderMinifierStatementsOnOwnLine and $wgResourceLoaderMinifierMaxLineLength + were removed (deprecated since 1.27). === New features in 1.31 === * Wikimedia\Rdbms\IDatabase->select() and similar methods now support @@ -22,6 +26,13 @@ production. * As a first pass in standardizing dialog boxes across the MediaWiki product, Html class now provides helper methods for messageBox, successBox, errorBox and warningBox generation. +* (T9240) Imports will now record unknown (and, optionally, known) usernames in + a format like "iw>Example". +* (T20209) Linker (used on history pages, log pages, and so on) will display + usernames formed like "iw>Example" as interwiki links, as if by wikitext like + [[iw:User:Example|iw>Example]]. +* (T111605) The 'ImportHandleUnknownUser' hook allows extensions to auto-create + users during an import. === External library changes in 1.31 === @@ -107,7 +118,9 @@ changes to languages because of Phabricator reports. * Passing a ParserOptions object to OutputPage::parserOptions() is deprecated. * Browser support for Opera 12 and older was removed. Opera 15+ continues at Grade A support. -* … +* The Block class will no longer accept usable-but-missing usernames for + 'byText' or ->setBlocker(). Callers should either ensure the blocker exists + locally or use a new interwiki-format username like "iw>Example". == Compatibility == MediaWiki 1.31 requires PHP 5.5.9 or later. There is experimental support for