aboutsummaryrefslogtreecommitdiffstats
path: root/maintenance/moveBatch.php
Commit message (Expand)AuthorAgeFilesLines
* Test moveBatch.phpDreamy Jazz2024-08-291-1/+1
* Exclude boilerplate maintenance code from code coverage reportsDreamy Jazz2024-08-271-0/+4
* Maintenance: Print errors from StatusValue objects in a consistent wayBartosz DziewoƄski2024-06-121-1/+2
* maintenance: Introduce getReplicaDB() and getPrimaryDB()Amir Sarabadani2024-01-181-1/+1
* Namespace User under \MediaWiki\UserJames D. Forrester2023-09-191-0/+1
* maintenance: Begin using `Maintenance::getServiceContainer()`Derick Alangi2023-09-041-2/+1
* Reorg: Namespace the Title classJames D. Forrester2023-03-021-0/+1
* Reorg: Move StubObject classes in includes to its own directoryAmir Sarabadani2022-10-251-0/+1
* MoveBatch.php: Minor code cleanupReedy2021-11-241-10/+6
* Emit deprecation warnings reading from $wgUserDannyS7122021-09-151-3/+1
* Replace uses of DB_MASTER with DB_PRIMARYJames D. Forrester2021-04-291-1/+1
* Remove usage line for moveBatch.phpZppix2021-03-031-9/+0
* maintenance scripts: Reduce direct references to $wgUserDannyS7122020-06-051-6/+7
* Coding style: Auto-fix MediaWiki.Usage.IsNull.IsNullJames D. Forrester2020-01-101-1/+1
* Do not output wikitext in maintenance scriptUmherirrender2019-09-201-1/+1
* Introduce MovePageFactoryAryeh Gregor2019-08-191-1/+4
* maintenance: Deprecate Maintenance::hasArg/getArg with no paramThiemo Kreuz2019-03-291-2/+2
* build: Updating mediawiki/mediawiki-codesniffer to 24.0.0Kunal Mehta2019-02-071-1/+0
* Remove wfWaitForSlaves when using Maintenance::commitTransactionUmherirrender2018-02-261-1/+0
* Use ::class to resolve class names in maintenance scriptsUmherirrender2018-01-231-1/+1
* build: Updating mediawiki/mediawiki-codesniffer to 15.0.0Umherirrender2018-01-011-2/+1
* Maintenance: add fatalError() methodBryan Davis2017-11-211-2/+2
* maintenance: Consistently use hasOption() for boolean optionsTimo Tijhof2017-07-191-1/+1
* Use english messages for background use of Status::getWikiTextumherirrender2016-04-121-1/+1
* Convert all array() syntax to []Kunal Mehta2016-02-171-1/+1
* Use addDescription() instead of accessing mDescription directlyMax Semenik2016-01-301-1/+1
* Update wfGetDB calls in Maintenance scripts to use getDB()Reedy2016-01-021-1/+1
* Clean up transactions in maintenance scriptsAaron Schulz2015-12-301-2/+2
* User: Mostly remove password handlingBrad Jorsch2015-10-131-2/+6
* Fully replace Title::moveTo() with MovePageKunal Mehta2014-10-281-4/+4
* Pass phpcs-strict on maintenance/ (4/8)Siebrand Mazeland2014-04-231-0/+2
* Fixed spacingumherirrender2013-11-211-1/+0
* Add --noredirects parameter to moveBatch.phptisane2013-11-141-2/+5
* phpcs: More require/include is not a functionTimo Tijhof2013-05-211-1/+1
* phpcs: Fix WhiteSpace.LanguageConstructSpacing warningsTimo Tijhof2013-05-091-1/+1
* Use __DIR__ instead of dirname( __FILE__ )jeroendedauw2012-08-271-1/+1
* Use wfMessage instead of deprecated wfMsg*Alex Monk2012-08-181-1/+1
* Improve documentation of maintenance scripts.Alexandre Emsenhuber2012-07-251-1/+7
* More __METHOD__ into db related methodsSam Reed2012-02-241-2/+2
* (bug 26854) Invalid user names go unchecked. Applied most of the patch submit...Roan Kattouw2011-11-201-0/+3
* Merge r86398 into the old wfWaitForSlaves. Update core calls.Platonides2011-04-201-1/+1
* Fix concern raised by Brion in r74108 (but has really existed since the maint...Chad Horohoe2011-01-131-1/+1
* Whitespace fixup under tha maint directory.Mark A. Hershberger2010-12-041-5/+5
* Stylize maintenance folder..Sam Reed2010-05-221-4/+4
* Fixed error output in moveBatch.phpMax Semenik2010-03-081-1/+2
* Followup r60051, with the rest of the callers and removing a useless subclass...Chad Horohoe2009-12-141-1/+1
* Redo addArgs() as addArg() so we can actually do useful things with arguments...Chad Horohoe2009-08-181-1/+1
* Revert r54244 which was stupid and fix this properly. Require commandLine.inc...Chad Horohoe2009-08-031-1/+1
* Don't put \n on the end of every error() call, just do it in error() itself. ...Chad Horohoe2009-08-021-3/+3
* Merge maintenance-work branch (now with less errors!):Chad Horohoe2009-08-021-71/+84