X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=RELEASE-NOTES-1.21;h=6e811fc71e5b418f89a5399be449f74abd5ad79d;hb=f981077529a871ebbe8ef0478457a916f1c8ac04;hp=7e086dca285a9d9407b726ebca5f164f24bdc44b;hpb=cc54bc97076aebc839c657d8caf021c19ea2bb8f;p=lhc%2Fweb%2Fwiklou.git diff --git a/RELEASE-NOTES-1.21 b/RELEASE-NOTES-1.21 index 7e086dca28..6e811fc71e 100644 --- a/RELEASE-NOTES-1.21 +++ b/RELEASE-NOTES-1.21 @@ -96,6 +96,9 @@ production. * (bug 43915) New maintenance script deleteEqualMessages.php. * New collation uppercase-sv, which is like uppercase, but adapted to Swedish sort order. +* WikiText now permits the use of WAI-ARIA's role="presentation" inside of + html elements and tables. This allows presentational markup, especially + tables. To be marked up as such. === Bug fixes in 1.21 === * (bug 40353) SpecialDoubleRedirect should support interwiki redirects. @@ -166,6 +169,12 @@ production. * (bug 43964) Invalid value of "link" parameter in no longer produces a fatal error. * (bug 44775) The username field is not pre-filled when creating an account. +* (bug 45069) wfParseUrl() no longer produces a PHP notice if passed a "mailto:" + URL without address +* (bug 45012) Creating an account by e-mail can no longer show a + "password mismatch" error. +* (bug 44599) On Special:Version, HEADs for submodule checkouts (e.g. for + extensions) performed using Git 1.7.8+ should now appear. === API changes in 1.21 === * prop=revisions can now report the contentmodel and contentformat. @@ -209,6 +218,7 @@ production. iicontinue). * Add supports for all pageset capabilities - generators, redirects, converttitles to action=purge and action=setnotificationtimestamp. +* (bug 43251) prop=pageprops&ppprop= now accepts multiple props to query. === API internal changes in 1.21 === * For debugging only, a new global $wgDebugAPI removes many API restrictions when true. @@ -221,6 +231,8 @@ production. first one keeping its meaning. ApiPageSet is now derived from ApiBase. * BREAKING CHANGE: ApiQuery::newGenerator() and executeGeneratorModule() were deleted. * ApiQueryGeneratorBase::setGeneratorMode() now requires a pageset param. +* $wgAPIGeneratorModules is now obsolete and will be ignored. +* Added flags ApiResult::OVERRIDE and ADD_ON_TOP to setElement() and addValue() === Languages updated in 1.21 === @@ -236,6 +248,13 @@ changes to languages because of Bugzilla reports. as separators for thousands and decimals respectively. === Other changes in 1.21 === +* BREAKING CHANGE: (bug 44385) Removed the jquery.collapsibleTabs module and + moved it to the Vector extension. It was entirely Vector-extension-specific, + deeply interconnected with the extension, and this functionality really + belongs to the extension instead of the skin anyway. In the unlikely case you + were using it, you have to either copy it to your extension, or install the + Vector extension (and possibly disable its features using config settings if + you don't want them). == Compatibility ==