* Roan Kattouw roan.kattouw@gmail.com [Tue, 16 Nov 2010 18:10:51 +0100]:
2010/11/16 Cindy Cicalese cicalese@mitre.org:
$wgUseAjax = true; $wgAjaxExportList[] = 'testQueryPopulateDiv';
This AJAX framework is obsolete. You should use the bot API for AJAX instead. Documentation is at http://www.mediawiki.org/wiki/API . There's a section on how to create your own modules from an extension too.
What if my ajax call PHP function is required for extension's client scripts only and is meaningless to bots? (On-page interactivity). Why should everything to be an API, ajax is more than bots? Dmitriy