Page MenuHomePhabricator

Figure a way to keep usermerge log entries
Closed, ResolvedPublic

Description

We should probably figure a way to keep Special:Log/usermerge entries even after the extension is undeployed, because this feature was used and it keeps important data (specially on Wikivoyages). Thanks.

Event Timeline

greg subscribed.

Adding core-platform team to this subtask as we're not sure how to do this. Please help! :)

The canonical way to do this is to write a UserMergeLogEntries extension that does nothing but define the log type and the associated system messages exactly the same way the UserMerge extension does it.

Another solution might by to just declare the log type by adding something to $wgLogTypes in the config, and adding the necessary system messages to wikimedia-messages. This might be sufficient, but I have not investigated.

Change 752150 had a related patch set uploaded (by Majavah; author: Majavah):

[mediawiki/extensions/WikimediaMessages@master] Add placeholders for UserMerge log entries

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

Change 752150 merged by jenkins-bot:

[mediawiki/extensions/WikimediaMessages@master] Add placeholders for UserMerge log entries

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

taavi claimed this task.