Author: sevein
Date: Mon Nov  8 10:33:08 2010
New Revision: 8800

Log:
Remove table prefix field from installater.

Modified:
   
trunk/plugins/sfInstallPlugin/modules/sfInstallPlugin/actions/configureDatabaseAction.class.php
   
trunk/plugins/sfInstallPlugin/modules/sfInstallPlugin/templates/configureDatabaseSuccess.php

Modified: 
trunk/plugins/sfInstallPlugin/modules/sfInstallPlugin/actions/configureDatabaseAction.class.php
==============================================================================
--- 
trunk/plugins/sfInstallPlugin/modules/sfInstallPlugin/actions/configureDatabaseAction.class.php
     Mon Nov  8 00:02:02 2010        (r8799)
+++ 
trunk/plugins/sfInstallPlugin/modules/sfInstallPlugin/actions/configureDatabaseAction.class.php
     Mon Nov  8 10:33:08 2010        (r8800)
@@ -32,9 +32,6 @@
     $this->form->setValidator('databaseUsername', new sfValidatorString);
     $this->form->setWidget('databaseUsername', new sfWidgetFormInput);
 
-    $this->form->setValidator('tablePrefix', new sfValidatorString);
-    $this->form->setWidget('tablePrefix', new sfWidgetFormInput);
-
     if ($request->isMethod('post'))
     {
       $this->form->bind($request->getPostParameters());

Modified: 
trunk/plugins/sfInstallPlugin/modules/sfInstallPlugin/templates/configureDatabaseSuccess.php
==============================================================================
--- 
trunk/plugins/sfInstallPlugin/modules/sfInstallPlugin/templates/configureDatabaseSuccess.php
        Mon Nov  8 00:02:02 2010        (r8799)
+++ 
trunk/plugins/sfInstallPlugin/modules/sfInstallPlugin/templates/configureDatabaseSuccess.php
        Mon Nov  8 10:33:08 2010        (r8800)
@@ -48,8 +48,6 @@
 
     <?php echo $form->databasePort->help('If your database server is listening 
on a non-standard port, enter its number.')->renderRow() ?>
 
-    <?php echo $form->tablePrefix->help('If more than one application will be 
sharing this database, enter a table prefix such as 
<em>'.strtolower($sf_response->getTitle()).'_</em> for your site 
here.')->renderRow() ?>
-
   </fieldset>
 
   <input class="form-submit" type="submit" value="Save and continue"/>

-- 
You received this message because you are subscribed to the Google Groups 
"Qubit Toolkit Commits" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/qubit-commits?hl=en.

Reply via email to