aboutsummaryrefslogtreecommitdiffstats
path: root/maintenance/fixUserRegistration.php
Commit message (Expand)AuthorAgeFilesLines
* add `use MediaWiki\Maintenance\Maintenance` to some maintenance classesNovem Linguae2024-12-041-0/+1
* Exclude boilerplate maintenance code from code coverage reportsDreamy Jazz2024-08-271-0/+4
* maintenance: Introduce getReplicaDB() and getPrimaryDB()Amir Sarabadani2024-01-181-1/+1
* maintenance: Migrate to expression buildersAmir Sarabadani2024-01-171-1/+1
* Maintenance: use getServiceContainer() methoddaniel2023-10-131-1/+1
* Convert numerous DB queries to use QueryBuildersReedy2023-10-091-17/+20
* Merge "maintenance: Migrate another batch to SelectQueryBuilder"jenkins-bot2023-09-211-13/+7
|\
| * maintenance: Migrate another batch to SelectQueryBuilderAmir Sarabadani2023-09-211-13/+7
* | Namespace User under \MediaWiki\UserJames D. Forrester2023-09-191-0/+1
|/
* Simplify WHERE conditions with field IS NULLUmherirrender2023-07-241-1/+1
* Reorg: Move ActorMigration and ActorMigrationBase to user/Amir Sarabadani2022-12-161-0/+2
* maintenance: Use $this->waitForReplication()Amir Sarabadani2022-10-241-4/+1
* Replace uses of DB_MASTER with DB_PRIMARYJames D. Forrester2021-04-291-1/+1
* Replace wfWaitForSlaves() with LBFactory::waitForReplication()Reedy2020-05-021-1/+4
* Add `actor` table and code to start using itBrad Jorsch2018-02-231-3/+7
* Use ::class to resolve class names in maintenance scriptsUmherirrender2018-01-231-1/+1
* Introduce Maintenance::getBatchSize()Max Semenik2017-11-051-2/+2
* Change "slave" => "replica DB" in /maintenanceAaron Schulz2016-09-061-1/+1
* Convert all array() syntax to []Kunal Mehta2016-02-171-7/+7
* 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
* Fix ORDER BY in fixUserRegistration.phpKevin Israel2015-03-291-2/+2
* Fixed timestamp comparison in fixUserRegistrationAaron Schulz2015-03-161-2/+2
* Add batching support to fixUserRegistration.phpKunal Mehta2015-03-161-22/+42
* Pass phpcs-strict on maintenance/ (5/8)Siebrand Mazeland2014-04-231-2/+12
* 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
* Improve documentation of maintenance scripts.Alexandre Emsenhuber2012-07-101-0/+6
* Fix concern raised by Brion in r74108 (but has really existed since the maint...Chad Horohoe2011-01-131-1/+1
* Stylize maintenance folder..Sam Reed2010-05-221-1/+1
* * batch change for "while ( $row = $db->fetchObject( $res ) )" and similar to...Alexandre Emsenhuber2009-08-171-1/+1
* Revert r54244 which was stupid and fix this properly. Require commandLine.inc...Chad Horohoe2009-08-031-1/+1
* Merge maintenance-work branch (now with less errors!):Chad Horohoe2009-08-021-20/+41
* WARNING: HUGE COMMITAlexandre Emsenhuber2008-05-201-0/+3
* Remove ?>'s from files. They're pointless, and just asking for people to mes...Aryeh Gregor2007-06-291-1/+1
* The war on redundant ampersand usage!Nick Jenkins2007-01-221-2/+2
* Script to update user_registration to an approximation, for old rows.Tim Starling2006-06-051-0/+31