aboutsummaryrefslogtreecommitdiffstats
path: root/maintenance/reassignEdits.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
* maintenance: Introduce getReplicaDB() and getPrimaryDB()Amir Sarabadani2024-01-181-1/+1
* reassignEdits.php: Add missing done after ip_changesReedy2024-01-161-0/+2
* Convert numerous DB queries to use QueryBuildersReedy2023-10-091-35/+35
* Merge "maintenance: Migrate another batch to SelectQueryBuilder"jenkins-bot2023-09-211-12/+10
|\
| * maintenance: Migrate another batch to SelectQueryBuilderAmir Sarabadani2023-09-211-12/+10
* | Namespace User under \MediaWiki\UserJames D. Forrester2023-09-191-0/+1
|/
* maintenance: Begin using `Maintenance::getServiceContainer()`Derick Alangi2023-09-041-3/+2
* Reorg: Move ActorMigration and ActorMigrationBase to user/Amir Sarabadani2022-12-161-0/+1
* SECURITY: reassignEdits: Delete rows from ip_changesReedy2022-09-291-0/+15
* Start clean up of revision_actor_temp tableAmir Sarabadani2022-05-231-18/+6
* Use MainConfigNames instead of string literals, #5Aryeh Gregor2022-04-271-1/+2
* reassignEdits: Only UPDATE tables if there's rows to updateReedy2022-02-241-43/+44
* Replace remaining usages of IDatabase::fetchObject()Alexander Vorwerk2022-01-191-3/+3
* reassignEdits: Collapse nested if statementsReedy2021-11-191-34/+32
* Schema migration for revison_actor_temp table removalTim Starling2021-07-141-6/+17
* Replace uses of DB_MASTER with DB_PRIMARYJames D. Forrester2021-04-291-1/+1
* Hard deprecate User ::isIP, ::getOptionsvladshapik2021-04-261-1/+2
* Stop using legacy ActorMigration fields in reassignEdits.phpTim Starling2021-04-201-18/+16
* ActorNormalization should require a DB connection.daniel2021-03-101-1/+2
* Hard-deprecate IDatabase parameter for UserIdentity:getActorId()Cindy Cicalese2021-02-171-3/+6
* reassignEdits: Update script to use User::newFromName for anon usersdaniel2020-08-031-3/+2
* Improve param docsUmherirrender2019-11-281-2/+2
* Fix new phan errors, part 7Daimona Eaytoy2019-10-211-0/+1
* Mostly drop old pre-actor user schemasBrad Jorsch2019-09-091-53/+8
* Use Maintenance::getConfig in some maintenance scriptsUmherirrender2019-09-011-6/+6
* ActorMigration: Remove possibility of read-bothBrad Jorsch2018-10-111-8/+7
* Fix MediaWiki.Commenting.LicenseComment.InvalidLicenseTag errorsKunal Mehta2018-05-231-1/+1
* build: Updating mediawiki/mediawiki-codesniffer to 17.0.0Umherirrender2018-03-291-1/+1
* Add `actor` table and code to start using itBrad Jorsch2018-02-231-32/+65
* Use ::class to resolve class names in maintenance scriptsUmherirrender2018-01-231-1/+1
* Maintenance: add fatalError() methodBryan Davis2017-11-211-1/+1
* Convert all array() syntax to []Kunal Mehta2016-02-171-3/+3
* 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
* Update formatting in maintenance/ (4/4)Siebrand Mazeland2014-04-231-0/+2
* Pass phpcs-strict on maintenance/ (3/8)Siebrand Mazeland2014-04-221-4/+21
* Fixed some @params documentation (maintenance)umherirrender2014-04-171-12/+12
* Fixed spacingumherirrender2013-11-211-2/+0
* phpcs: More require/include is not a functionTimo Tijhof2013-05-211-1/+1
* phpcs: Fix WhiteSpace.LanguageConstructSpacing warningsTimo Tijhof2013-05-091-1/+1
* Fixed some spacing in maintenance folderumherirrender2013-04-181-1/+1
* style: normalize end of filesAntoine Musso2013-02-031-1/+0
* Use __DIR__ instead of dirname( __FILE__ )jeroendedauw2012-08-271-1/+1
* Improve documentation of maintenance scripts.Alexandre Emsenhuber2012-08-091-0/+7
* More __METHOD__ in our madnessSam Reed2012-02-241-2/+2
* Fixing up undefined types in maintenance documentationSam Reed2012-02-091-3/+3
* (bug 26854) Invalid user names go unchecked. Applied most of the patch submit...Roan Kattouw2011-11-201-0/+3