Author: rotom                        Date: Sat Mar 17 19:14:15 2007 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- up to 2.2

---- Files affected:
SOURCES:
   gallery-setup.patch (1.2 -> 1.3) 

---- Diffs:

================================================================
Index: SOURCES/gallery-setup.patch
diff -u SOURCES/gallery-setup.patch:1.2 SOURCES/gallery-setup.patch:1.3
--- SOURCES/gallery-setup.patch:1.2     Sun Aug 27 19:37:42 2006
+++ SOURCES/gallery-setup.patch Sat Mar 17 20:14:10 2007
@@ -1,20 +1,17 @@
---- gallery2/install/steps/DatabaseSetupStep.class     2006-07-27 
11:34:42.000000000 +0300
-+++ /home/glen/DatabaseSetupStep.class 2006-08-27 16:22:10.733076039 +0300
-@@ -31,9 +33,9 @@
-           $this->_config = $galleryStub->getConfig('storage.config');
-           if (empty($this->_config)) {
+--- install/steps/DatabaseSetupStep.class.orig 2007-03-17 18:35:42.000000000 
+0100
++++ install/steps/DatabaseSetupStep.class      2007-03-17 18:38:53.000000000 
+0100
+@@ -37,7 +37,7 @@
                $this->_config = array();
--              $this->_config['type'] = 'mysqlt';
-+              $this->_config['type'] = 'mysqlt';
+               $this->_config['type'] = 'mysqlt';
                $this->_config['hostname'] = 'localhost';
 -              $this->_config['username'] = 'root';
 +              $this->_config['username'] = 'mysql';
                $this->_config['password'] = '';
                $this->_config['database'] = 'gallery2';
                $this->_config['tablePrefix'] = 'g2_';
---- gallery2/install/steps/StorageSetupStep.class      2006-07-27 
11:34:42.000000000 +0300
-+++ /home/glen/StorageSetupStep.class  2006-08-27 16:22:10.753076488 +0300
-@@ -29,7 +31,7 @@
+--- install/steps/StorageSetupStep.class.orig  2007-03-17 18:37:13.000000000 
+0100
++++ install/steps/StorageSetupStep.class       2007-03-17 18:39:22.000000000 
+0100
+@@ -33,7 +33,7 @@
        if (empty($this->_dir)) {
            $this->_dir = $galleryStub->getConfig('data.gallery.base');
            if (empty($this->_dir)) {
@@ -22,4 +19,4 @@
 +              $this->_dir = '/var/lib/gallery';
            }
        }
- 
+       /*
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SOURCES/gallery-setup.patch?r1=1.2&r2=1.3&f=u

_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to