wiki.techinc.nl/includes/export
Kevin Israel 81d5d8adc2 ApiQuery: Don't mess with PHP output buffering
Specifically, it is not necessary to use output buffering functions
to capture XML generated by the export code because it is already
possible to set the "output sink" object to be used.

* Created a DumpStringOutput class, which appends all output to a
  string property rather than printing output immediately.
* Used that class, instead of ob_start() and ob_get_clean(), in
  ApiQuery and ExportTest.

Change-Id: I238f5d5ec7fd442c845b25cb59ef81ac3285099f
2016-07-08 18:30:55 -04:00
..
Dump7ZipOutput.php Add 7zip compression level param to BackupDumper 2015-12-31 18:18:18 +00:00
DumpBZip2Output.php
DumpDBZip2Output.php Refactor dumpBackup.php and dumpTextPass.php to be Maintenance subclasses 2015-12-31 20:46:54 +11:00
DumpFileOutput.php
DumpFilter.php
DumpGZipOutput.php
DumpLatestFilter.php
DumpMultiWriter.php Convert all array() syntax to [] 2016-02-17 01:33:00 -08:00
DumpNamespaceFilter.php Convert all array() syntax to [] 2016-02-17 01:33:00 -08:00
DumpNotalkFilter.php
DumpOutput.php
DumpPipeOutput.php Convert all array() syntax to [] 2016-02-17 01:33:00 -08:00
DumpStringOutput.php ApiQuery: Don't mess with PHP output buffering 2016-07-08 18:30:55 -04:00
WikiExporter.php add option to XML dump stubs of page ranges with explicit rev_id ordering 2016-06-22 22:05:55 +03:00
XmlDumpWriter.php Many more function case mismatches 2016-03-19 00:20:58 +00:00