2.5.1-rc1
This commit is contained in:
@@ -5,6 +5,10 @@ phpMyAdmin - Changelog
|
|||||||
$Id$
|
$Id$
|
||||||
$Source$
|
$Source$
|
||||||
|
|
||||||
|
2003-05-26 Marc Delisle <lem9@users.sourceforge.net>
|
||||||
|
* lang/chinese_big5: Updated, thanks to Siu Sun
|
||||||
|
### 2.5.1-rc1 released
|
||||||
|
|
||||||
2003-05-26 Michal Cihar <nijel@users.sourceforge.net>
|
2003-05-26 Michal Cihar <nijel@users.sourceforge.net>
|
||||||
* Documentation, config.inc.php3, tbl_change.php3,
|
* Documentation, config.inc.php3, tbl_change.php3,
|
||||||
tbl_properties.inc.php3, libraries/config_import.lib.php3: Possibility
|
tbl_properties.inc.php3, libraries/config_import.lib.php3: Possibility
|
||||||
|
@@ -8,7 +8,7 @@
|
|||||||
|
|
||||||
<head>
|
<head>
|
||||||
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
|
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
|
||||||
<title>phpMyAdmin 2.5.1-dev - Documentation</title>
|
<title>phpMyAdmin 2.5.1-rc1 - Documentation</title>
|
||||||
<link rel="stylesheet" type="text/css" href="docs.css" />
|
<link rel="stylesheet" type="text/css" href="docs.css" />
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
@@ -31,7 +31,7 @@
|
|||||||
<hr noshade="noshade" width="100%" />
|
<hr noshade="noshade" width="100%" />
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<h1>phpMyAdmin 2.5.1-dev Documentation</h1>
|
<h1>phpMyAdmin 2.5.1-rc1 Documentation</h1>
|
||||||
|
|
||||||
|
|
||||||
<!-- TOP MENU -->
|
<!-- TOP MENU -->
|
||||||
|
@@ -6,7 +6,7 @@
|
|||||||
Transformations - FAQ - Developers - Credits - Translators
|
Transformations - FAQ - Developers - Credits - Translators
|
||||||
______________________________________________________________________
|
______________________________________________________________________
|
||||||
|
|
||||||
phpMyAdmin 2.5.1-dev Documentation
|
phpMyAdmin 2.5.1-rc1 Documentation
|
||||||
|
|
||||||
* SourceForge phpMyAdmin project page [ http://www.phpmyadmin.net/
|
* SourceForge phpMyAdmin project page [ http://www.phpmyadmin.net/
|
||||||
]
|
]
|
||||||
@@ -14,8 +14,8 @@
|
|||||||
+ Version history: ChangeLog
|
+ Version history: ChangeLog
|
||||||
+ General notes: README
|
+ General notes: README
|
||||||
+ License: LICENSE
|
+ License: LICENSE
|
||||||
* Documentation version: $Id: Documentation.html,v 1.447 2003/05/24
|
* Documentation version: $Id: Documentation.html,v 1.449 2003/05/26
|
||||||
12:04:00 lem9 Exp $
|
12:33:36 lem9 Exp $
|
||||||
|
|
||||||
Requirements
|
Requirements
|
||||||
|
|
||||||
@@ -2090,7 +2090,7 @@ FAQ - Frequently Asked Questions
|
|||||||
If you put a backslash before the underscore, it means that the
|
If you put a backslash before the underscore, it means that the
|
||||||
database name will have a real underscore.
|
database name will have a real underscore.
|
||||||
|
|
||||||
[6.11] What is the curious symbol o/ in the statistics pages?
|
[6.11] What is the curious symbol <EFBFBD> in the statistics pages?
|
||||||
|
|
||||||
It means "average".
|
It means "average".
|
||||||
|
|
||||||
@@ -2121,7 +2121,7 @@ FAQ - Frequently Asked Questions
|
|||||||
If you use it, you should be aware that any SQL statement you submit
|
If you use it, you should be aware that any SQL statement you submit
|
||||||
will be stored anonymously (database/table/column names, strings,
|
will be stored anonymously (database/table/column names, strings,
|
||||||
numbers replaced with generic values). The Mimer SQL Validator itself,
|
numbers replaced with generic values). The Mimer SQL Validator itself,
|
||||||
is (c) 2001 Upright Database Technology. We utilize it as free SOAP
|
is <EFBFBD> 2001 Upright Database Technology. We utilize it as free SOAP
|
||||||
service.
|
service.
|
||||||
|
|
||||||
[6.15] I want to add a BLOB field and put an index on it, but MySQL says
|
[6.15] I want to add a BLOB field and put an index on it, but MySQL says
|
||||||
@@ -2302,7 +2302,7 @@ CREDITS, in chronological order
|
|||||||
* current project maintainer
|
* current project maintainer
|
||||||
* many bugfixes and improvements
|
* many bugfixes and improvements
|
||||||
|
|
||||||
- Loic Chapeaux <lolo_at_phpheaven.net>
|
- Lo<EFBFBD>c Chapeaux <lolo_at_phpheaven.net>
|
||||||
* rewrote and optimized javascript, DHTML and DOM stuff
|
* rewrote and optimized javascript, DHTML and DOM stuff
|
||||||
* rewrote the scripts so they fit the PEAR coding standards and
|
* rewrote the scripts so they fit the PEAR coding standards and
|
||||||
generate XHTML1.0 and CSS2 compliant codes
|
generate XHTML1.0 and CSS2 compliant codes
|
||||||
|
@@ -16,7 +16,7 @@
|
|||||||
*/
|
*/
|
||||||
// phpMyAdmin release
|
// phpMyAdmin release
|
||||||
if (!defined('PMA_VERSION')) {
|
if (!defined('PMA_VERSION')) {
|
||||||
define('PMA_VERSION', '2.5.1-dev');
|
define('PMA_VERSION', '2.5.1-rc1');
|
||||||
}
|
}
|
||||||
|
|
||||||
// php version
|
// php version
|
||||||
|
@@ -5,7 +5,7 @@
|
|||||||
|
|
||||||
<head>
|
<head>
|
||||||
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
|
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
|
||||||
<title>phpMyAdmin 2.5.1-dev - Official translators</title>
|
<title>phpMyAdmin 2.5.1-rc1 - Official translators</title>
|
||||||
<link rel="stylesheet" type="text/css" href="docs.css" />
|
<link rel="stylesheet" type="text/css" href="docs.css" />
|
||||||
<script lanuage="javascript" type="text/javascript">
|
<script lanuage="javascript" type="text/javascript">
|
||||||
<!--
|
<!--
|
||||||
@@ -45,7 +45,7 @@
|
|||||||
<hr noshade="noshade" width="100%" />
|
<hr noshade="noshade" width="100%" />
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<h1>phpMyAdmin 2.5.1-dev official translators list</h1>
|
<h1>phpMyAdmin 2.5.1-rc1 official translators list</h1>
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
Here is the list of the so called "official translators" of
|
Here is the list of the so called "official translators" of
|
||||||
|
Reference in New Issue
Block a user