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
/
moveBatch.php
Commit message (
Expand
)
Author
Age
Files
Lines
*
Test moveBatch.php
Dreamy Jazz
2024-08-29
1
-1
/
+1
*
Exclude boilerplate maintenance code from code coverage reports
Dreamy Jazz
2024-08-27
1
-0
/
+4
*
Maintenance: Print errors from StatusValue objects in a consistent way
Bartosz DziewoĆski
2024-06-12
1
-1
/
+2
*
maintenance: Introduce getReplicaDB() and getPrimaryDB()
Amir Sarabadani
2024-01-18
1
-1
/
+1
*
Namespace User under \MediaWiki\User
James D. Forrester
2023-09-19
1
-0
/
+1
*
maintenance: Begin using `Maintenance::getServiceContainer()`
Derick Alangi
2023-09-04
1
-2
/
+1
*
Reorg: Namespace the Title class
James D. Forrester
2023-03-02
1
-0
/
+1
*
Reorg: Move StubObject classes in includes to its own directory
Amir Sarabadani
2022-10-25
1
-0
/
+1
*
MoveBatch.php: Minor code cleanup
Reedy
2021-11-24
1
-10
/
+6
*
Emit deprecation warnings reading from $wgUser
DannyS712
2021-09-15
1
-3
/
+1
*
Replace uses of DB_MASTER with DB_PRIMARY
James D. Forrester
2021-04-29
1
-1
/
+1
*
Remove usage line for moveBatch.php
Zppix
2021-03-03
1
-9
/
+0
*
maintenance scripts: Reduce direct references to $wgUser
DannyS712
2020-06-05
1
-6
/
+7
*
Coding style: Auto-fix MediaWiki.Usage.IsNull.IsNull
James D. Forrester
2020-01-10
1
-1
/
+1
*
Do not output wikitext in maintenance script
Umherirrender
2019-09-20
1
-1
/
+1
*
Introduce MovePageFactory
Aryeh Gregor
2019-08-19
1
-1
/
+4
*
maintenance: Deprecate Maintenance::hasArg/getArg with no param
Thiemo Kreuz
2019-03-29
1
-2
/
+2
*
build: Updating mediawiki/mediawiki-codesniffer to 24.0.0
Kunal Mehta
2019-02-07
1
-1
/
+0
*
Remove wfWaitForSlaves when using Maintenance::commitTransaction
Umherirrender
2018-02-26
1
-1
/
+0
*
Use ::class to resolve class names in maintenance scripts
Umherirrender
2018-01-23
1
-1
/
+1
*
build: Updating mediawiki/mediawiki-codesniffer to 15.0.0
Umherirrender
2018-01-01
1
-2
/
+1
*
Maintenance: add fatalError() method
Bryan Davis
2017-11-21
1
-2
/
+2
*
maintenance: Consistently use hasOption() for boolean options
Timo Tijhof
2017-07-19
1
-1
/
+1
*
Use english messages for background use of Status::getWikiText
umherirrender
2016-04-12
1
-1
/
+1
*
Convert all array() syntax to []
Kunal Mehta
2016-02-17
1
-1
/
+1
*
Use addDescription() instead of accessing mDescription directly
Max Semenik
2016-01-30
1
-1
/
+1
*
Update wfGetDB calls in Maintenance scripts to use getDB()
Reedy
2016-01-02
1
-1
/
+1
*
Clean up transactions in maintenance scripts
Aaron Schulz
2015-12-30
1
-2
/
+2
*
User: Mostly remove password handling
Brad Jorsch
2015-10-13
1
-2
/
+6
*
Fully replace Title::moveTo() with MovePage
Kunal Mehta
2014-10-28
1
-4
/
+4
*
Pass phpcs-strict on maintenance/ (4/8)
Siebrand Mazeland
2014-04-23
1
-0
/
+2
*
Fixed spacing
umherirrender
2013-11-21
1
-1
/
+0
*
Add --noredirects parameter to moveBatch.php
tisane
2013-11-14
1
-2
/
+5
*
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
*
Use __DIR__ instead of dirname( __FILE__ )
jeroendedauw
2012-08-27
1
-1
/
+1
*
Use wfMessage instead of deprecated wfMsg*
Alex Monk
2012-08-18
1
-1
/
+1
*
Improve documentation of maintenance scripts.
Alexandre Emsenhuber
2012-07-25
1
-1
/
+7
*
More __METHOD__ into db related methods
Sam Reed
2012-02-24
1
-2
/
+2
*
(bug 26854) Invalid user names go unchecked. Applied most of the patch submit...
Roan Kattouw
2011-11-20
1
-0
/
+3
*
Merge r86398 into the old wfWaitForSlaves. Update core calls.
Platonides
2011-04-20
1
-1
/
+1
*
Fix concern raised by Brion in r74108 (but has really existed since the maint...
Chad Horohoe
2011-01-13
1
-1
/
+1
*
Whitespace fixup under tha maint directory.
Mark A. Hershberger
2010-12-04
1
-5
/
+5
*
Stylize maintenance folder..
Sam Reed
2010-05-22
1
-4
/
+4
*
Fixed error output in moveBatch.php
Max Semenik
2010-03-08
1
-1
/
+2
*
Followup r60051, with the rest of the callers and removing a useless subclass...
Chad Horohoe
2009-12-14
1
-1
/
+1
*
Redo addArgs() as addArg() so we can actually do useful things with arguments...
Chad Horohoe
2009-08-18
1
-1
/
+1
*
Revert r54244 which was stupid and fix this properly. Require commandLine.inc...
Chad Horohoe
2009-08-03
1
-1
/
+1
*
Don't put \n on the end of every error() call, just do it in error() itself. ...
Chad Horohoe
2009-08-02
1
-3
/
+3
*
Merge maintenance-work branch (now with less errors!):
Chad Horohoe
2009-08-02
1
-71
/
+84
[next]