Project

General

Profile

Bug #17074 ยป bug_5125.diff

Administrator Admin, 2007-03-04 16:45

View differences:

t3lib/stddb/tables.sql (Arbeitskopie)
snapshot tinyint(4) DEFAULT '0' NOT NULL,
PRIMARY KEY (uid),
KEY recordident (tablename,recuid,tstamp),
KEY sys_log_uid (sys_log_uid),
KEY sys_log_uid (sys_log_uid)
);
#
typo3/sysext/install/mod/class.tx_install.php (Arbeitskopie)
switch(strtolower($this->step)) {
case 1:
$msg='
<br />
<br />
<br />
<br />
<table border="0">
<form action="'.$this->action.'" method="post">
<tr>
......
</tr>
</form>
</table>
<br />
<br />
';
<br />
<br />';
break;
case 2:
if ($result = $GLOBALS['TYPO3_DB']->sql_pconnect(TYPO3_db_host, TYPO3_db_username, TYPO3_db_password)) {
......
$content='
'.$this->fontTag2.'Please select a database dump:</span><br />
<input type="hidden" name="TYPO3_INSTALL[database_import_all]" value=1>
<input type="hidden" name="step" value="">
<input type="hidden" name="goto_step" value="go">
<input type="hidden" name="step" value="">
<input type="hidden" name="goto_step" value="go">
<select name="TYPO3_INSTALL[database_type]">'.$opt.'</select><br />';
$content = $this->getUpdateDbFormWrap('import', $content, 'Import database');
......
$msg=$error_missingConnect;
}
break;
default:
break;
}
return $msg;
}
......
}
// Install user
// clear uc
if ($action_type) {
switch($actionParts[0]) {
case 'cmpFile':
......
$this->message($tLabel,'Content of '.basename($actionParts[1]),$out,1);
}
break;
case 'adminUser':
case 'adminUser': // Create admin user
if ($whichTables['be_users']) {
if (is_array($this->INSTALL['database_adminUser'])) {
$username = ereg_replace('[^[:alnum:]_-]','',trim($this->INSTALL['database_adminUser']['username']));
......
",3,1);
}
break;
case 'UC':
case 'UC': // clear uc
if ($whichTables['be_users']) {
if (!strcmp($this->INSTALL['database_UC'],1)) {
$GLOBALS['TYPO3_DB']->exec_UPDATEquery('be_users', '', array('uc' => ''));
    (1-1/1)