X-Git-Url: http://git.cyclocoop.org/%7B%24admin_url%7Dmembres/cotisations/gestion/rappel_supprimer.php?a=blobdiff_plain;f=RELEASE-NOTES-1.33;h=999cda8782aec95f4d908ed8f00f598d27c00214;hb=a5352157c7209084c85ac1bacc6c4b06f8c423f0;hp=37f282deaac18206755b3e9f169fa69f6b69f33a;hpb=e365ccede6e702d457b50ce0b0f4b3811263012c;p=lhc%2Fweb%2Fwiklou.git diff --git a/RELEASE-NOTES-1.33 b/RELEASE-NOTES-1.33 index 37f282deaa..999cda8782 100644 --- a/RELEASE-NOTES-1.33 +++ b/RELEASE-NOTES-1.33 @@ -8,6 +8,9 @@ production. === Configuration changes in 1.33 === ==== New configuration ==== +* $wgEnablePartialBlocks – This enables the Partial Blocks feature, which gives + accounts with block permissions the ability to block users, IPs, and IP ranges + from editing specific pages, while allowing them to edit the rest of the wiki. * … ==== Changed configuration ==== @@ -34,6 +37,7 @@ production. * … === Action API changes in 1.33 === +* (T198913) Added 'ApiOptions' hook. * … === Action API internal changes in 1.33 === @@ -47,9 +51,38 @@ because of Phabricator reports. * … === Breaking changes in 1.33 === +* The parameteter $lang in DifferenceEngine::setTextLanguage must be of type + Language. Other types are deprecated since 1.32. +* Skin::doEditSectionLink requires type Language for the parameter $lang. + The parameters $tooltip and $lang are mandatory. Omitting the parameters is + deprecated since 1.32. +* Language::truncate(), deprecated in 1.31, has been removed. +* UtfNormal, deprecated in 1.25, was removed. Use UtfNormal\Validator directly + instead. +* (T197179) In OOUI HTMLForm fields, the parameters 'notice', 'notice-messages', + and 'notice-message', which were deprecated in 1.32, were removed. Instead, + use 'help', 'help-message', and 'help-messages'. +* (T197179) HTMLFormField::getNotices(), deprecated in 1.32, was removed. +* The "Parsoid v1" compatibility mappings in ParsoidVirtualRESTService and + RestbaseVirtualRESTService, deprecated since 1.26, have been removed. + Use the RESTBase v1 or Parsoid v3 API instead. * … === Deprecations in 1.33 === +* The configuration option $wgUseESI has been deprecated, and is expected + to be removed in a future release. +* The configuration option $wgSquidPurgeUseHostHeader has been deprecated, + and is expected to be removed in a future release. +* The configuration options $wgFixArabicUnicode and $wgFixMalayalamUnicode, + introduced in MW 1.17, have been deprecated. These fixes will always be + applied for Arabic and Malayalam in the future. Please enable these on + your local wiki (if you have them explicitly set to false) and run + maintenance/cleanupTitles.php to fix any existing page titles. +* The LegacyHookPreAuthenticationProvider class, deprecated since its creation + in 1.27 as part of the AuthManager re-write, now emits deprecation warnings. + This will help identify the issue if you added it to $wgAuthManagerConfig. +* wfSplitWikiId() is now deprecated. Cache key generation should have the wiki + domain ID as a key component and use makeGlobalKey(). * … === Other changes in 1.33 ===