aboutsummaryrefslogtreecommitdiffstats
path: root/maintenance/rollbackEdits.php
Commit message (Expand)AuthorAgeFilesLines
* add `use MediaWiki\Maintenance\Maintenance` to some maintenance classesNovem Linguae2024-12-051-0/+1
* maintenance: add transaction round wrapper methods to MaintenanceAaron Schulz2024-11-051-18/+29
* Exclude boilerplate maintenance code from code coverage reportsDreamy Jazz2024-08-271-0/+4
* maintenance: Fix rollbackEdits.php with uncanonicalised namesBlankEclair2024-08-151-3/+3
* maintenance: Introduce getReplicaDB() and getPrimaryDB()Amir Sarabadani2024-01-181-1/+1
* Convert numerous DB queries to use QueryBuildersReedy2023-10-091-11/+8
* Namespace User under \MediaWiki\UserJames D. Forrester2023-09-191-0/+1
* maintenance: Begin using `Maintenance::getServiceContainer()`Derick Alangi2023-09-041-2/+1
* Reorg: Namespace the Title classJames D. Forrester2023-03-021-0/+1
* Reorg: Move ActorMigration and ActorMigrationBase to user/Amir Sarabadani2022-12-161-0/+1
* rollbackEdits: Pass user identity to RollbackPageAlexander Vorwerk2022-06-281-1/+6
* Remove trailing dot/space from some exception messages and output stringsTimo Tijhof2021-08-041-1/+1
* Reapply "Hard Deprecate User ::getCanonicalName, ::isUsableName, ::isCreatabl...Vlad.shapik2021-05-311-1/+2
* Use a constant for 'Maintenance script' usernameGergő Tisza2021-05-031-1/+1
* Hard deprecate User ::isIP, ::getOptionsvladshapik2021-04-261-4/+4
* Factor out rollback logic from WikiPagePetr Pchelko2021-04-141-2/+8
* Replace deprecated WikiPage::factory/newFromID in maintenance scriptsUmherirrender2020-11-121-1/+4
* rollbackEdits.php: Cosmetic changes of outputszoranzoki212019-01-101-3/+3
* ActorMigration: Remove possibility of read-bothBrad Jorsch2018-10-111-12/+10
* Add `actor` table and code to start using itBrad Jorsch2018-02-231-9/+15
* Use ::class to resolve class names in maintenance scriptsUmherirrender2018-01-231-1/+1
* Maintenance: add fatalError() methodBryan Davis2017-11-211-1/+1
* Rename DB_SLAVE constant to DB_REPLICAAaron Schulz2016-09-051-1/+1
* Convert all array() syntax to []Kunal Mehta2016-02-171-7/+7
* Use addDescription() instead of accessing mDescription directlyMax Semenik2016-01-301-2/+2
* Update wfGetDB calls in Maintenance scripts to use getDB()Reedy2016-01-021-1/+1
* User: Mostly remove password handlingBrad Jorsch2015-10-131-1/+1
* Update formatting in maintenance/ (4/4)Siebrand Mazeland2014-04-231-0/+2
* Pass phpcs-strict on maintenance/ (2/8)Siebrand Mazeland2014-04-221-2/+8
* Fixed some @params documentation (maintenance)umherirrender2014-04-171-1/+1
* 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-08-111-0/+7
* * Use WikiPage instead of Article to call commitRollback()Alexandre Emsenhuber2012-01-141-3/+5
* Remove some unused getting of non existent argumentsSam Reed2011-10-181-0/+1
* Fix concern raised by Brion in r74108 (but has really existed since the maint...Chad Horohoe2011-01-131-1/+1
* Assignment in loop conditions suckSam Reed2010-10-131-1/+1
* Stylize maintenance folder..Sam Reed2010-05-221-9/+9
* Removed colum names from WHERE clause so that it doesn't break for wiki havin...Alexandre Emsenhuber2010-02-051-1/+1
* Don't need that anymoreChad Horohoe2009-09-011-1/+0
* Add new maintenance script for mass-rollbacking edits by a given user or IP a...Chad Horohoe2009-09-011-0/+98