r2614 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r2613‎ | r2614 | r2615 >
Date:03:34, 5 March 2004
Author:vibber
Status:old
Tags:
Comment:
Update LocalSettings.php and LanguageUtf8.php on command-line update
Modified paths:
  • /trunk/phase3/update.php (modified) (history)

Diff [purge]

Index: trunk/phase3/update.php
@@ -78,6 +78,7 @@
7979 global $IP, $wgStyleSheetDirectory, $wgUploadDirectory, $wgLanguageCode, $wgDebugLogFile;
8080 print "Copying files... ";
8181
 82+ copyfile( ".", "LocalSettings.php", $IP );
8283 copyfile( ".", "index.php", $IP );
8384 copyfile( ".", "redirect.php", $IP );
8485 # compatibility with older versions, can be removed in a year or so
@@ -104,6 +105,7 @@
105106 copyfile( "./images", "magnify-clip.png", $wgUploadDirectory );
106107
107108 copyfile( "./languages", "Language.php", $IP );
 109+ copyfile( "./languages", "LanguageUtf8.php", $IP );
108110 copyfile( "./languages", "Language" . ucfirst( $wgLanguageCode ) . ".php", $IP );
109111
110112 if( !empty( $wgDebugLogFile ) ) {

Status & tagging log