X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=RELEASE-NOTES-1.26;h=81269b86089387b977ec3ffc4f289fe3d9b5d8c4;hb=359e77d7c9cb44b46cc712fbdd9cb97460ef3ff8;hp=885448f7452047b3cdd79385324fa4e9b725657d;hpb=16cea35d85a3db0e7b4e5047ce6fdb0b92257e47;p=lhc%2Fweb%2Fwiklou.git diff --git a/RELEASE-NOTES-1.26 b/RELEASE-NOTES-1.26 index 885448f745..81269b8608 100644 --- a/RELEASE-NOTES-1.26 +++ b/RELEASE-NOTES-1.26 @@ -14,8 +14,12 @@ production. * New-style continuation is now the default for API action=continue. Clients may use the 'rawcontinue' parameter to receive raw query-continue data, but the new style is encouraged as it's harder to implement incorrectly. +* Deprecated API formats dump and wddx have been completely removed. === New features in 1.26 === +* (T51506) Now action=info gives estimates of actual watchers for a page. + See $wgRCMaxAge, $wgWatchersMaxAge and $wgUnwatchedPageSecret + to learn how to configure if needed. * 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 @@ -30,22 +34,31 @@ production. * (T68699) The expiration of the UserID and Token login cookies ($wgExtendedLoginCookieExpiration) can be configured independently of the expiration of all other cookies ($wgCookieExpiration). +* (T50519) Support for generating JPEG/PNG thumbnails from WebP images added + if ImageMagick is used as image scaler ($wgUseImageMagick = true). Uploading + of WebP images still disabled by default. Add $wgFileExtensions[] = + 'webp'; to LocalSettings.php to enable uploading of WebP images. +* Added new hooks 'EnhancedChangesListModifyLineData' & + 'EnhancedChangesListModifyBlockLineData', to modify the data used to build + lines in enhanced recentchanges and watchlist. ==== External libraries ==== * Update es5-shim from v4.0.0 to v4.1.5. * Update json2 from revision 2014-02-04 to 2015-05-03. -* Update Sinon.JS from 1.10.3 to 1.15.0. +* Update Sinon.JS from 1.10.3 to 1.15.4. * Upgrade jQuery Client from v1.0.0 to v2.0.0. -* Added mediawiki/at-ease 1.0.0 +* Added mediawiki/at-ease 1.0.0. +* Update QUnit from v1.17.1 to v1.18.0. === Bug fixes in 1.26 === -* (bug 51283) load.php sometimes sends 304 response without full headers +* (T53283) load.php sometimes sends 304 response without full headers * (T65198) Talk page tabs now have a "rel=discussion" attribute === Action API changes in 1.26 === * New-style continuation is now the default for action=continue. Clients may use the 'rawcontinue' parameter to receive raw query-continue data, but the new style is encouraged as it's harder to implement incorrectly. +* Deprecated API formats dump and wddx have been completely removed. * 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 @@ -65,8 +78,11 @@ production. 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. +changes to languages because of Phabricator reports. +* Languages added: +** dty (डोटेली/Doteli), thanks to translators जनक राज भट्ट, बिप्लब आनन्द, + मेश सिंह बोहरा, and राम प्रसाद जोशी === Other changes in 1.26 === * ChangeTags::tagDescription() will return false if the interface message @@ -108,7 +124,9 @@ changes to languages because of Bugzilla reports. instead of many optional positional arguments. Calling the constructor the old way will issue a deprecation warning. * The jquery.mwExtension module was deprecated. - +* $wgSpecialPageGroups was removed (deprecated in 1.21). +* SpecialPageFactory::setGroup was removed (deprecated in 1.21). +* SpecialPageFactory::getGroup was removed (deprecated in 1.21). == Compatibility == @@ -175,4 +193,3 @@ going to run a public MediaWiki, so you can be notified of security fixes. == IRC help == There's usually someone online in #mediawiki on irc.freenode.net. -