https://bugzilla.wikimedia.org/show_bug.cgi?id=60808
Brad Jorsch <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #1 from Brad Jorsch <[email protected]> --- In the situation as described, yes, the API edit should be failed via the appropriate hooks. You should probably use both APIEditBeforeSave and PageContentSave, the former to give a useful error message to API clients and the latter to catch any other code paths (e.g. Extension:TranslationNotifications) that might try to write to a page. -- You are receiving this mail because: You are on the CC list for the bug. _______________________________________________ Wikibugs-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
