Reported by @Pppery on Discord
Steps to replicate the issue (include links if applicable):
- Create a page in mainspace
- New page patroller marks it as reviewed
- Non-autopatrolled moves the page to another title in mainspace
What happens?:
- Page is automatically marked as unreviewed during the page move
What should have happened instead?:
- Page keeps its reviewed/unreviewed status, except for special cases such as autopatrolled, redirect flipping to article, etc.
Software version (on Special:Version page; skip for WMF-hosted wikis like Wikipedia):
Other information (browser name/version, screenshots, etc.):
- Possibly caused by https://gerrit.wikimedia.org/r/c/mediawiki/extensions/PageTriage/+/987142 ?
- We could add an integration test to keep this from coming back once we fix it. Can add it to HooksTest.php and @covers \MediaWiki\Extension\PageTriage\Hooks::onPageMoveComplete()