X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=RELEASE-NOTES-1.26;h=61e04b8f6e6a059a51665fc86cb24f36a989eb78;hb=bc9100fb3ca1128da415201528d0f19d20645916;hp=57166efb718b5da0035cc6f6a87f85ae57b17505;hpb=ac02f17a9f96f2960499b5a9ba194bf2e534ff0e;p=lhc%2Fweb%2Fwiklou.git diff --git a/RELEASE-NOTES-1.26 b/RELEASE-NOTES-1.26 index 57166efb71..61e04b8f6e 100644 --- a/RELEASE-NOTES-1.26 +++ b/RELEASE-NOTES-1.26 @@ -13,10 +13,13 @@ production. === New features in 1.26 === * Change tags can now be hidden in the interface by disabling the associated "tag-" interface message. +* ':' (colon) is now invalid in usernames for new accounts. Existing accounts + are not affected. ==== External libraries ==== === Bug fixes in 1.26 === +* (bug 51283) load.php sometimes sends 304 response without full headers === Action API changes in 1.26 === * API action=query&list=tags: The displayname can now be boolean false if the @@ -34,6 +37,9 @@ MediaWiki supports over 350 languages. Many localisations are updated regularly. Below only new and removed languages are listed, as well as changes to languages because of Bugzilla reports. +* BREAKING CHANGE (T91240): Language code "bh" is not valid in ISO 639 and + was removed, so it will no longer alias to "bho". If you used "bh" as your + wiki's $wgLanguageCode, you must update your configuration. === Other changes in 1.26 === * ChangeTags::tagDescription() will return false if the interface message @@ -46,6 +52,10 @@ by default for the ContentHandler base class and true for TextContentHandler and it's derivative classes (everything in core). For Content types that do not support direct editing, an alternative mechanism should be provided for editing, such as action overrides or specific api modules. +* mediaWiki.confirmCloseWindow now returns an object of functions, instead of +one function. The callback can't be called directly any more. The callback function +is replaced with confirmCloseWindow.release(). +* Removed maintenance script deleteImageMemcached.php. == Compatibility ==