* API: (bug 17007) Add export functionality to the API
authorRoan Kattouw <catrope@users.mediawiki.org>
Mon, 2 Feb 2009 20:07:33 +0000 (20:07 +0000)
committerRoan Kattouw <catrope@users.mediawiki.org>
Mon, 2 Feb 2009 20:07:33 +0000 (20:07 +0000)
commit5e5684ec7735381cac31dc8dfe8c867e449ada09
tree080555b7f5b119adb140dda7139722138ee48ec6
parent4b8cd4db88321e47e8e267377834abf27356c721
* API: (bug 17007) Add export functionality to the API
* Accessed through the export and exportnowrap parameters added to action=query
* To facilitate &exportnowrap, add ApiFormatRaw, a formatter that just spits out its input without any formatting (not accessible through &format= of course)
* Fix up the action=query description message to reflect the deprecation of query.php
RELEASE-NOTES
includes/AutoLoader.php
includes/api/ApiFormatRaw.php [new file with mode: 0644]
includes/api/ApiQuery.php