X-Git-Url: http://git.cyclocoop.org/%22%20.%20generer_url_ecrire%28%22articles_versions%22%2C%22id_article=%24id_article%22%29%20.%20%22?a=blobdiff_plain;f=RELEASE-NOTES-1.22;h=f0490d4920aba39c679c0794e418178195c1df19;hb=f12b195f6af28144ca6840c7d4c7cccafef788c4;hp=239d997b8e4b206e3e7dfe56a3494617ddb5b72a;hpb=e5c31319930e4f69feddc86fd6eda5d70245c209;p=lhc%2Fweb%2Fwiklou.git diff --git a/RELEASE-NOTES-1.22 b/RELEASE-NOTES-1.22 index 239d997b8e..f0490d4920 100644 --- a/RELEASE-NOTES-1.22 +++ b/RELEASE-NOTES-1.22 @@ -49,6 +49,11 @@ production. * The checkbox for staying in HTTPS displayed on the login form when $wgSecureLogin is enabled has been removed. Instead, whether the user stays in HTTPS will be determined based on the user's preferences, and whether they came from HTTPS or not. +* $wgRC2UDPAddress, $wgRC2UDPInterwikiPrefix, $wgRC2UDPOmitBots, $wgRC2UDPPort, + and $wgRC2UDPPrefix configuration options have been deprecated in favor of a + $wgRCFeeds configuration array. $wgRCFeeds makes both the format and + destination of recent change notifications customizable, and allows for + multiple destinations to be specified. === New features in 1.22 === * (bug 44525) mediawiki.jqueryMsg can now parse (whitelisted) HTML elements and attributes. @@ -107,6 +112,8 @@ production. which can be cascading (previously 'sysop' was hard-coded as the only one). * XHTML5 support has been improved. If you set $wgMimeType = 'application/xhtml+xml' MediaWiki will try outputting markup acording to XHTML5 rules. +* Altered hook 'ProtectionForm::save', adding the reason page protection is + changed as third parameter. * New hook 'TitleSquidURLs' for manipulating the list of URLs to be purged from HTTP caches when a page is changed. * Changed the patrolling system to always show the link for patrolling in case the @@ -193,6 +200,12 @@ production. * Add a mode parameter to tag with potential options of "traditional", "nolines", "packed", "packed-overlay", or "packed-hover". * (bug 47399) A success message is now displayed after changing the password. +* Make thumb.php give HTTP redirects for file redirects +* (bug 30607) Special:ListFiles can now show old versions of files. Additionally + Special:AllMyUploads was introduced so the user can get a list of all things + they have ever uploaded, even if it was subsequently overriden. +* Introduced Special:MyFiles and Special:AllMyFiles as an alias for Special:MyUploads + and Special:AllMyUploads respectively. === Bug fixes in 1.22 === * Disable Special:PasswordReset when $wgEnableEmail is false. Previously one @@ -403,6 +416,11 @@ changes to languages because of Bugzilla reports. have been deprecated in favour of using mw.hook. * The 'showjumplinks' user preference has been removed, jump links are now always included. +* Methods RecentChange::notifyRC2UDP, RecentChange::sendToUDP, and + RecentChange::cleanupForIRC have been deprecated, as it is now the + responsibility of classes implementing the RCFeedFormatter and RCFeedEngine + interfaces to implement the formatting and delivery for recent change + notifications. == Compatibility ==