On Sat, Feb 9, 2008 at 7:50 PM, Bryan Tong Minh bryan.tongminh@gmail.com wrote:
Hello,
I was looking at hooks, in particular ArticleDeleteComplete, and noticed that they are called from a function that is quite in the front end 'doDelete'. When an article is deleted via the API, it calls the backend function 'doDeleteArticle'. This means that the hooks related to article deletion are never called. Is this intended?
Bryan
I looked a little bit further into this, and it appears to me that actions in ApiEdit are basically implemented in two ways: using FauxRequest or by directly calling the backend functions. In the latter case certain hooks may be skipped. Thoughts on this?
Bryan