r2613 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r2612‎ | r2613 | r2614 >
Date:03:31, 5 March 2004
Author:vibber
Status:old
Tags:
Comment:
Some missing files from command-line install/update.
Modified paths:
  • /branches/REL1_2/phase3/install.php (modified) (history)
  • /branches/REL1_2/phase3/update.php (modified) (history)

Diff [purge]

Index: branches/REL1_2/phase3/install.php
@@ -76,6 +76,7 @@
7777 copyfile( "./images", "button_nowiki.png", $wgUploadDirectory );
7878 copyfile( "./images", "button_sig.png", $wgUploadDirectory );
7979 copyfile( "./images", "button_template.png", $wgUploadDirectory );
 80+copyfile( "./images", "magnify-clip.png", $wgUploadDirectory );
8081
8182 copyfile( "./languages", "Language.php", $IP );
8283 copyfile( "./languages", "LanguageUtf8.php", $IP );
Index: branches/REL1_2/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
@@ -101,8 +102,10 @@
102103 copyfile( "./images", "button_nowiki.png", $wgUploadDirectory );
103104 copyfile( "./images", "button_sig.png", $wgUploadDirectory );
104105 copyfile( "./images", "button_template.png", $wgUploadDirectory );
 106+ copyfile( "./images", "magnify-clip.png", $wgUploadDirectory );
105107
106108 copyfile( "./languages", "Language.php", $IP );
 109+ copyfile( "./languages", "LanguageUtf8.php", $IP );
107110 copyfile( "./languages", "Language" . ucfirst( $wgLanguageCode ) . ".php", $IP );
108111
109112 if( !empty( $wgDebugLogFile ) ) {

Status & tagging log