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

[email protected] 12 May 2005 17:07:15 -0000
Newsgroups gmane.comp.php.cowiki.cvs
Message-ID <[email protected]>
User: dgorski 
Date: 2005/05/12 10:07:15

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

Log:
 Method(s) has been renamed

File Changes:

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

File [changed]: class.TaskDocumentStorageAdminUser.php
Url: http://cowiki.tigris.org/source/browse/cowiki/htdocs/setup/class/task/class.TaskDocumentStorageAdminUser.php?r1=1.1&r2=1.2
Delta lines:  +15 -8
--------------------
--- class.TaskDocumentStorageAdminUser.php	21 Apr 2005 00:17:14 -0000	1.1
+++ class.TaskDocumentStorageAdminUser.php	12 May 2005 17:07:12 -0000	1.2
@@ -2,7 +2,7 @@
 
 /**
  *
- * $Id: class.TaskDocumentStorageAdminUser.php,v 1.1 2005/04/21 00:17:14 dgorski Exp $
+ * $Id: class.TaskDocumentStorageAdminUser.php,v 1.2 2005/05/12 17:07:12 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.1 $
+ * @version     $Revision: 1.2 $
  *
  */
 
@@ -46,7 +46,7 @@
     // --------------------------------------------------------------------
 
     public function isRequired() {
-        return $this->State->mustCreateNewDocumentDatabase();
+        return $this->State->shallCreateNewDocumentDatabase();
     }
 
     // --------------------------------------------------------------------
@@ -77,15 +77,22 @@
                   To achieve this, the installer needs the credentials
                   of the user who is able to create such a new database
                   or such a user.
-                  Usually this is the <tt>root</tt> user of the database,
-                  but also might be an other user with administrative
-                  access who has been granted the appropriate privileges
-                  for this task.
+                  Usually this is the <tt>root</tt> user (Administrator,
+                  DBA) of the database, but also might be an other user
+                  with administrative access who has been granted the
+                  appropriate privileges for this task.
                   <br/><br/>
 
                   The credentials you enter here, won\'t be stored anywhere
                   (except in the running session). They are only required
-                  temporarily during this setup.';
+                  temporarily during this setup.
+                  <br/><br/>
+
+                  <span class="warn">
+                    <b>Attention:</b> An Administrator can destroy the
+                    <i>complete</i> database! Be careful.
+                  </span>
+                  ';
 
         $sStr .=  '<br/><br/>';