Merge "Allow hook subscribers to also overwrite link to title"
authorjenkins-bot <jenkins-bot@gerrit.wikimedia.org>
Tue, 2 Sep 2014 20:54:51 +0000 (20:54 +0000)
committerGerrit Code Review <gerrit@wikimedia.org>
Tue, 2 Sep 2014 20:54:51 +0000 (20:54 +0000)
1  2 
RELEASE-NOTES-1.24
docs/hooks.txt

@@@ -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
diff --cc docs/hooks.txt
Simple merge