On Tue, Oct 28, 2008 at 7:07 PM, . . mrmuk8@gmail.com wrote:
Hi all, I haven't found an answer to this elsewhere, so I'm posing the question here.
Is it possible to use a newer version of the mediawiki api (perhaps by copying api.php from a newer version) with an older MW installation? I am on MW 1.12 and would like to use the edit feature introduced in MW 1.13, but without the effort of upgrading our entire wiki. Is this possible?
Thanks for your help. Matthew
Mediawiki-api mailing list Mediawiki-api@lists.wikimedia.org https://lists.wikimedia.org/mailman/listinfo/mediawiki-api
Probably not. There were some backend changes necessary for the edit api to work. That said, you can always try to copy EditPage.php along as well.
Bryan