X-Git-Url: http://git.heureux-cyclage.org/?a=blobdiff_plain;f=RELEASE-NOTES-1.26;h=588dc5614be496b4acbaccae590bbaa43cb0c05d;hb=d39e1e24d1a97c0c063e5b675a898f8ff9faae90;hp=eddfe308953976a37638b650de7deb6da51f686a;hpb=0d1487dd630b74f5c21146f9c14a97189eb7dab3;p=lhc%2Fweb%2Fwiklou.git diff --git a/RELEASE-NOTES-1.26 b/RELEASE-NOTES-1.26 index eddfe30895..588dc5614b 100644 --- a/RELEASE-NOTES-1.26 +++ b/RELEASE-NOTES-1.26 @@ -13,14 +13,21 @@ 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 tag is meant to be hidden from user interfaces. +* action=import no longer allows both the namespace= and rootpage= parameters + to be set. If they are both set, the value of rootpage= will be ignored. +* prop=revision output in enum mode is now sorted by timestamp rather than + revision ID. This usually won't make any difference. === Action API internal changes in 1.26 === @@ -35,6 +42,7 @@ changes to languages because of Bugzilla reports. * ChangeTags::tagDescription() will return false if the interface message for the tag is disabled. * Added PageHistoryPager::doBatchLookups hook. +* Added ParserCacheSaveComplete to ParserCache * supportsDirectEditing and supportsDirectApiEditing methods added to ContentHandler, to provide a way for ApiEditPage and EditPage to check if direct editing of content is allowed. These methods return false, @@ -42,6 +50,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 ==