Hi all,
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.