Last modified: 2014-06-25 01:25:31 UTC
Examples: https://www.mediawiki.org/w/index.php?title=MediaWiki:I_hope_this_doesn%27t_work&action=history and https://www.mediawiki.org/w/index.php?title=User_talk:Legoktm/Foo&action=history How to reproduce: Go to [[mw:Special:ApiSandbox]]: * action=flow * page= page you want to blank * params={"topic_list": {"topic": "Topic!", "content": "Content!"}} * token=Flow token from API, +\ if you're logged out Press Make request, and the page will be replaced with the string: "This talk page has been taken over by a [https://www.mediawiki.org/wiki/Special:MyLanguage/Flow_Portal Flow board]." Quick fix: Stick a $title->userCan('edit', $this->getUser()) check in ApiFlow
That one's a bad one!
Bumping to highest (this should probably even be immediate).
After brief chat with James_F, bumping to immediate/blocker
Ic331595ddc1014657e9582b657b0351044ae327d
Err, didn't mean to change the fields.
cherry-picked to 1.23wmf11 and deployed