My program relies on an API option in Media wiki
After reinstalling mediawiki on Ubuntu 16.10, the option no longer exists:
Because of this:
How can I get this option back?
My program relies on an API option in Media wiki
After reinstalling mediawiki on Ubuntu 16.10, the option no longer exists:
Because of this:
How can I get this option back?
You could grap the ApiFormatTxt
class form 1.26, update it for any changes since and add it to your MediaWiki installation. Of course, rewriting your code to use JSON takes much less time and makes it more robust.