On Tue, Oct 28, 2008 at 7:07 PM, . . <[EMAIL PROTECTED]> 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 > [email protected] > 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 _______________________________________________ Mediawiki-api mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-api
