aboutsummaryrefslogtreecommitdiffstats
path: root/maintenance/checkUsernames.php
Commit message (Expand)AuthorAgeFilesLines
* add `use MediaWiki\Maintenance\Maintenance` to some maintenance classesNovem Linguae2024-11-121-0/+2
* Exclude boilerplate maintenance code from code coverage reportsDreamy Jazz2024-08-271-0/+4
* maintenance: Use expression builder instead of raw sqlUmherirrender2024-07-221-1/+1
* maintenance: Add caller when running query builderUmherirrender2024-05-311-0/+1
* maintenance: Introduce getReplicaDB() and getPrimaryDB()Amir Sarabadani2024-01-181-1/+1
* maintenance: Begin using `Maintenance::getServiceContainer()`Derick Alangi2023-09-041-3/+1
* maintenance: Use SelectQueryBuilder to construct queriesDerick Alangi2022-07-191-9/+7
* phan: Remove PhanPossiblyUndeclaredVariable suppressionUmherirrender2022-03-301-0/+1
* Use UserNameUtils in maintenance scriptsUmherirrender2020-10-251-2/+5
* Set public for override of Maintenance functionsUmherirrender2019-10-091-1/+1
* Use ::class to resolve class names in maintenance scriptsUmherirrender2018-01-231-1/+1
* Introduce Maintenance::getBatchSize()Max Semenik2017-11-051-1/+1
* Rename DB_SLAVE constant to DB_REPLICAAaron Schulz2016-09-051-1/+1
* Convert all array() syntax to []Kunal Mehta2016-02-171-4/+4
* 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
* checkUsernames: send output to stdout, don't include wikiidKunal Mehta2015-04-201-1/+1
* Update formatting in maintenance/ (2/4)Siebrand Mazeland2014-04-231-1/+1
* Fix spacing and break some linesumherirrender2013-08-241-1/+1
* phpcs: More require/include is not a functionTimo Tijhof2013-05-211-1/+1
* Make checkUsernames.php use batchesReedy2013-05-201-11/+19
* 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-06-161-3/+9
* Fix $$ from r85379Sam Reed2011-04-041-1/+1
* Fixup a few undefined variables and alike while checking REL1_17Sam Reed2011-04-041-1/+1
* Fix concern raised by Brion in r74108 (but has really existed since the maint...Chad Horohoe2011-01-131-1/+1
* * Standardised file description headersAlexandre Emsenhuber2010-09-051-0/+1
* Stylize maintenance folder..Sam Reed2010-05-221-1/+1
* doMaintenance.php -> DO_MAINTENANCEChad Horohoe2009-09-041-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-15/+27
* Revert r52336 "Merge maintenance-work branch:"Brion Vibber2009-06-241-11/+14
* Merge maintenance-work branch:Chad Horohoe2009-06-241-14/+11
* Minor grammar fixes, etc.Greg Sabino Mullane2008-07-211-1/+1
* Fix 12384 : comment on maintenance/*php filesAntoine Musso2008-07-191-0/+3
* WARNING: HUGE COMMITAlexandre Emsenhuber2008-05-201-0/+5
* 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-1/+1
* * checkUsernames.php now uses wfDebugLog instead of hardcoded path to logBrion Vibber2006-11-051-2/+1
* Abolished $wgDBname as a unique wiki identifier, it doesn't work with the new...Tim Starling2006-10-041-3/+1
* * Adding a trailing ?>Ævar Arnfjörð Bjarmason2006-03-071-0/+1
* * s~\t+$~~Ævar Arnfjörð Bjarmason2006-01-071-2/+2
* * Live fixesÆvar Arnfjörð Bjarmason2005-09-191-2/+3
* * improvementsÆvar Arnfjörð Bjarmason2005-09-181-4/+7
* * A maintenance script to check the validity of user namesÆvar Arnfjörð Bjarmason2005-09-181-0/+32