aboutsummaryrefslogtreecommitdiffstats
path: root/includes/Import.php
Commit message (Expand)AuthorAgeFilesLines
* Split classes in Import.php into separate filesKrzysztof Zbudniewek2015-12-291-2054/+0
* PostgreSQL: Add quotes to timestampJeff Janes2015-12-271-1/+1
* Import: Importing no longer accepts too big revisionsThis, that and the other2015-12-231-0/+24
* Import: Properly handle deleted usernames in XML dumpsgeorggi2015-12-211-2/+6
* Handle missing titles and usernames when importing log itemsgeorggi2015-12-191-7/+32
* Replace wfBaseConvert with Wikimedia\base_convertReedy2015-11-241-1/+1
* Merge "Use interwiki cache directly to resolve transwiki import sources"jenkins-bot2015-11-051-16/+31
|\
| * Use interwiki cache directly to resolve transwiki import sourcesThis, that and the other2015-11-051-16/+31
* | Let Import also read CDATA as contentMatthias Mullie2015-11-021-0/+1
* | Set correct parentid on importumherirrender2015-10-091-0/+15
* | Fix issues identified by SpaceBeforeSingleLineComment sniffVivek Ghaisas2015-09-261-4/+4
* | Fix exception in Import, when import of a revision failsaude2015-09-221-5/+13
|/
* Fixed spacingumherirrender2015-06-171-3/+3
* Use mediawiki/at-ease library for suppressing warningsKunal Mehta2015-06-111-2/+2
* Reset Title cache when importing titles.daniel2015-05-241-2/+1
* Make import destination UI more intuitive and clearerThis, that and the other2015-04-221-7/+2
* Enable entity loader and handle errors nicely in WikiImporter constructorThis, that and the other2015-04-111-2/+18
* Merge "Use XML localName when importing"jenkins-bot2015-04-091-15/+15
|\
| * Use XML localName when importingThis, that and the other2015-03-271-15/+15
* | Add null check in WikiImporterThis, that and the other2015-03-301-8/+13
|/
* Made wfFindFile/wfLocalFile callers use explicit "latest" flagsAaron Schulz2015-03-061-0/+1
* Profile all external HTTP requests from MWChad Horohoe2015-03-031-2/+2
* Avoid access to array key that does not existphysikerwelt2015-02-281-5/+6
* Merge "Cache countable statistics to prevent multiple counting on import"Legoktm2015-02-131-2/+38
|\
| * Cache countable statistics to prevent multiple counting on importThis, that and the other2015-02-041-2/+38
* | Clean up state of libxml on failed import.daniel2015-02-111-25/+37
* | Common interface for ImportStreamSource and ImportStringSource.daniel2015-02-101-6/+30
* | Merge "Import: Fix error reporting"jenkins-bot2015-01-281-1/+1
|\ \ | |/ |/|
| * Import: Fix error reportingJeff Janes2014-09-121-1/+1
* | Merge "Proper namespace handling for WikiImporter"jenkins-bot2015-01-051-50/+107
|\ \
| * | Proper namespace handling for WikiImporterThis, that and the other2014-12-101-50/+107
* | | Documented the Classes ImportStringSource and ImportStreamSourceEvan McIntire2014-12-301-2/+5
* | | Change case of class names to match declarationsKevin Israel2014-12-191-9/+9
* | | Replace wfRunHooks calls with direct Hooks::run callsAaron Schulz2014-12-101-6/+6
|/ /
* / Import.php: Use Config instead of globalsKunal Mehta2014-10-221-10/+23
|/
* Fix for Ia9baaf0b: Make previously public variables public againStephan Gambke2014-08-291-15/+15
* Remove wrong @return from doc blocksumherirrender2014-08-251-3/+0
* Drop "left in" debugging var_dump from WikiImporterThiemo Mättig2014-08-221-41/+0
* Merge "Remove unused XMLReader2 class"jenkins-bot2014-07-271-24/+0
|\
| * Remove unused XMLReader2 classThis, that and the other2014-07-261-24/+0
* | Use master DB to check for page existence during importThis, that and the other2014-07-261-0/+1
|/
* Cleanup some docs (includes/*.php)umherirrender2014-07-241-2/+2
* Fixed spacingumherirrender2014-07-241-1/+1
* Fixed spacingumherirrender2014-07-191-1/+1
* Correct doc of WikiImporter::__construct parameterAdrian Lang2014-06-021-4/+4
* Merge "Correctly parse 'redirect' XML tag during Special:Import."jenkins-bot2014-05-281-9/+29
|\
| * Correctly parse 'redirect' XML tag during Special:Import.Sebastian Brückner2014-05-281-9/+29
* | Merge "Introduce ContentHandler::importTransform."jenkins-bot2014-05-271-13/+27
|\ \ | |/ |/|
| * Introduce ContentHandler::importTransform.daniel2014-05-201-13/+27
* | Inserted test whether the resource 'uploadsource' is already registered.Alexander Lehmann2014-05-201-1/+3
|/