aboutsummaryrefslogtreecommitdiffstats
path: root/maintenance/removeUnusedAccounts.php
Commit message (Expand)AuthorAgeFilesLines
* add `use MediaWiki\Maintenance\Maintenance` to some maintenance classesNovem Linguae2024-12-051-0/+1
* Exclude boilerplate maintenance code from code coverage reportsDreamy Jazz2024-08-271-0/+4
* block: Deprecate and stop using $wgBlockTargetMigrationStageTim Starling2024-05-101-17/+6
* maintenance: Migrate to IReadableDatabase::newSelectQueryBuilderUmherirrender2024-04-271-6/+6
* maintenance: Remove ActorMigration from removeUnusedAccounts.phpUmherirrender2024-04-251-15/+2
* maintenance: Migrate to IDatabase::newUpdateQueryBuilderUmherirrender2024-04-141-7/+12
* maintenance: Introduce getReplicaDB() and getPrimaryDB()Amir Sarabadani2024-01-181-3/+3
* maintenance: Migrate to expression buildersAmir Sarabadani2024-01-171-1/+1
* maintenance: Migrate to DeleteQueryBuilderAmir Sarabadani2024-01-021-7/+28
* Support new block schemaTim Starling2023-11-291-5/+16
* maintenance: Begin using `Maintenance::getServiceContainer()`Derick Alangi2023-09-041-2/+1
* maintenance: Switch simple calls of Database::select to SQBAmir Sarabadani2023-07-191-21/+19
* Reorg: Move ActorMigration and ActorMigrationBase to user/Amir Sarabadani2022-12-161-0/+1
* Remove User::newFromAnyId from maintenance script removeUnusedAccountsUmherirrender2022-02-111-4/+4
* Miscellaneous master -> primary switches for private functions and variablesJames D. Forrester2021-09-031-3/+3
* Hard deprecate User group methodsvladshapik2021-07-231-3/+10
* Replace uses of DB_MASTER with DB_PRIMARYJames D. Forrester2021-04-291-2/+2
* Actor migration cleanup for removeUnusedAccounts.phpTim Starling2021-04-011-20/+28
* Mostly drop old pre-actor user schemasBrad Jorsch2019-09-091-34/+20
* Use Maintenance::getConfig in some maintenance scriptsUmherirrender2019-09-011-5/+5
* ActorMigration: Remove possibility of read-bothBrad Jorsch2018-10-111-4/+4
* Don't throw E_NOTICEs about undefined propertiesJack Phoenix2018-07-131-3/+3
* Add `actor` table and code to start using itBrad Jorsch2018-02-231-17/+77
* Use ::class to resolve class names in maintenance scriptsUmherirrender2018-01-231-1/+1
* Maintenance: add fatalError() methodBryan Davis2017-11-211-1/+1
* Remove empty lines at begin of function, if, foreach, switchUmherirrender2017-07-011-1/+0
* Rename DB_SLAVE constant to DB_REPLICAAaron Schulz2016-09-051-2/+2
* Convert all array() syntax to []Kunal Mehta2016-02-171-16/+16
* Update wfGetDB calls in Maintenance scripts to use getDB()Reedy2016-01-021-3/+3
* Make maintenance scripts use beginTransaction/commitTransactionAaron Schulz2015-12-311-2/+2
* Update formatting in maintenance/ (4/4)Siebrand Mazeland2014-04-231-1/+1
* Pass phpcs-strict on maintenance/ (2/8)Siebrand Mazeland2014-04-221-2/+8
* Fixed some @params documentation (maintenance)umherirrender2014-04-171-2/+2
* Change message to say deleting "unused" accounts rather than "inactive".Kunal Mehta2013-07-191-1/+1
* More cleanup when removing accounts with removeUnusedAccounts.phpAlexandre Emsenhuber2013-06-041-0/+3
* phpcs: More require/include is not a functionTimo Tijhof2013-05-211-1/+1
* phpcs: Fix WhiteSpace.LanguageConstructSpacing warningsTimo Tijhof2013-05-091-1/+1
* (bug 34581) RemoveUnusedAccounts: Ignore newuser log.Jools Wills2012-12-241-2/+13
* Use __DIR__ instead of dirname( __FILE__ )jeroendedauw2012-08-271-1/+1
* Improve documentation of maintenance scripts.Alexandre Emsenhuber2012-08-091-0/+6
* More __METHOD__ in our madnessSam Reed2012-02-241-2/+2
* Fixing up undefined types in maintenance documentationSam Reed2012-02-091-1/+1
* Added filearchive check to isInactiveAccount()Aaron Schulz2011-08-041-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-10/+10
* Followup r60051, with the rest of the callers and removing a useless subclass...Chad Horohoe2009-12-141-2/+2
* * 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
* Don't put \n on the end of every error() call, just do it in error() itself. ...Chad Horohoe2009-08-021-1/+1