aboutsummaryrefslogtreecommitdiffstats
path: root/includes/export/WikiExporter.php
Commit message (Expand)AuthorAgeFilesLines
...
* Avoid Database::tableName in WikiExporterUmherirrender2019-09-121-15/+23
* Unsuppress another phan issue (part 7)Daimona Eaytoy2019-09-031-3/+2
* Merge "Improve type hints in export related classes"jenkins-bot2019-07-251-2/+2
|\
| * Improve type hints in export related classesUmherirrender2019-07-051-2/+2
* | Avoid usage of deprecated Revision::* constants, use RevisionRecordDerick Alangi2019-07-211-1/+2
* | Add fields and docs to WikiExporterDaimona Eaytoy2019-07-091-2/+14
|/
* Add support for xml dump schema 0.11daniel2019-06-271-2/+2
* Join slot and content tables when dumping XMLdaniel2019-06-271-20/+77
* Use IResultWrapper in code comments instead of ResultWrapperAaron Schulz2019-06-221-3/+3
* Remove unnecessary semi-colonsDerick Alangi2019-06-121-1/+1
* always order by page_id for dumps of current revisionsAriel T. Glenn2019-05-271-0/+1
* allow xml page content or metadata dumps to target specific namespacesAriel T. Glenn2019-04-181-1/+11
* for exports, make sure we compare page titles as strings onlyAriel T. Glenn2019-04-061-2/+2
* Make the XML dump schema version configurable.daniel2019-03-211-3/+16
* Merge "Make BackupDumper MCR compatible (main slot only)"jenkins-bot2019-03-201-6/+7
|\
| * Make BackupDumper MCR compatible (main slot only)daniel2019-03-141-6/+7
* | Normalize use of "INNER JOIN" to "JOIN" in database queriesAaron Schulz2019-03-061-3/+3
|/
* Use htmlspecialchars() not htmlentities in xml export for validityBrian Wolff2019-02-171-2/+2
* Fix for missing end tag </page> on some exportsBill Pirkle2018-10-311-36/+42
* fix stubs dump query to use straight joinAriel T. Glenn2018-10-231-2/+3
* Replace WikiExporter streaming (unbuffered) mode with batched queriesBill Pirkle2018-09-281-223/+198
* Allow dumps to function with MCR in read-new mode.daniel2018-09-071-1/+13
* Add `actor` table and code to start using itBrad Jorsch2018-02-231-33/+42
* Pass $key into CommentStore methods and use MediawikiServicesaddshore2018-02-051-2/+2
* Add `comment` table and code to start using itBrad Jorsch2017-08-301-5/+18
* Add missing @param and @return documentationUmherirrender2017-08-111-0/+1
* Add missing & to @param documentation to match functon callUmherirrender2017-08-111-1/+1
* build: Update mediawiki/mediawiki-codesniffer to 0.10.1Kunal Mehta2017-07-221-14/+14
* Move IDatabase/IMaintainableDatabase to Rdbms namespaceAaron Schulz2017-03-281-0/+1
* Move ResultWrapper subclasses to RdbmsAaron Schulz2017-03-031-0/+2
* Miscellaneous indentation tweaksBartosz Dziewoński2017-02-271-1/+1
* add option to XML dump stubs of page ranges with explicit rev_id orderingAriel T. Glenn2016-06-221-8/+24
* Convert all array() syntax to []Kunal Mehta2016-02-171-21/+21
* Fix corrupt ©Reedy2015-12-311-1/+1
* Split Export.php classes into seperate filesmhutti12015-12-281-0/+469