From: Reedy Date: Tue, 27 Aug 2019 07:40:29 +0000 (+0100) Subject: Revert "Output more MW version info in update.php" X-Git-Tag: 1.34.0-rc.0~545 X-Git-Url: http://git.heureux-cyclage.org/?p=lhc%2Fweb%2Fwiklou.git;a=commitdiff_plain;h=2cc8aeb1d7498c5f2c27bc3816e10148614abeb4 Revert "Output more MW version info in update.php" Left changes to SpecialVersion.php This reverts commit e73328601d51674e8fef89c3db12b30ceafd702f. Bug: T227489 Change-Id: I673b6a6abb73e93d2253fc554f94ef9c833dae0c --- diff --git a/maintenance/update.php b/maintenance/update.php index d84ec5c54b..a3534f8541 100755 --- a/maintenance/update.php +++ b/maintenance/update.php @@ -124,10 +124,6 @@ class UpdateMediaWiki extends Maintenance { $this->output( "MediaWiki {$wgVersion} Updater\n\n" ); - foreach ( SpecialVersion::getSoftwareInformation() as $name => $version ) { - $this->output( "{$name}: {$version}\n" ); - } - wfWaitForSlaves(); if ( !$this->hasOption( 'skip-compat-checks' ) ) {