From: jenkins-bot Date: Tue, 2 Sep 2014 20:54:51 +0000 (+0000) Subject: Merge "Allow hook subscribers to also overwrite link to title" X-Git-Tag: 1.31.0-rc.0~14191 X-Git-Url: https://git.cyclocoop.org/%28%28?a=commitdiff_plain;h=aca8ab65cc49fa2f942a4e6b9d07504bb2e221ce;p=lhc%2Fweb%2Fwiklou.git Merge "Allow hook subscribers to also overwrite link to title" --- aca8ab65cc49fa2f942a4e6b9d07504bb2e221ce diff --cc RELEASE-NOTES-1.24 index 039cf7090f,09133f7460..659d2d417c --- a/RELEASE-NOTES-1.24 +++ b/RELEASE-NOTES-1.24 @@@ -65,11 -65,10 +65,13 @@@ production may need to adjust your default user settings to compensate for the index change. * $wgDeferredUpdateList is now deprecated, you should use DeferredUpdates::addUpdate() instead. +* $wgCanonicalLanguageLinks has been removed. Per Google recommendations, we + will not send a rel=canonical pointing to a variant-neutral page, however + we will send rel=alternate. === New features in 1.24 === + * Added new argument &$link in hook WatchlistEditorBuildRemoveLine, allowing the + link to the title to be changed. * Added a new hook, "WhatLinksHereProps", to allow extensions to annotate WhatLinksHere entries. * Added a new hook, "ContentGetParserOutput", to customize parser output for