2.5.3-rc1

This commit is contained in:
Marc Delisle
2003-07-29 20:29:03 +00:00
parent a388c1d447
commit 9fd78d6cec
6 changed files with 50 additions and 20 deletions

View File

@@ -5,6 +5,15 @@ phpMyAdmin - Changelog
$Id$
$Source$
2003-07-29 Marc Delisle <lem9@users.sourceforge.net>
* serbian: big update,
thanks to Branislav Jovanovi<76> <branej@users.sourceforge.net> and
Mihailo Stefanovi<76> <mst@mikis.org>
* 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 <me@supergarv.de>
* 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 <lem9@users.sourceforge.net>
* serbian: big update,
thanks to Branislav Jovanovi<76> <branej@users.sourceforge.net> and
Mihailo Stefanovi<76> <mst@mikis.org>
* sql.php3: bug 779301: MySQL 3 and SELECT DISTINCT
2003-07-28 Alexander M. Turek <rabus@users.sourceforge.net>
* tbl_properties_structure.php3, css/phpmyadmin.css.php3: Use icons for
multi-submit buttons.

View File

@@ -8,7 +8,7 @@
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<title>phpMyAdmin 2.5.3-dev - Documentation</title>
<title>phpMyAdmin 2.5.3-rc1 - Documentation</title>
<link rel="stylesheet" type="text/css" href="docs.css" />
</head>
@@ -31,7 +31,7 @@
<hr noshade="noshade" width="100%" />
</div>
<h1>phpMyAdmin 2.5.3-dev Documentation</h1>
<h1>phpMyAdmin 2.5.3-rc1 Documentation</h1>
<!-- TOP MENU -->

View File

@@ -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 <hicking_at_faktor-e.de>
- Garvin Hicking <me_at_supergarv.de>
* 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 <kawada_at_den.fujifilm.co.jp>
* japanese kanji encoding conversion feature

6
README
View File

@@ -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 <tobias.ratschiller_at_maguma.com>
@@ -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!

View File

@@ -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

View File

@@ -5,7 +5,7 @@
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<title>phpMyAdmin 2.5.3-dev - Official translators</title>
<title>phpMyAdmin 2.5.3-rc1 - Official translators</title>
<link rel="stylesheet" type="text/css" href="docs.css" />
<script lanuage="javascript" type="text/javascript">
<!--
@@ -45,7 +45,7 @@
<hr noshade="noshade" width="100%" />
</div>
<h1>phpMyAdmin 2.5.3-dev official translators list</h1>
<h1>phpMyAdmin 2.5.3-rc1 official translators list</h1>
<p>
Here is the list of the so called &quot;official translators&quot; of