Page MenuHomePhabricator

Fix flow-conversion-archive-flow-page-name-format for backwards compatibility
Closed, ResolvedPublic

Description

rEFLW02dc3605c6b8: Rename to Structured Discussions I: i18n did not take into account that flow-conversion-archive-flow-page-name-format refers to pages, which were not automatically moved by that commit. That means people will be unable to restore their SD boards when re-enabling (it might create new ones; not tested).

Luckily, it already supports newline-separated variations, but this needs to be done in English and all translations.

Like:

-       "flow-conversion-archive-flow-page-name-format": "%s/Structured Discussions Archive %d\n%s/Structured DiscussionsArchive%d",
+       "flow-conversion-archive-flow-page-name-format": "%s/Structured Discussions Archive %d\n%s/Structured DiscussionsArchive%d\n%s/Flow Archive %d\n%s/FlowArchive%d",

But for all languages, checking the actual past translation (not just updating English and having them re-translate, since it might not match).

Event Timeline

Restricted Application added a subscriber: Aklapper. · View Herald Transcript

Change 405277 had a related patch set uploaded (by Sbisson; owner: Sbisson):
[mediawiki/extensions/Flow@master] Re-add previous patterns to flow archive format

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

Here's the list of all translations for this message: https://translatewiki.net/w/i.php?title=Special%3ATranslations&message=flow-conversion-archive-flow-page-name-format&namespace=8

There's about 17 that need to be looked at and possibly reverted. I've created the patch for en but I guest everything else should be done on TWN.

Change 405277 merged by jenkins-bot:
[mediawiki/extensions/Flow@master] Re-add previous patterns to flow archive format

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

Etonkovidova subscribed.

Checked delete/restore SD pages in Article and Talk namespace - seems to be fine.