X-Git-Url: http://git.cyclocoop.org//%22javascript:ModifierStyle%28%27%22.%24id.%22%27%29/%22?a=blobdiff_plain;f=RELEASE-NOTES-1.29;h=1c90e88caf784ac5168df3c9f07655d150c0d196;hb=f27203ebfb7d9abe95ec961f0ac6bf8a3af8e453;hp=3b652646b8fb97fe073d77005ea09e056a12b99d;hpb=86448ece43db70f21d591b7d0ce52447664a2600;p=lhc%2Fweb%2Fwiklou.git diff --git a/RELEASE-NOTES-1.29 b/RELEASE-NOTES-1.29 index 3b652646b8..1c90e88caf 100644 --- a/RELEASE-NOTES-1.29 +++ b/RELEASE-NOTES-1.29 @@ -8,12 +8,21 @@ production. === Configuration changes in 1.29 === * Default cookie expiration time has been reduced to 30 days. Login cookie expiration time is kept at 180 days. +* A new configuration variable has been added: $wgCookieSetOnAutoblock. This + determines whether to set a cookie when a user is autoblocked. Doing so means + that a blocked user, even after logging out and moving to a new IP address, + will still be blocked. +* The resetpassword right and associated password reset capture feature has + been removed. === New features in 1.29 === +* (T5233) A cookie can now be set when a user is autoblocked, to track that user if + they move to a new IP address. This is disabled by default. === External library changes in 1.29 === ==== Upgraded external libraries ==== +* Updated QUnit from v1.22.0 to v1.23.1. ==== New external libraries ==== @@ -26,6 +35,8 @@ production. action=createaccount, action=linkaccount, and action=changeauthenticationdata in the query string is now an error. They should be submitted in the POST body instead. +* The capture option for action=resetpassword has been removed +* action=clearhasmsg now requires a POST. === Action API internal changes in 1.29 === @@ -35,9 +46,27 @@ 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 Phabricator reports. +==== No fallback for Ukrainian ==== +* (T39314) The fallback from Ukrainian to Russian was removed. The Ukrainian + language will now use the default fallback language: English. When a translation + to Ukrainian is not available, an English string will be shown. + === Other changes in 1.29 === * Database::getSearchEngine() (deprecated in 1.28) was removed. Use SearchEngineFactory::getSearchEngineClass() instead. +* $wgSessionsInMemcached (deprecated in 1.20) was removed. No replacement is + required as all sessions are stored in Object Cache now. +* MWHttpRequest::execute() should be considered to return a StatusValue; the + Status return type is deprecated. +* User::edits() (deprecated in 1.21) was removed. +* Xml::escapeJsString() (deprecated in 1.21) was removed. +* Article::getText() and Article::prepareTextForEdit() (deprecated in 1.21) + were removed. +* Article::getAutosummary() and WikiPage::getAutosummary (deprecated in 1.21) + were removed. +* Hooks ArticleViewCustom, EditPageGetDiffText and ShowRawCssJs (deprecated in 1.21) + were removed. +* Class RevisiondeleteAction (deprecated in 1.25) was removed. == Compatibility ==