index
:
mediawikicore.git
REL1_39
REL1_40
REL1_41
REL1_42
REL1_43
development
fundraising/REL1_39
fundraising/REL1_43
master
wmf/1.44.0-wmf.21
wmf/1.44.0-wmf.22
wmf/1.44.0-wmf.23
wmf/branch_cut_pretest
wmf/next
The collaborative editing software that runs Wikipedia.
Tyler Davis
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
maintenance
/
importDump.php
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge "Fix option name in maintenance/importDump.php"
jenkins-bot
2018-10-04
1
-1
/
+1
|
\
|
*
Fix option name in maintenance/importDump.php
Brad Jorsch
2018-10-03
1
-1
/
+1
*
|
Mass conversion of $wgContLang to service
Aryeh Gregor
2018-08-11
1
-3
/
+5
|
/
*
Use ::class to resolve class names in maintenance scripts
Umherirrender
2018-01-23
1
-1
/
+1
*
[WikiImporter::notice] use wfDebug instead of echo in notice()
Yifei He
2017-12-22
1
-0
/
+3
*
Merge "Add missing @throws in Importers"
jenkins-bot
2017-12-06
1
-0
/
+1
|
\
|
*
Add missing @throws in Importers
WMDE-Fisch
2017-12-06
1
-0
/
+1
*
|
Avoid DB rows with usable names but ID = 0 by introducing "interwiki" usernames
Brad Jorsch
2017-11-30
1
-0
/
+12
*
|
Maintenance: add fatalError() method
Bryan Davis
2017-11-21
1
-3
/
+3
|
/
*
importDump.php: Declare uploadCount property
Mark A. Hershberger
2017-08-26
1
-0
/
+1
*
Add skipping to nth page option/ability for dump importing process
Mehmet Mert Yıldıran
2017-06-09
1
-0
/
+6
*
Disable statistics update on import with maintenance/importDump.php
Subin Siby
2017-01-03
1
-1
/
+5
*
Convert all array() syntax to []
Kunal Mehta
2016-02-17
1
-6
/
+6
*
Fix a bunch of call-time pass-by-reference errors
Max Semenik
2016-02-10
1
-4
/
+4
*
Use addDescription() instead of accessing mDescription directly
Max Semenik
2016-01-30
1
-2
/
+4
*
Update wfGetDB calls in Maintenance scripts to use getDB()
Reedy
2016-01-02
1
-1
/
+1
*
Add --rootpage parameter to importDump.php
Andrew H
2015-12-27
1
-0
/
+10
*
Handle missing titles and usernames when importing log items
georggi
2015-12-19
1
-3
/
+11
*
phpcs: Fix some "Assignment expression not allowed"
umherirrender
2015-11-01
1
-1
/
+2
*
Remove DeferredUpdates::doUpdates call in CLI scripts
Aaron Schulz
2015-10-20
1
-2
/
+0
*
Import.php: Use Config instead of globals
Kunal Mehta
2014-10-22
1
-1
/
+1
*
Throw exception in importDump instead of dumping a random backtrace and erroring
Chad Horohoe
2014-07-28
1
-2
/
+1
*
Always return bool in BackupReader::handleUpload
umherirrender
2014-07-21
1
-1
/
+3
*
Update formatting in maintenance/ (3/4)
Siebrand Mazeland
2014-04-23
1
-0
/
+6
*
Pass phpcs-strict on maintenance/ (5/8)
Siebrand Mazeland
2014-04-23
1
-3
/
+10
*
Fixed some @params documentation (maintenance)
umherirrender
2014-04-17
1
-4
/
+3
*
Change URLs to mediawiki.org in comments to HTTPS
Ladsgroup
2014-03-20
1
-2
/
+2
*
phpcs: More require/include is not a function
Timo Tijhof
2013-05-21
1
-1
/
+1
*
phpcs: Fix WhiteSpace.LanguageConstructSpacing warnings
Timo Tijhof
2013-05-09
1
-1
/
+1
*
Fixed some spacing in maintenance folder
umherirrender
2013-04-18
1
-10
/
+10
*
Added/Removed spaces around string concatenation
umherirrender
2013-04-13
1
-1
/
+1
*
Clean up: Declare variables with public instead of var
Marius Hoch
2012-09-14
1
-7
/
+7
*
Remove usage of wfTime() in maintenance
Alexandre Emsenhuber
2012-09-04
1
-2
/
+2
*
Use __DIR__ instead of dirname( __FILE__ )
jeroendedauw
2012-08-27
1
-1
/
+1
*
Improve documentation of maintenance scripts.
Alexandre Emsenhuber
2012-07-24
1
-1
/
+5
*
Fixed reporting in importDump.txt
Max Semenik
2012-01-11
1
-1
/
+1
*
More documentation updates
Sam Reed
2011-10-28
1
-5
/
+11
*
Remove some unused getting of non existent arguments
Sam Reed
2011-10-18
1
-2
/
+6
*
Refactor deferrable updates into classes & interfaces, also add helper method...
Chad Horohoe
2011-09-10
1
-1
/
+1
*
Sanity check report size to avoid division by zero
Aaron Schulz
2011-09-06
1
-0
/
+4
*
(bug 30172) posix_isatty() fallback does not work when the function has been ...
Chad Horohoe
2011-08-02
1
-1
/
+1
*
Add --no-updates flag to importDump.php that allows the user to skip updating...
Roan Kattouw
2011-08-02
1
-0
/
+4
*
Remove some unused variables, add/improve some documentation
Sam Reed
2011-06-01
1
-2
/
+2
*
Report importDump to subclass Maintenance
Chad Horohoe
2011-05-21
1
-82
/
+63
*
Follow-up r87176: Make importDump.php import files
Bryan Tong Minh
2011-05-15
1
-0
/
+11
*
Merge r86398 into the old wfWaitForSlaves. Update core calls.
Platonides
2011-04-20
1
-1
/
+1
*
Ugly bug 24375 hack
Aaron Schulz
2011-03-20
1
-2
/
+5
*
* Bug 27823 - Re-enable functionality of --uploads option of importDump.php; ...
Mark A. Hershberger
2011-03-04
1
-1
/
+51
*
* bug 27263: importDump.php now finally has --help text, also shown when stdi...
Brion Vibber
2011-02-08
1
-1
/
+36
*
Whitespace fixup under tha maint directory.
Mark A. Hershberger
2010-12-04
1
-3
/
+3
[next]