Brion VIBBER has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/317220

Change subject: Switch TitleKey to use TitleMoveCompleting hook
......................................................................

Switch TitleKey to use TitleMoveCompleting hook

This keeps the titlekey update inside the main transaction so it
doesn't get lost in post-edit updates. Should improve consistency
in case of unexpected failures, and may also help in places where
the deferred updates are run in odd ways.

Bug: T148860
Change-Id: Iff51e928456d04889232f8a18dd1fdfb2a9d541e
---
M extension.json
1 file changed, 1 insertion(+), 1 deletion(-)


  git pull ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/TitleKey 
refs/changes/20/317220/1

diff --git a/extension.json b/extension.json
index c650a27..51c76ff 100644
--- a/extension.json
+++ b/extension.json
@@ -34,7 +34,7 @@
                "ArticleUndelete": [
                        "TitleKey::updateUndelete"
                ],
-               "TitleMoveComplete": [
+               "TitleMoveCompleting": [
                        "TitleKey::updateMove"
                ],
                "ParserTestTables": [

-- 
To view, visit https://gerrit.wikimedia.org/r/317220
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: Iff51e928456d04889232f8a18dd1fdfb2a9d541e
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/TitleKey
Gerrit-Branch: master
Gerrit-Owner: Brion VIBBER <[email protected]>

_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to