MediaWiki master
MediaWiki\Maintenance Namespace Reference

Update the CREDITS list by merging in the list of git commit authors. More...

Classes

class  BackupDumper
 
class  Benchmarker
 Base class for benchmark scripts. More...
 
class  DeleteLocalPasswords
 Delete unused local passwords. More...
 
class  FakeMaintenance
 Fake maintenance wrapper, mostly used for the web installer/updater. More...
 
class  FixAutoblockLogTitles
 
class  ForkController
 Manage forking inside CLI maintenance scripts. More...
 
class  LoggedUpdateMaintenance
 Class for scripts that perform database maintenance and want to log the update in updatelog so we can later skip it. More...
 
class  Maintenance
 Abstract maintenance class for quickly writing and churning out maintenance scripts with minimal effort. More...
 
class  MaintenanceFatalError
 Exception thrown by Maintenance::fatalError if called during PHPUnit tests. More...
 
class  MaintenanceParameters
 Command line parameter handling for maintenance scripts. More...
 
class  MaintenanceRunner
 A runner for maintenance scripts. More...
 
class  OrderedStreamingForkController
 Apply a transformation to values via a pool of sub processes. More...
 
class  SchemaGenerator
 Helper to generate abstract schema and schema changes in maintenance scripts. More...
 
class  SchemaMaintenance
 
class  SevenZipStream
 Stream wrapper around 7za filter program. More...
 
class  TextPassDumper
 
class  UndoLog
 Update a database while optionally writing SQL that reverses the update to a file. More...
 
class  UpdateCredits
 
class  UpdateRestrictions
 Maintenance script that updates page_restrictions table from old page_restriction column. More...
 
class  Version
 

Variables

 $maintClass = FixAutoblockLogTitles::class
 

Detailed Description

Update the CREDITS list by merging in the list of git commit authors.

The contents of the existing contributors list will be preserved. If a name needs to be removed for some reason that must be done manually before or after running this script.

Note
GPL-2.0-or-later

Variable Documentation

◆ $maintClass

MediaWiki::Maintenance\$maintClass = FixAutoblockLogTitles::class

Definition at line 104 of file fixAutoblockLogTitles.php.