diff --git a/ChangeLog b/ChangeLog index 989057370..87f88baf1 100755 --- a/ChangeLog +++ b/ChangeLog @@ -5,6 +5,15 @@ phpMyAdmin - Changelog $Id$ $Source$ +2003-07-29 Marc Delisle + * serbian: big update, + thanks to Branislav Jovanoviæ and + Mihailo Stefanoviæ + * sql.php3: bug 779301: MySQL 3 and SELECT DISTINCT + * lang/spanish: Updated, thanks to Daniel Hinostroza (dhinostroza). + * lang/catalan update, thanks to Xavier Navarro (xavin). + ### 2.5.3-rc1 released + 2003-07-29 Garvin Hicking * Documentation.html, config.inc.php3, read_dump.php3, css/phpmyadmin.css.php3, libraries/common.lib.php3, @@ -20,12 +29,6 @@ $Source$ Display MySQL error code and link to the MySQL-Documentation of error codes -2003-07-29 Marc Delisle - * serbian: big update, - thanks to Branislav Jovanoviæ and - Mihailo Stefanoviæ - * sql.php3: bug 779301: MySQL 3 and SELECT DISTINCT - 2003-07-28 Alexander M. Turek * tbl_properties_structure.php3, css/phpmyadmin.css.php3: Use icons for multi-submit buttons. diff --git a/Documentation.html b/Documentation.html index 749ad83bc..f66643488 100755 --- a/Documentation.html +++ b/Documentation.html @@ -8,7 +8,7 @@ - phpMyAdmin 2.5.3-dev - Documentation + phpMyAdmin 2.5.3-rc1 - Documentation @@ -31,7 +31,7 @@
-

phpMyAdmin 2.5.3-dev Documentation

+

phpMyAdmin 2.5.3-rc1 Documentation

diff --git a/Documentation.txt b/Documentation.txt index dd9d49ee2..531150ac9 100644 --- a/Documentation.txt +++ b/Documentation.txt @@ -6,7 +6,7 @@ Transformations - FAQ - Developers - Credits - Translators ______________________________________________________________________ - phpMyAdmin 2.5.2 Documentation + phpMyAdmin 2.5.3-rc1 Documentation * SourceForge phpMyAdmin project page [ http://www.phpmyadmin.net/ ] @@ -14,8 +14,8 @@ + Version history: ChangeLog + General notes: README + License: LICENSE - * Documentation version: $Id: Documentation.html,v 1.478 2003/07/22 - 19:22:01 lem9 Exp $ + * Documentation version: $Id: Documentation.html,v 1.484 2003/07/29 + 20:25:04 lem9 Exp $ Requirements @@ -299,7 +299,8 @@ $cfg['PmaAbsoluteUri'] = (!empty($_SERVER['HTTPS']) ? 'https' : 'http') . '://' free the hostname of the other $cfg['Server']-entries. $cfg['Servers'][$i]['host'] string - The hostname of your $i-th MySQL-server. E.g. localhost. + The hostname or IP address of your $i-th MySQL-server. E.g. + localhost. $cfg['Servers'][$i]['port'] string The port-number of your $i-th MySQL-server. Default is 3306 @@ -718,6 +719,16 @@ $cfg['PmaAbsoluteUri'] = (!empty($_SERVER['HTTPS']) ? 'https' : 'http') . '://' Define whether the "search string inside database" is enabled or not. + $cfg['IgnoreMultiSubmitErrors'] boolean + Define whether phpMyAdmin will continue executing a multi-query + statement if one of the queries fails. Default is to abort + execution. + + $cfg['VerboseMultiSubmit'] boolean + Define whether phpMyAdmin will output the results of each query + of a multi-query statement embedded into the SQL output as + inline comments. Defaults to TRUE. + $cfg['LeftFrameLight'] boolean Defines whether to use select-based menu and display only the current tables in the left frame (smaller page). Only in @@ -836,6 +847,19 @@ $cfg['PmaAbsoluteUri'] = (!empty($_SERVER['HTTPS']) ? 'https' : 'http') . '://' If set to True, do use less graphically intense tabs on the top of the mainframe. + $cfg['PropertiesIconic'] string + If set to True, will display icons instead of text for db and + table properties links (like 'Browse', 'Select', 'Insert', + ...). + Can be set to 'both' if you want icons AND text. + When set to False, will only show text. + + $cfg['PropertiesNumColumns'] integer + How many columns will be utilized to display the tables on the + database property view? Default is 1 column. When setting this + to a value larger than 1, the type of the database will be + omitted for more display space. + $cfg['DefaultTabServer'] string Defines the tab displayed by default on server view. Possible values: "main.php3" (recommended for multi-user setups), @@ -2493,14 +2517,17 @@ CREDITS, in chronological order (http://sourceforge.net/projects/phpmysqlformgen/) * suggested the patch for multiple table printviews -- Garvin Hicking +- Garvin Hicking * built the patch for vertical display of table rows * built the Javascript based Query window + SQL history * Improvement of column/db comments * (MIME)-Transformations for columns * Use custom alias names for Databases in left frame + * hierarchical/nested table display + * PDF-scratchboard for WYSIWYG-distribution of PDF relations + * new icon sets * vertical display of column properties page - * some bugfixes, smaller features + * some bugfixes, features, support, german language additions - Yukihiro Kawada * japanese kanji encoding conversion feature diff --git a/README b/README index 4611e3243..2d06df806 100755 --- a/README +++ b/README @@ -5,8 +5,8 @@ phpMyAdmin - Readme A set of PHP-scripts to administrate MySQL over the WWW. - Version 2.3.0 - August 2002 - --------------------------- + Version 2.5.3 - July 2003 + ------------------------- http://www.phpmyadmin.net/ Copyright (C) 1998-2000 Tobias Ratschiller @@ -64,7 +64,7 @@ phpMyAdmin - Readme Basic documentation available in Documentation.txt/.html Support: - There is are 2 support forums under http://www.phpmyadmin.net/ + See reference about support forums under http://www.phpmyadmin.net/ Enjoy! diff --git a/libraries/defines_php.lib.php3 b/libraries/defines_php.lib.php3 index 07882293b..2ac555604 100644 --- a/libraries/defines_php.lib.php3 +++ b/libraries/defines_php.lib.php3 @@ -16,7 +16,7 @@ */ // phpMyAdmin release if (!defined('PMA_VERSION')) { - define('PMA_VERSION', '2.5.3-dev'); + define('PMA_VERSION', '2.5.3-rc1'); } // php version diff --git a/translators.html b/translators.html index 06e6a7cca..4aac2c92a 100644 --- a/translators.html +++ b/translators.html @@ -5,7 +5,7 @@ - phpMyAdmin 2.5.3-dev - Official translators + phpMyAdmin 2.5.3-rc1 - Official translators