Last modified: 2007-12-04 20:10:14 UTC
I've downloaded the latest apiedit from SVN, and there's a bug in delete. When trying to run action=delete, the API returns the following: Fatal error: Call to undefined method ApiDelete::requestWriteMode() in /var/www/phase3/includes/api/ApiDelete.php on line 87 I assume it's inheriting correctly, but I'm still looking for how to fix it. However, I wanted to log it anyway.
Created attachment 4404 [details] Patch for requestWriteMode
ApiDelete and friends have been merged to trunk (r28051), where the bug was fixed (r28052 and r28053). The apiedit branch is obsolete right now. I'm keeping it around just in case someone decides to revert r28051.