On Mon, Dec 5, 2011 at 8:16 PM, Daniel Barrett danb@vistaprint.com wrote:
I see these functions are gone in 1.18.0, and I'm happy to do things the "right way"... so is there any documentation on using the QueryPage class within an extension? Or an example that's outside of the core?
Not really, but you should be able to create a QueryPage subclass in an extension, set $wgSpecialPages['specialpagename'] = 'SpecialPageClass'; , add to $wgQueryPages (I forget the exact format there), and you should be all set.
Roan