CVS update: /cowiki/htdocs/setup/class/task/

[email protected] 14 Jul 2005 23:40:09 -0000
Newsgroups gmane.comp.php.cowiki.cvs
Message-ID <[email protected]>
User: dgorski 
Date: 2005/07/14 16:40:09

Modified:
   cowiki/htdocs/setup/class/task/class.TaskDocumentStorageContainerChooser.php

Log:
 Added MyISAM warning

File Changes:

Directory: /cowiki/htdocs/setup/class/task/
===========================================

File [changed]: class.TaskDocumentStorageContainerChooser.php
Url: http://cowiki.tigris.org/source/browse/cowiki/htdocs/setup/class/task/class.TaskDocumentStorageContainerChooser.php?r1=1.4&r2=1.5
Delta lines:  +9 -4
-------------------
--- class.TaskDocumentStorageContainerChooser.php	12 May 2005 17:09:06 -0000	1.4
+++ class.TaskDocumentStorageContainerChooser.php	14 Jul 2005 23:40:07 -0000	1.5
@@ -2,7 +2,7 @@
 
 /**
  *
- * $Id: class.TaskDocumentStorageContainerChooser.php,v 1.4 2005/05/12 17:09:06 dgorski Exp $
+ * $Id: class.TaskDocumentStorageContainerChooser.php,v 1.5 2005/07/14 23:40:07 dgorski Exp $
  *
  * This file is part of coWiki. coWiki is free software under the terms of
  * the GNU General Public License (GPL). Read the LICENSE file. If you did
@@ -17,7 +17,7 @@
  * @author      Daniel T. Gorski, <[email protected]>
  * @copyright   (C) Daniel T. Gorski, {@link http://www.develnet.org}
  * @license     http://www.gnu.org/licenses/gpl.html
- * @version     $Revision: 1.4 $
+ * @version     $Revision: 1.5 $
  *
  */
 
@@ -109,7 +109,12 @@
                   If you lack of administrative access and are not allowed
                   to create a new database, ask your database administrator
                   to grant you the required privileges or let him create
-                  the database and the appropriate connector user for you.';
+                  the database and the appropriate connector user for you.
+                  <br/><br/>
+
+                  <b class="warn">It is strongly recommended <i>not</i> to
+                  use MyISAM storage engine if you are using the MySQL
+                  database. Choose the InnoDB storage engine instead!</b>';
 
         $sStr .=  '<br/><br/>';
 
@@ -119,7 +124,7 @@
 
         $sStr .=      '<td>';
         $sStr .=        '<fieldset>';
-        $sStr .=          '<legend>coWiki document storage</legend>';
+        $sStr .=          '<legend>coWiki document storage engine</legend>';
 
         $sStr .=          '<table cellpadding="2" cellspacing="0"';
         $sStr .=          ' border="0" class="fieldset-content">';