aboutsummaryrefslogtreecommitdiffstats
path: root/maintenance/migrateUserGroup.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
* Test migrateUserGroup.phpDreamy Jazz2024-07-281-14/+33
* Use expression builder to avoid raw sql via BETWEEN operatorUmherirrender2024-04-211-3/+6
* maintenance: Introduce getReplicaDB() and getPrimaryDB()Amir Sarabadani2024-01-181-1/+1
* Migrate some usages of Database::update() to UpdateQueryBuilderAlexander Vorwerk2024-01-171-7/+9
* maintenance: Migrate to DeleteQueryBuilderAmir Sarabadani2024-01-021-5/+7
* Merge "maintenance: Migrate another batch to SelectQueryBuilder"jenkins-bot2023-09-211-9/+18
|\
| * maintenance: Migrate another batch to SelectQueryBuilderAmir Sarabadani2023-09-211-9/+18
* | Namespace User under \MediaWiki\UserJames D. Forrester2023-09-191-0/+2
|/
* Replace uses of DB_MASTER with DB_PRIMARYJames D. Forrester2021-04-291-1/+1
* Remove wfWaitForSlaves when using Maintenance::commitTransactionUmherirrender2018-02-261-1/+0
* Use ::class to resolve class names in maintenance scriptsUmherirrender2018-01-231-1/+1
* Cast block start to int in maintenace SQLPhantom422017-12-081-3/+3
* Maintenance: add fatalError() methodBryan Davis2017-11-211-1/+1
* Introduce Maintenance::getBatchSize()Max Semenik2017-11-051-4/+5
* maintenance: Replace implicit Bugzilla bug numbers with Phab onesJames D. Forrester2017-02-211-1/+1
* Convert all array() syntax to []Kunal Mehta2016-02-171-10/+10
* 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
* phpcs: More require/include is not a functionTimo Tijhof2013-05-211-1/+1
* phpcs: Fix WhiteSpace.LanguageConstructSpacing warningsTimo Tijhof2013-05-091-1/+1
* (bug 40340) Fix cache issues with changing user groupsTimo Tijhof2012-12-281-3/+28
* Merge "Update migrateUserGroup to deal with primary key issue"Demon2012-08-301-1/+9
|\
| * Update migrateUserGroup to deal with primary key issueMark A. Hershberger2012-06-291-1/+9
* | Use __DIR__ instead of dirname( __FILE__ )jeroendedauw2012-08-271-1/+1
* | Improve documentation of maintenance scripts.Alexandre Emsenhuber2012-07-251-0/+6
|/
* More __METHOD__ in our madnessSam Reed2012-02-241-2/+2
* 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
* Stylize maintenance folder..Sam Reed2010-05-221-7/+7
* * svn:eol-style nativeAlexandre Emsenhuber2009-09-071-70/+70
* May as well use the master for start/end pointsAaron Schulz2009-09-011-4/+3
* Added a script to move users from one group to anotherAaron Schulz2009-09-011-0/+71