for Loic
This commit is contained in:
@@ -5,6 +5,15 @@ phpMyAdmin - Changelog
|
|||||||
$Id$
|
$Id$
|
||||||
$Source$
|
$Source$
|
||||||
|
|
||||||
|
2002-07-29 Lo<4C>c Chapeaux <lolo@phpheaven.net>
|
||||||
|
* tbl_change.php3, line 203: fixed an xhtml bug (#587974) thanks to
|
||||||
|
Christophe Jaillet <tititou at users.sourceforge.net>
|
||||||
|
* libraries/sqlparser.lib.php3: fixed parse errors (bug #588010)
|
||||||
|
thanks to Nagi Peters <nagipeters at users.sourceforge.net> and
|
||||||
|
coding standards.
|
||||||
|
* Documentation.html: coding standards.
|
||||||
|
* libraries/relation.lib.php3: beautified generated page.
|
||||||
|
|
||||||
2002-07-28 Marc Delisle <lem9@users.sourceforge.net>
|
2002-07-28 Marc Delisle <lem9@users.sourceforge.net>
|
||||||
* lang/romanian update, thanks to Valics Lehel
|
* lang/romanian update, thanks to Valics Lehel
|
||||||
* lang/polish update, thanks to Jakub Wilk
|
* lang/polish update, thanks to Jakub Wilk
|
||||||
|
@@ -1681,8 +1681,8 @@ $cfg['PmaAbsoluteUri'] = (!empty($_SERVER['HTTPS']) ? 'https' : 'http') . '://'
|
|||||||
</p>
|
</p>
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
<b>[3.2] When dumping a large table in compressed mode, I get a memory limit
|
<b>[3.2] When dumping a large table in compressed mode, I get a memory
|
||||||
error or a time limit error.</b>
|
limit error or a time limit error.</b>
|
||||||
<br />
|
<br />
|
||||||
As of version 2.2.4, we build the compressed dump in memory, so large
|
As of version 2.2.4, we build the compressed dump in memory, so large
|
||||||
tables dumps may hang. The only alternative we can think about (using
|
tables dumps may hang. The only alternative we can think about (using
|
||||||
|
@@ -152,12 +152,15 @@ if (!defined('PMA_RELATION_LIB_INCLUDED')){
|
|||||||
echo ' <tr><th align="left">PMA Database ... </th><td align="right">'
|
echo ' <tr><th align="left">PMA Database ... </th><td align="right">'
|
||||||
. (($cfg['Server']['pmadb'] == FALSE) ? sprintf($shit, 'pmadb') : $hit)
|
. (($cfg['Server']['pmadb'] == FALSE) ? sprintf($shit, 'pmadb') : $hit)
|
||||||
. '</td></tr>' . "\n";
|
. '</td></tr>' . "\n";
|
||||||
|
echo ' <tr><td> </td></tr>' . "\n";
|
||||||
|
|
||||||
echo ' <tr><th align="left">relation Table ... </th><td align="right">'
|
echo ' <tr><th align="left">relation Table ... </th><td align="right">'
|
||||||
. ((isset($cfgRelation['relation'])) ? $hit : sprintf($shit, 'relation'))
|
. ((isset($cfgRelation['relation'])) ? $hit : sprintf($shit, 'relation'))
|
||||||
. '</td></tr>' . "\n";
|
. '</td></tr>' . "\n";
|
||||||
echo ' <tr><td colspan=2 align="center">'. $GLOBALS['strGeneralRelationFeat'] . ': '
|
echo ' <tr><td colspan=2 align="center">'. $GLOBALS['strGeneralRelationFeat'] . ': '
|
||||||
. (($cfgRelation['relwork'] == TRUE) ? $enabled : $disabled)
|
. (($cfgRelation['relwork'] == TRUE) ? $enabled : $disabled)
|
||||||
. '</td></tr>' . "\n";
|
. '</td></tr>' . "\n";
|
||||||
|
echo ' <tr><td> </td></tr>' . "\n";
|
||||||
|
|
||||||
echo ' <tr><th align="left">table_info ... </th><td align="right">'
|
echo ' <tr><th align="left">table_info ... </th><td align="right">'
|
||||||
. (($cfgRelation['displaywork'] == FALSE) ? sprintf($shit, 'table_info') : $hit)
|
. (($cfgRelation['displaywork'] == FALSE) ? sprintf($shit, 'table_info') : $hit)
|
||||||
@@ -165,6 +168,7 @@ if (!defined('PMA_RELATION_LIB_INCLUDED')){
|
|||||||
echo ' <tr><td colspan=2 align="center">' . $GLOBALS['strDisplayFeat'] . ': '
|
echo ' <tr><td colspan=2 align="center">' . $GLOBALS['strDisplayFeat'] . ': '
|
||||||
. (($cfgRelation['displaywork'] == TRUE) ? $enabled : $disabled)
|
. (($cfgRelation['displaywork'] == TRUE) ? $enabled : $disabled)
|
||||||
. '</td></tr>' . "\n";
|
. '</td></tr>' . "\n";
|
||||||
|
echo ' <tr><td> </td></tr>' . "\n";
|
||||||
|
|
||||||
echo ' <tr><th align="left">table_coords ... </th><td align="right">'
|
echo ' <tr><th align="left">table_coords ... </th><td align="right">'
|
||||||
. ((isset($cfgRelation['table_coords'])) ? $hit : sprintf($shit, 'table_coords'))
|
. ((isset($cfgRelation['table_coords'])) ? $hit : sprintf($shit, 'table_coords'))
|
||||||
@@ -175,6 +179,8 @@ if (!defined('PMA_RELATION_LIB_INCLUDED')){
|
|||||||
echo ' <tr><td colspan=2 align="center">' . $GLOBALS['strCreatePdfFeat'] . ': '
|
echo ' <tr><td colspan=2 align="center">' . $GLOBALS['strCreatePdfFeat'] . ': '
|
||||||
. (($cfgRelation['pdfwork'] == TRUE) ? $enabled : $disabled)
|
. (($cfgRelation['pdfwork'] == TRUE) ? $enabled : $disabled)
|
||||||
. '</td></tr>' . "\n";
|
. '</td></tr>' . "\n";
|
||||||
|
echo ' <tr><td> </td></tr>' . "\n";
|
||||||
|
|
||||||
echo ' <tr><th align="left">column_comments ... </th><td align="right">'
|
echo ' <tr><th align="left">column_comments ... </th><td align="right">'
|
||||||
. ((isset($cfgRelation['column_comments'])) ? $hit : sprintf($shit, 'col_com'))
|
. ((isset($cfgRelation['column_comments'])) ? $hit : sprintf($shit, 'col_com'))
|
||||||
. '</td></tr>' . "\n";
|
. '</td></tr>' . "\n";
|
||||||
|
@@ -178,8 +178,8 @@ if (!defined('PMA_SQP_LIB_INCLUDED')) {
|
|||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
|
||||||
// Check for MySQL escaping using a \
|
// Checks for MySQL escaping using a \
|
||||||
// And check for ANSI escaping using the $quotetype character
|
// And checks for ANSI escaping using the $quotetype character
|
||||||
if (PMA_STR_charIsEscaped($sql, $pos)) {
|
if (PMA_STR_charIsEscaped($sql, $pos)) {
|
||||||
$pos ++;
|
$pos ++;
|
||||||
continue;
|
continue;
|
||||||
@@ -567,7 +567,7 @@ if (!defined('PMA_SQP_LIB_INCLUDED')) {
|
|||||||
'PROCEDURE',
|
'PROCEDURE',
|
||||||
'REFERENCES',
|
'REFERENCES',
|
||||||
'UNIQUE',
|
'UNIQUE',
|
||||||
'USE',
|
'USE'
|
||||||
);
|
);
|
||||||
// $keywords_with_brackets_2before_cnt = count($keywords_with_brackets_2before);
|
// $keywords_with_brackets_2before_cnt = count($keywords_with_brackets_2before);
|
||||||
$keywords_with_brackets_2before_cnt = 9;
|
$keywords_with_brackets_2before_cnt = 9;
|
||||||
|
@@ -200,7 +200,7 @@ for ($i = 0; $i < $fields_cnt; $i++) {
|
|||||||
<tr>
|
<tr>
|
||||||
<th colspan="5" align="right">
|
<th colspan="5" align="right">
|
||||||
<input type="submit" value="<?php echo $strGo; ?>" tabindex="<?php echo $fields_cnt+6; ?>" />
|
<input type="submit" value="<?php echo $strGo; ?>" tabindex="<?php echo $fields_cnt+6; ?>" />
|
||||||
</td>
|
</th>
|
||||||
</tr>
|
</tr>
|
||||||
<?php
|
<?php
|
||||||
} // end if
|
} // end if
|
||||||
|
Reference in New Issue
Block a user