https://bugzilla.wikimedia.org/show_bug.cgi?id=67875
Kunal Mehta (Legoktm) <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #1 from Kunal Mehta (Legoktm) <[email protected]> --- The least-evil idea I could come up with is just setting $wgHooks['AbortMove'] = array(); while moving pages, and then resetting it afterwards. Out of WMF-deployed extensions, grep found: * AbuseFilter * EducationProgram * JsonConfig * LiquidThreads * TitleBlacklist (also could block page moves) * WikimediaIncubator The only extension where such a thing would be unsafe looks to be LQT...it's doing some scary database updates in an abort hook??? -- You are receiving this mail because: You are the assignee for the bug. You are on the CC list for the bug. _______________________________________________ Wikibugs-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
