aboutsummaryrefslogtreecommitdiffstats
path: root/maintenance/importDump.php
Commit message (Expand)AuthorAgeFilesLines
* Merge "Fix option name in maintenance/importDump.php"jenkins-bot2018-10-041-1/+1
|\
| * Fix option name in maintenance/importDump.phpBrad Jorsch2018-10-031-1/+1
* | Mass conversion of $wgContLang to serviceAryeh Gregor2018-08-111-3/+5
|/
* Use ::class to resolve class names in maintenance scriptsUmherirrender2018-01-231-1/+1
* [WikiImporter::notice] use wfDebug instead of echo in notice()Yifei He2017-12-221-0/+3
* Merge "Add missing @throws in Importers"jenkins-bot2017-12-061-0/+1
|\
| * Add missing @throws in ImportersWMDE-Fisch2017-12-061-0/+1
* | Avoid DB rows with usable names but ID = 0 by introducing "interwiki" usernamesBrad Jorsch2017-11-301-0/+12
* | Maintenance: add fatalError() methodBryan Davis2017-11-211-3/+3
|/
* importDump.php: Declare uploadCount propertyMark A. Hershberger2017-08-261-0/+1
* Add skipping to nth page option/ability for dump importing processMehmet Mert Yıldıran2017-06-091-0/+6
* Disable statistics update on import with maintenance/importDump.phpSubin Siby2017-01-031-1/+5
* Convert all array() syntax to []Kunal Mehta2016-02-171-6/+6
* Fix a bunch of call-time pass-by-reference errorsMax Semenik2016-02-101-4/+4
* Use addDescription() instead of accessing mDescription directlyMax Semenik2016-01-301-2/+4
* Update wfGetDB calls in Maintenance scripts to use getDB()Reedy2016-01-021-1/+1
* Add --rootpage parameter to importDump.phpAndrew H2015-12-271-0/+10
* Handle missing titles and usernames when importing log itemsgeorggi2015-12-191-3/+11
* phpcs: Fix some "Assignment expression not allowed"umherirrender2015-11-011-1/+2
* Remove DeferredUpdates::doUpdates call in CLI scriptsAaron Schulz2015-10-201-2/+0
* Import.php: Use Config instead of globalsKunal Mehta2014-10-221-1/+1
* Throw exception in importDump instead of dumping a random backtrace and erroringChad Horohoe2014-07-281-2/+1
* Always return bool in BackupReader::handleUploadumherirrender2014-07-211-1/+3
* Update formatting in maintenance/ (3/4)Siebrand Mazeland2014-04-231-0/+6
* Pass phpcs-strict on maintenance/ (5/8)Siebrand Mazeland2014-04-231-3/+10
* Fixed some @params documentation (maintenance)umherirrender2014-04-171-4/+3
* Change URLs to mediawiki.org in comments to HTTPSLadsgroup2014-03-201-2/+2
* phpcs: More require/include is not a functionTimo Tijhof2013-05-211-1/+1
* phpcs: Fix WhiteSpace.LanguageConstructSpacing warningsTimo Tijhof2013-05-091-1/+1
* Fixed some spacing in maintenance folderumherirrender2013-04-181-10/+10
* Added/Removed spaces around string concatenationumherirrender2013-04-131-1/+1
* Clean up: Declare variables with public instead of varMarius Hoch2012-09-141-7/+7
* Remove usage of wfTime() in maintenanceAlexandre Emsenhuber2012-09-041-2/+2
* Use __DIR__ instead of dirname( __FILE__ )jeroendedauw2012-08-271-1/+1
* Improve documentation of maintenance scripts.Alexandre Emsenhuber2012-07-241-1/+5
* Fixed reporting in importDump.txtMax Semenik2012-01-111-1/+1
* More documentation updatesSam Reed2011-10-281-5/+11
* Remove some unused getting of non existent argumentsSam Reed2011-10-181-2/+6
* Refactor deferrable updates into classes & interfaces, also add helper method...Chad Horohoe2011-09-101-1/+1
* Sanity check report size to avoid division by zeroAaron Schulz2011-09-061-0/+4
* (bug 30172) posix_isatty() fallback does not work when the function has been ...Chad Horohoe2011-08-021-1/+1
* Add --no-updates flag to importDump.php that allows the user to skip updating...Roan Kattouw2011-08-021-0/+4
* Remove some unused variables, add/improve some documentationSam Reed2011-06-011-2/+2
* Report importDump to subclass MaintenanceChad Horohoe2011-05-211-82/+63
* Follow-up r87176: Make importDump.php import filesBryan Tong Minh2011-05-151-0/+11
* Merge r86398 into the old wfWaitForSlaves. Update core calls.Platonides2011-04-201-1/+1
* Ugly bug 24375 hackAaron Schulz2011-03-201-2/+5
* * Bug 27823 - Re-enable functionality of --uploads option of importDump.php; ...Mark A. Hershberger2011-03-041-1/+51
* * bug 27263: importDump.php now finally has --help text, also shown when stdi...Brion Vibber2011-02-081-1/+36
* Whitespace fixup under tha maint directory.Mark A. Hershberger2010-12-041-3/+3