From: Kevin Israel Date: Wed, 17 Apr 2013 02:56:36 +0000 (-0400) Subject: Move release notes from 1.21 to 1.22 X-Git-Tag: 1.31.0-rc.0~19982 X-Git-Url: http://git.cyclocoop.org/%7B%24admin_url%7Dcompta/comptes/journal.php?a=commitdiff_plain;h=4b520e95c3886c444ca351544f1d3adb20a93bca;p=lhc%2Fweb%2Fwiklou.git Move release notes from 1.21 to 1.22 Several change sets that added entries to RELEASE-NOTES-1.21 were actually submitted after the REL1_21 branch point. Those change sets that are unlikely to be backported to 1.21 (i.e. not yet backported) are listed here. * I0f2d81dd (bug 23393) (bug 45803) * I226349aa * I3faa9c3e (bug 23343) * I6e7f4cf6 * I719d84c5 * I97b04673 * Ia98f54f4 * Idab489fc (bug 25325) * Ifaf40c66 (bug 46680) This patch moves the release notes to the RELEASE-NOTES-1.22 file. Change-Id: I6a51e3ee07fe7622b9c708c78563795d7a1118fc --- diff --git a/RELEASE-NOTES-1.21 b/RELEASE-NOTES-1.21 index 2ab652be00..6c68d820a3 100644 --- a/RELEASE-NOTES-1.21 +++ b/RELEASE-NOTES-1.21 @@ -18,7 +18,6 @@ production. * $wgBug34832TransitionalRollback has been removed. * (bug 29472) $wgUseDynamicDates has been removed and its functionality disabled. -* $wgVectorUseIconWatch is now enabled by default. === New features in 1.21 === * (bug 38110) Schema changes (adding or dropping tables, indices and @@ -116,20 +115,16 @@ production. uz, vi. * Added 'CategoryAfterPageAdded' and 'CategoryAfterPageRemoved' hooks. * Added 'HistoryRevisionTools' and 'DiffRevisionTools' hooks. -* Added 'SpecialSearchResultsPrepend' and 'SpecialSearchResultsAppend' hooks. * (bug 33186) Add image rotation api "imagerotate" * (bug 34040) Add "User rights management" link on user page toolbox. * (bug 45526) Add QUnit assertion helper "QUnit.assert.htmlEqual" for asserting structual equality of HTML (ignoring insignificant differences like quotmarks, order and whitespace in the attribute list). -* (bug 23393) HTML headings containing line breaks are now handled - correctly. -* (bug 45803) Whitespace within == Headline == syntax and within headings - is now non-significant and not preserved in the HTML output. -* (bug 23343) Implemented ability to apply IP blocks to the contents of X-Forwarded-For headers - by adding a new configuration variable $wgApplyIpBlocksToXff (disabled by default). === Bug fixes in 1.21 === +* (bug 42649) PHP Fatal error: Call to a member function isLocal() on a + non-object in Title.php +* (bug 46493) Special:ProtectedPages results in whitepage when a bad title is protected * (bug 40617) Installer can now customize the logo in LocalSettings.php * (bug 40353) SpecialDoubleRedirect should support interwiki redirects. * (bug 40352) fixDoubleRedirects.php should support interwiki redirects. @@ -281,15 +276,9 @@ production. * (bug 33304) list=allpages will now find really old indefinite protections. * (bug 45937) meta=allmessages will report a syntactically invalid lang as a proper error instead of as an uncaught exception. -* (bug 25325) added support for wlshow filtering (bots/anon/minor/patrolled) - to action=feedwatchlist -* WDDX formatted output will actually be formatted (and normal output will no - longer be), and will no longer choke on booleans. * The JSON output formatter now leaves forward slashes unescaped to improve human readability of URLs and similar strings. Also, a "utf8" option is now provided to use UTF-8 encoding instead of hex escape codes for most non-ASCII characters. -* action=opensearch no longer silently ignores the format parameter. -* action=opensearch now supports format=jsonfm. === API internal changes in 1.21 === * For debugging only, a new global $wgDebugAPI removes many API restrictions when true. @@ -344,7 +333,6 @@ changes to languages because of Bugzilla reports. - ShowStats -> ShowSiteStats. * BREAKING CHANGE: (bug 38244) Removed the mediawiki.api.titleblacklist module and moved it to the TitleBlacklist extension. -* The Special:ActiveUsers special page was removed. * BREAKING CHANGE: Implementation of MediaWiki's JS and JSON value encoding has changed: ** MediaWiki no longer supports PHP installations in which the native JSON @@ -356,9 +344,6 @@ changes to languages because of Bugzilla reports. function, which is now deprecated). * BREAKING CHANGE: The Services_JSON class has been removed. If necessary, be sure to upgrade affected extensions at the same time (e.g. Collection). -* Calling Linker methods using a skin will now output deprecation warnings. -* Pages with a returnto (such as the page when you login or logout), no - longer have a rel="next" link tag. == Compatibility == diff --git a/RELEASE-NOTES-1.22 b/RELEASE-NOTES-1.22 index b360979827..d1d96544cc 100644 --- a/RELEASE-NOTES-1.22 +++ b/RELEASE-NOTES-1.22 @@ -13,6 +13,7 @@ production. * Removed $wgLocalMessageCacheSerialized, it is now always true. * When $wgUseVFormUserLogin is true, the redesign of Special:UserLogin is activated. +* $wgVectorUseIconWatch is now enabled by default. === New features in 1.22 === * (bug 44525) mediawiki.jqueryMsg can now parse (whitelisted) HTML elements and attributes. @@ -25,17 +26,30 @@ production. version of the Vector extension as this feature may conflict. * New version of Special:UserLogin form. It is opt-in for now, controlled by the $wgUseVFormUserLogin setting or a 'useNew' URL parameter trigger. +* Added 'SpecialSearchResultsPrepend' and 'SpecialSearchResultsAppend' hooks. +* (bug 23343) Implemented ability to apply IP blocks to the contents of X-Forwarded-For headers + by adding a new configuration variable $wgApplyIpBlocksToXff (disabled by default). === Bug fixes in 1.22 === * Disable Special:PasswordReset when $wgEnableEmail. Previously one could still navigate to the page by entering the URL directly. * (bug 47138) Fixed a fatal error when a blocked user tries to automatically create an account on login due external authentication in some circumstances. +* (bug 23393) HTML headings containing line breaks are now handled + correctly. +* (bug 45803) Whitespace within == Headline == syntax and within headings + is now non-significant and not preserved in the HTML output. === API changes in 1.22 === * (bug 46626) xmldoublequote parameter was removed. Because of a bug, the parameter has had no effect since MediaWiki 1.16, and so its removal is unlikely to impact existing clients. +* (bug 25325) Added support for wlshow filtering (bots/anon/minor/patrolled) + to action=feedwatchlist. +* WDDX formatted output will actually be formatted (and normal output will no + longer be), and will no longer choke on booleans. +* action=opensearch no longer silently ignores the format parameter. +* action=opensearch now supports format=jsonfm. === Languages updated in 1.22=== @@ -59,6 +73,9 @@ changes to languages because of Bugzilla reports. throughout the code base have been removed. * Externaledit/externaldiff preference was removed. Very few users used this feature, and improper configuration can actually prevent a user from editing +* Calling Linker methods using a skin will now output deprecation warnings. +* (bug 46680) "Return to" links are no longer tagged with rel="next". +* The Special:ActiveUsers special page was removed. == Compatibility ==