-----Original Message----- From: Robert Cummings On: Wednesday, April 08, 2009 5:05 PM
Is this the right list to ask questions about extension development or do I want another list? The wikitech-l didn't seem like a great match either.
Specifically I'm looking for information about the correct hook to use to process submitted content just before it is committed to the database. I'm currently using $wgHooks['EditPage::attemptSave'] successfully, but this feels dirty since I'm directly accessing the textbox1 property of the object.
Thanks in advance, Rob.
_______________________________________________
Hi Rob,
Yes this is a good list to ask.
Another hook you might try is ArticleSave. http://www.mediawiki.org/wiki/Manual:Hooks/ArticleSave
Have you looked at the hook list? http://www.mediawiki.org/wiki/Manual:MediaWiki_hooks#Hooks_grouped_by_functi...
Good luck and happy extending! -Courtney