On Tue Dec 22 21:58:15 2009, gms8994 wrote:
Show quoted text> It would be nice if MediaWiki::API supported the ability to suggest that
> no edits should actually be done. This way, code can be tested against a
> MediaWiki installation, without actually changing anything within the
> Wiki.
to do this, I would have to check all api actions that can "change"
data, and if mediawiki ever added a new one, it wouldnt detect it. Why
not just simulate this in your app, by making your own function call
that passes the data onto the api via my module, but checks a flag you
have set?