aboutsummaryrefslogtreecommitdiffstats
path: root/includes/import/WikiImporter.php
Commit message (Expand)AuthorAgeFilesLines
* Add missing visibility on methods related to import/exportUmherirrender2020-05-091-4/+4
* Use array literals when calling Hooks::run()Tim Starling2020-03-041-1/+2
* Coding style: Auto-fix MediaWiki.Usage.IsNull.IsNullJames D. Forrester2020-01-101-4/+4
* Set method visibility for various constructorsUmherirrender2019-12-031-1/+1
* Improve param docsUmherirrender2019-11-281-2/+2
* Update docblocks for methods potentially returning nullDaimona Eaytoy2019-09-151-1/+2
* Unsuppress phan issues part 6Daimona Eaytoy2019-09-011-0/+3
* Improve type hints in export related classesUmherirrender2019-07-051-1/+1
* Migrate remaining usages of Title::userCan() to PermissionManagerMáté Szabó2019-06-031-8/+17
* Mass conversion to NamespaceInfoAryeh Gregor2019-05-071-2/+5
* Get rid of unnecessary func_get_args() and friendsAryeh Gregor2019-04-121-8/+3
* Collapse some nested if statementsReedy2019-04-041-11/+9
* Make the XML dump schema version configurable.daniel2019-03-211-0/+1
* build: Updating mediawiki/mediawiki-codesniffer to 24.0.0Kunal Mehta2019-02-071-1/+1
* Use PHP 7 '??' operator instead of if-then-elseFomafix2018-10-211-5/+1
* Mass conversion of $wgContLang to serviceAryeh Gregor2018-08-111-3/+4
* Use PHP 7 '??' operator instead of '?:' with 'isset()' where convenientBartosz Dziewoński2018-05-301-2/+2
* Use ::class to resolve class names in includes filesUmherirrender2018-01-271-1/+1
* Move methods for handling external usernames to a dedicated classAmir Sarabadani2018-01-181-40/+15
* [WikiImporter::notice] use wfDebug instead of echo in notice()Yifei He2017-12-221-1/+3
* Require indentation of CASE statements in PHP codeHuji Lee2017-12-101-7/+7
* Merge "Add missing @throws in Importers"jenkins-bot2017-12-061-0/+2
|\
| * Add missing @throws in ImportersWMDE-Fisch2017-12-061-0/+2
* | Avoid DB rows with usable names but ID = 0 by introducing "interwiki" usernamesBrad Jorsch2017-11-301-5/+48
|/
* build: Updating mediawiki/mediawiki-codesniffer to 13.0.0Umherirrender2017-09-251-1/+0
* Add `comment` table and code to start using itBrad Jorsch2017-08-301-1/+4
* Change WikiImporter to now requires the second parameter to be an instance of...Matthew Bowker2017-08-141-5/+1
* Add missing & to @param documentation to match functon callUmherirrender2017-08-111-1/+1
* Remove empty lines at begin of function, if, foreach, switchUmherirrender2017-07-011-3/+2
* Add skipping to nth page option/ability for dump importing processMehmet Mert Yıldıran2017-06-091-0/+21
* includes: Replace implicit Bugzilla bug numbers with Phab onesJames D. Forrester2017-02-211-1/+1
* Disable statistics update on import with maintenance/importDump.phpSubin Siby2017-01-031-15/+27
* Get ConfigFactory & MainConfig from MediaWikiServicesaddshore2016-11-231-1/+2
* Change "slave" => "replica DB" in /includesAaron Schulz2016-09-051-1/+1
* Remove web-request usages of deadlockLoop()Aaron Schulz2016-07-261-6/+3
* Apply $wgMaxArticleSize more exactlyBrad Jorsch2016-06-271-1/+1
* Many more function case mismatchesReedy2016-03-191-4/+4
* Fix numerous class/function casingReedy2016-03-181-1/+1
* Convert all array() syntax to []Kunal Mehta2016-02-171-40/+40
* Split classes in Import.php into separate filesKrzysztof Zbudniewek2015-12-291-0/+1070