Project

General

Profile

Bug #22957 » 14814_dbal.diff

Administrator Admin, 2010-06-22 05:47

View differences:

res/Templates/install.html (working copy)
<script type="text/javascript" src="../contrib/prototype/prototype.js"></script>
<script type="text/javascript" src="../sysext/install/Resources/Public/Javascript/install.js"></script>
<p>###LLDESCRIPTION###</p>
<form method="post" action="###ACTION###">
<fieldset class="t3-install-form-label-width-7">
<ol>
class.tx_dbal_installtool.php (working copy)
'encryptionKey' => $instObj->createEncryptionKey(),
'branch' => TYPO3_branch,
'driver_options' => $driverOptionsSubPart,
'continue' => 'Continue'
'continue' => 'Continue',
'llDescription' => 'If you have not already created a username and password to access the database, please do so now. This can be done using tools provided by your host.'
);
$subPartMarkers = array_merge($subPartMarkers, $driverMarkers);
......
Host: <em>' . TYPO3_db_host . '</em>,
Using Password: YES)
<br />
Go to Step 1 and enter a proper username/password!
Go to Step 1 and enter a valid username and password!
</p>
';
......
'step' => $instObj->step + 1,
'action' => htmlspecialchars($instObj->action),
'llOption2' => 'Select an EMPTY existing database:',
'llRemark2' => 'All tables used by TYPO3 will be overwritten in step 3.',
'llRemark2' => 'Any tables used by TYPO3 will be overwritten.',
'continue' => 'Continue'
);
// Add step marker for main template
(2-2/2)