| Commit message (Expand) | Author | Age | Files | Lines |
* | Split classes in Import.php into separate files | Krzysztof Zbudniewek | 2015-12-29 | 1 | -2054/+0 |
* | PostgreSQL: Add quotes to timestamp | Jeff Janes | 2015-12-27 | 1 | -1/+1 |
* | Import: Importing no longer accepts too big revisions | This, that and the other | 2015-12-23 | 1 | -0/+24 |
* | Import: Properly handle deleted usernames in XML dumps | georggi | 2015-12-21 | 1 | -2/+6 |
* | Handle missing titles and usernames when importing log items | georggi | 2015-12-19 | 1 | -7/+32 |
* | Replace wfBaseConvert with Wikimedia\base_convert | Reedy | 2015-11-24 | 1 | -1/+1 |
* | Merge "Use interwiki cache directly to resolve transwiki import sources" | jenkins-bot | 2015-11-05 | 1 | -16/+31 |
|\ |
|
| * | Use interwiki cache directly to resolve transwiki import sources | This, that and the other | 2015-11-05 | 1 | -16/+31 |
* | | Let Import also read CDATA as content | Matthias Mullie | 2015-11-02 | 1 | -0/+1 |
* | | Set correct parentid on import | umherirrender | 2015-10-09 | 1 | -0/+15 |
* | | Fix issues identified by SpaceBeforeSingleLineComment sniff | Vivek Ghaisas | 2015-09-26 | 1 | -4/+4 |
* | | Fix exception in Import, when import of a revision fails | aude | 2015-09-22 | 1 | -5/+13 |
|/ |
|
* | Fixed spacing | umherirrender | 2015-06-17 | 1 | -3/+3 |
* | Use mediawiki/at-ease library for suppressing warnings | Kunal Mehta | 2015-06-11 | 1 | -2/+2 |
* | Reset Title cache when importing titles. | daniel | 2015-05-24 | 1 | -2/+1 |
* | Make import destination UI more intuitive and clearer | This, that and the other | 2015-04-22 | 1 | -7/+2 |
* | Enable entity loader and handle errors nicely in WikiImporter constructor | This, that and the other | 2015-04-11 | 1 | -2/+18 |
* | Merge "Use XML localName when importing" | jenkins-bot | 2015-04-09 | 1 | -15/+15 |
|\ |
|
| * | Use XML localName when importing | This, that and the other | 2015-03-27 | 1 | -15/+15 |
* | | Add null check in WikiImporter | This, that and the other | 2015-03-30 | 1 | -8/+13 |
|/ |
|
* | Made wfFindFile/wfLocalFile callers use explicit "latest" flags | Aaron Schulz | 2015-03-06 | 1 | -0/+1 |
* | Profile all external HTTP requests from MW | Chad Horohoe | 2015-03-03 | 1 | -2/+2 |
* | Avoid access to array key that does not exist | physikerwelt | 2015-02-28 | 1 | -5/+6 |
* | Merge "Cache countable statistics to prevent multiple counting on import" | Legoktm | 2015-02-13 | 1 | -2/+38 |
|\ |
|
| * | Cache countable statistics to prevent multiple counting on import | This, that and the other | 2015-02-04 | 1 | -2/+38 |
* | | Clean up state of libxml on failed import. | daniel | 2015-02-11 | 1 | -25/+37 |
* | | Common interface for ImportStreamSource and ImportStringSource. | daniel | 2015-02-10 | 1 | -6/+30 |
* | | Merge "Import: Fix error reporting" | jenkins-bot | 2015-01-28 | 1 | -1/+1 |
|\ \
| |/
|/| |
|
| * | Import: Fix error reporting | Jeff Janes | 2014-09-12 | 1 | -1/+1 |
* | | Merge "Proper namespace handling for WikiImporter" | jenkins-bot | 2015-01-05 | 1 | -50/+107 |
|\ \ |
|
| * | | Proper namespace handling for WikiImporter | This, that and the other | 2014-12-10 | 1 | -50/+107 |
* | | | Documented the Classes ImportStringSource and ImportStreamSource | Evan McIntire | 2014-12-30 | 1 | -2/+5 |
* | | | Change case of class names to match declarations | Kevin Israel | 2014-12-19 | 1 | -9/+9 |
* | | | Replace wfRunHooks calls with direct Hooks::run calls | Aaron Schulz | 2014-12-10 | 1 | -6/+6 |
|/ / |
|
* / | Import.php: Use Config instead of globals | Kunal Mehta | 2014-10-22 | 1 | -10/+23 |
|/ |
|
* | Fix for Ia9baaf0b: Make previously public variables public again | Stephan Gambke | 2014-08-29 | 1 | -15/+15 |
* | Remove wrong @return from doc blocks | umherirrender | 2014-08-25 | 1 | -3/+0 |
* | Drop "left in" debugging var_dump from WikiImporter | Thiemo Mättig | 2014-08-22 | 1 | -41/+0 |
* | Merge "Remove unused XMLReader2 class" | jenkins-bot | 2014-07-27 | 1 | -24/+0 |
|\ |
|
| * | Remove unused XMLReader2 class | This, that and the other | 2014-07-26 | 1 | -24/+0 |
* | | Use master DB to check for page existence during import | This, that and the other | 2014-07-26 | 1 | -0/+1 |
|/ |
|
* | Cleanup some docs (includes/*.php) | umherirrender | 2014-07-24 | 1 | -2/+2 |
* | Fixed spacing | umherirrender | 2014-07-24 | 1 | -1/+1 |
* | Fixed spacing | umherirrender | 2014-07-19 | 1 | -1/+1 |
* | Correct doc of WikiImporter::__construct parameter | Adrian Lang | 2014-06-02 | 1 | -4/+4 |
* | Merge "Correctly parse 'redirect' XML tag during Special:Import." | jenkins-bot | 2014-05-28 | 1 | -9/+29 |
|\ |
|
| * | Correctly parse 'redirect' XML tag during Special:Import. | Sebastian Brückner | 2014-05-28 | 1 | -9/+29 |
* | | Merge "Introduce ContentHandler::importTransform." | jenkins-bot | 2014-05-27 | 1 | -13/+27 |
|\ \
| |/
|/| |
|
| * | Introduce ContentHandler::importTransform. | daniel | 2014-05-20 | 1 | -13/+27 |
* | | Inserted test whether the resource 'uploadsource' is already registered. | Alexander Lehmann | 2014-05-20 | 1 | -1/+3 |
|/ |
|