]> git.pld-linux.org Git - packages/mediawiki.git/commitdiff
- updated to 1.4.4
authorElan Ruusamäe <glen@pld-linux.org>
Fri, 6 May 2005 21:42:29 +0000 (21:42 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    mediawiki-mysqlroot.patch -> 1.2

mediawiki-mysqlroot.patch

index 0010721c9a5a0d98c7a224d6f2305cd60556e630..4219da30c824309f73a870720a12ecb8f2682e98 100644 (file)
@@ -1,20 +1,20 @@
---- ../config/index.php~       2004-10-17 11:33:26.000000000 +0300
-+++ ../config/index.php        2005-05-06 22:20:20.000000000 +0300
-@@ -368,7 +368,7 @@
+--- ./config/index.php~        2005-05-07 00:41:01.325841276 +0300
++++ ./config/index.php 2005-05-07 00:41:03.208531361 +0300
+@@ -427,7 +427,7 @@
                $wgCommandLineMode = false;
                chdir( ".." );
                eval($local);
 -              $wgDBadminuser = "root";
 +              $wgDBadminuser = "mysql";
                $wgDBadminpassword = $conf->RootPW;
+               $wgDBprefix = $conf->DBprefix;
                $wgCommandLineMode = true;
-               $wgUseDatabaseMessages = false; /* FIXME: For database failure */
-@@ -378,7 +378,7 @@
-               require_once( "../maintenance/InitialiseMessages.inc" );
+@@ -438,7 +438,7 @@
+               require_once( "maintenance/InitialiseMessages.inc" );
  
                $wgTitle = Title::newFromText( "Installation script" );
 -              $wgDatabase = Database::newFromParams( $wgDBserver, "root", $conf->RootPW, "", 1 );
 +              $wgDatabase = Database::newFromParams( $wgDBserver, $wgDBadminuser, $conf->RootPW, "", 1 );
-               $wgDatabase->mIgnoreErrors = true;
-               
+               $wgDatabase->ignoreErrors(true);
                @$myver = mysql_get_server_info( $wgDatabase->mConn );
This page took 0.062837 seconds and 4 git commands to generate.