2.5.4-rc1
This commit is contained in:
@@ -5,6 +5,9 @@ phpMyAdmin - Changelog
|
|||||||
$Id$
|
$Id$
|
||||||
$Source$
|
$Source$
|
||||||
|
|
||||||
|
2003-09-30 Marc Delisle <lem9@users.sourceforge.net>
|
||||||
|
### 2.5.4-rc1 released
|
||||||
|
|
||||||
2003-09-29 Michal Cihar <nijel@users.sourceforge.net>
|
2003-09-29 Michal Cihar <nijel@users.sourceforge.net>
|
||||||
* lang/czech: Updated.
|
* lang/czech: Updated.
|
||||||
* config.inc.php3, db_details_importdocsql.php3,
|
* config.inc.php3, db_details_importdocsql.php3,
|
||||||
|
@@ -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.4-dev - Documentation</title>
|
<title>phpMyAdmin 2.5.4-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.4-dev Documentation</h1>
|
<h1>phpMyAdmin 2.5.4-rc1 Documentation</h1>
|
||||||
|
|
||||||
|
|
||||||
<!-- TOP MENU -->
|
<!-- TOP MENU -->
|
||||||
|
@@ -6,7 +6,7 @@
|
|||||||
Transformations - FAQ - Developers - Credits - Translators
|
Transformations - FAQ - Developers - Credits - Translators
|
||||||
______________________________________________________________________
|
______________________________________________________________________
|
||||||
|
|
||||||
phpMyAdmin 2.5.4-dev Documentation
|
phpMyAdmin 2.5.4-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.501 2003/09/17
|
* Documentation version: $Id: Documentation.html,v 1.504 2003/10/01
|
||||||
15:41:16 nijel Exp $
|
01:58:16 lem9 Exp $
|
||||||
|
|
||||||
Requirements
|
Requirements
|
||||||
|
|
||||||
@@ -1745,8 +1745,9 @@ FAQ - Frequently Asked Questions
|
|||||||
SetInputFilter PHP
|
SetInputFilter PHP
|
||||||
&
|
&
|
||||||
AddType application/x-httpd-php .php
|
AddType application/x-httpd-php .php
|
||||||
In the case we saw, one set of directives was in httpd.conf, while the
|
In the case we saw, one set of directives was in
|
||||||
other set was in php.conf.
|
/etc/httpd/conf/httpd.conf, while the other set was in
|
||||||
|
/etc/httpd/conf/addon-modules/php.conf.
|
||||||
The recommended way is with AddType, so just comment out the first set
|
The recommended way is with AddType, so just comment out the first set
|
||||||
of lines and restart Apache:
|
of lines and restart Apache:
|
||||||
#SetOutputFilter PHP
|
#SetOutputFilter PHP
|
||||||
@@ -2235,7 +2236,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".
|
||||||
|
|
||||||
@@ -2268,7 +2269,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
|
||||||
@@ -2515,7 +2516,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
|
||||||
|
2
README
2
README
@@ -5,7 +5,7 @@ phpMyAdmin - Readme
|
|||||||
|
|
||||||
A set of PHP-scripts to administrate MySQL over the WWW.
|
A set of PHP-scripts to administrate MySQL over the WWW.
|
||||||
|
|
||||||
Version 2.5.4-dev
|
Version 2.5.4-rc1
|
||||||
-----------------
|
-----------------
|
||||||
http://www.phpmyadmin.net/
|
http://www.phpmyadmin.net/
|
||||||
|
|
||||||
|
@@ -16,7 +16,7 @@
|
|||||||
*/
|
*/
|
||||||
// phpMyAdmin release
|
// phpMyAdmin release
|
||||||
if (!defined('PMA_VERSION')) {
|
if (!defined('PMA_VERSION')) {
|
||||||
define('PMA_VERSION', '2.5.4-dev');
|
define('PMA_VERSION', '2.5.4-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.4-dev - Official translators</title>
|
<title>phpMyAdmin 2.5.4-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.4-dev official translators list</h1>
|
<h1>phpMyAdmin 2.5.4-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