[geeklog-cvs] geeklog: Allow empty database passwords again for now (cf. bug #...

geeklog-cvs at lists.geeklog.net geeklog-cvs at lists.geeklog.net
Sun Mar 21 05:15:29 EDT 2010


changeset 7820:7c620f9aae84
url:  http://project.geeklog.net/cgi-bin/hgwebdir.cgi/geeklog/rev/7c620f9aae84
user: Dirk Haun <dirk at haun-online.de>
date: Sun Mar 21 10:15:21 2010 +0100
description:
Allow empty database passwords again for now (cf. bug #0000923)

diffstat:

 public_html/admin/install/lib-install.php |  4 ++++
 public_html/docs/history                  |  2 ++
 2 files changed, 6 insertions(+), 0 deletions(-)

diffs (29 lines):

diff -r 3676d32d9a6d -r 7c620f9aae84 public_html/admin/install/lib-install.php
--- a/public_html/admin/install/lib-install.php	Sun Mar 21 09:54:00 2010 +0100
+++ b/public_html/admin/install/lib-install.php	Sun Mar 21 10:15:21 2010 +0100
@@ -440,9 +440,13 @@
  */
 function INST_dbConnect($db)
 {
+    /**
+    * temp. "fix", see http://project.geeklog.net/tracking/view.php?id=923
+    *
     if (empty($db['pass'])) {
         return false;
     }
+    */
     $db_handle = false;
     switch ($db['type']) {
     case 'mysql-innodb':
diff -r 3676d32d9a6d -r 7c620f9aae84 public_html/docs/history
--- a/public_html/docs/history	Sun Mar 21 09:54:00 2010 +0100
+++ b/public_html/docs/history	Sun Mar 21 10:15:21 2010 +0100
@@ -2,6 +2,8 @@
 
 Apr ??, 2010 (1.6.2)
 ------------
+
+- Allow empty database passwords again for now (cf. bug #0000923)
 - New Plugin API PLG_getWhatsNewComment for adding comments from plugins to the 
   Whats New Block and the User Profile page (feature request #0000835) [Tom]
 - Truncated stories in Feeds now will have any open html tags closed. 



More information about the geeklog-cvs mailing list