This commit is contained in:
Marc Delisle
2003-07-22 19:22:45 +00:00
parent 6e21c09bd1
commit b202c09358
5 changed files with 37 additions and 24 deletions

View File

@@ -5,6 +5,10 @@ phpMyAdmin - Changelog
$Id$ $Id$
$Source$ $Source$
2003-07-22 Marc Delisle <lem9@users.sourceforge.net>
* lang/estonian update, thanks to finsoft@sourceforge.net.
### 2.5.2 released
2003-07-20 Marc Delisle <lem9@users.sourceforge.net> 2003-07-20 Marc Delisle <lem9@users.sourceforge.net>
* tbl_properties_operations.php3: Do not display the * tbl_properties_operations.php3: Do not display the
"Referential integrity check" section for InnoDB tables "Referential integrity check" section for InnoDB tables

View File

@@ -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.2-rc3 - Documentation</title> <title>phpMyAdmin 2.5.2 - 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.2-rc3 Documentation</h1> <h1>phpMyAdmin 2.5.2 Documentation</h1>
<!-- TOP MENU --> <!-- TOP MENU -->
@@ -3348,7 +3348,7 @@ To create a new, empty mimetype please see libraries/transformations/template_ge
[8.1] Security alert, dated 2003-06-18. [8.1] Security alert, dated 2003-06-18.
</h4> </h4>
<p> <p>
Last update of this FAQ: 2003-07-02. Last update of this FAQ: 2003-07-22.
<br /><br /> <br /><br />
The phpMyAdmin development team received notice of this security alert: The phpMyAdmin development team received notice of this security alert:
<a href="http://www.securityfocus.com/archive/1/325641" target="_blank">http://www.securityfocus.com/archive/1/325641.</a> <a href="http://www.securityfocus.com/archive/1/325641" target="_blank">http://www.securityfocus.com/archive/1/325641.</a>
@@ -3375,7 +3375,7 @@ To create a new, empty mimetype please see libraries/transformations/template_ge
<li>&quot;Remote internal directory listing&quot; <li>&quot;Remote internal directory listing&quot;
<br /><br /> <br /><br />
It was possible to retrieve the list of phpMyAdmin's directory (which we It was possible to retrieve the list of phpMyAdmin's directory (which we
doubt can cause any damage), but we fixed this in the upcoming doubt can cause any damage), but we fixed this in the
2.5.2 version. 2.5.2 version.
<br /><br /> <br /><br />
</li> </li>
@@ -3383,15 +3383,16 @@ To create a new, empty mimetype please see libraries/transformations/template_ge
<li>&quot;XSS and Path disclosures&quot; <li>&quot;XSS and Path disclosures&quot;
<br /><br /> <br /><br />
Most of the XSS problems have been fixed in version 2.5.0. The rest Most of the XSS problems have been fixed in version 2.5.0. The rest
have been fixed in the upcoming 2.5.2 version. have been fixed in the 2.5.2 version.
<br /><br /> <br /><br />
We are currently looking at the Path disclosure issue. We believe that the Path disclosures problems have also been fixed
in version 2.5.2.
<br /><br /> <br /><br />
</li> </li>
<li>&quot;Information encoding weakness&quot; <li>&quot;Information encoding weakness&quot;
<br /><br /> <br /><br />
We believe that an exploit for this weakness would be difficult We believe that an exploit for this weakness would be difficult
to achieve. However version 2.5.2-dev now encrypts the password to achieve. However version 2.5.2 now encrypts the password
with the well-known blowfish algorithm. with the well-known blowfish algorithm.
<br /><br /> <br /><br />
</li> </li>

View File

@@ -6,7 +6,7 @@
Transformations - FAQ - Developers - Credits - Translators Transformations - FAQ - Developers - Credits - Translators
______________________________________________________________________ ______________________________________________________________________
phpMyAdmin 2.5.2-rc2 Documentation phpMyAdmin 2.5.2 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.472 2003/07/10 * Documentation version: $Id: Documentation.html,v 1.478 2003/07/22
13:30:34 lem9 Exp $ 19:22:01 lem9 Exp $
Requirements Requirements
@@ -23,8 +23,8 @@ Requirements
function that was added in PHP 3.0.6, but was buggy up until function that was added in PHP 3.0.6, but was buggy up until
PHP 3.0.8. Then you should not run this script with PHP3 < 3.0.8. PHP 3.0.8. Then you should not run this script with PHP3 < 3.0.8.
PHP also needs to be compiled with MySQL support; PHP also needs to be compiled with MySQL support;
If you want to display inline thumbnails of JPEGs, you also need If you want to display inline thumbnails of JPEGs with the
GD2 support in PHP. original aspect ratio, you also need GD2 support in PHP.
* MySQL (tested with 3.21.x, 3.22.x, 3.23.x, 4.0.x and 4.1.x); * MySQL (tested with 3.21.x, 3.22.x, 3.23.x, 4.0.x and 4.1.x);
Note: The implemented MySQL 4.1.x support is experimental! Note: The implemented MySQL 4.1.x support is experimental!
* a web-browser (doh!). * a web-browser (doh!).
@@ -136,8 +136,8 @@ Installation
section). section).
However, keep in mind that the password travels in plain text, However, keep in mind that the password travels in plain text,
unless you are using the HTTPS protocol. unless you are using the HTTPS protocol.
In cookie mode, we send the password in a temporary cookie, so In cookie mode, the password is stored, encrypted with the
most browsers should not store the password in their cookie file. blowfish algorithm, in a temporary cookie.
* For 'HTTP' and 'cookie' modes, phpMyAdmin needs a controluser that * For 'HTTP' and 'cookie' modes, phpMyAdmin needs a controluser that
has only the SELECT privilege on the mysql.user (all columns has only the SELECT privilege on the mysql.user (all columns
except "Password"), mysql.db (all columns) & mysql.tables_priv except "Password"), mysql.db (all columns) & mysql.tables_priv
@@ -1273,6 +1273,9 @@ Transformations
<www.your-host.com>/<your-install-dir>/libraries/transformations/overv <www.your-host.com>/<your-install-dir>/libraries/transformations/overv
iew.php3 installation. iew.php3 installation.
For a tutorial on how to effectively use transformations, see our Link
section on the official phpMyAdmin-homepage.
[2. Usage] [2. Usage]
Go to your tbl_properties.inc.php3 page (i.e. reached through clicking Go to your tbl_properties.inc.php3 page (i.e. reached through clicking
@@ -1416,6 +1419,10 @@ FAQ - Frequently Asked Questions
Server - Configuration - Limitations - Multi-user - Browsers Server - Configuration - Limitations - Multi-user - Browsers
- Usage tips - Project - Security - Usage tips - Project - Security
Please have a look at our Link section on the official phpMyAdmin
homepage for in-depth coverage of phpMyAdmin's features and/or
interface.
[1. Server] [1. Server]
[1.1] I'm running PHP 4+ and my server is crashing each time a specific [1.1] I'm running PHP 4+ and my server is crashing each time a specific
@@ -1648,7 +1655,7 @@ FAQ - Frequently Asked Questions
should work. should work.
[1.27] I get empty page when I want to view huge page (eg. [1.27] I get empty page when I want to view huge page (eg.
db_details_structure.php3 with plenty of dabases). db_details_structure.php3 with plenty of databases).
This is a PHP bug that occur when GZIP output buffering enabled. If This is a PHP bug that occur when GZIP output buffering enabled. If
you turn off it (by $cfg['OBGzip'] = FALSE in config.inc.php3), it you turn off it (by $cfg['OBGzip'] = FALSE in config.inc.php3), it
@@ -2334,7 +2341,7 @@ FAQ - Frequently Asked Questions
[8.1] Security alert, dated 2003-06-18. [8.1] Security alert, dated 2003-06-18.
Last update of this FAQ: 2003-07-02. Last update of this FAQ: 2003-07-22.
The phpMyAdmin development team received notice of this security The phpMyAdmin development team received notice of this security
alert: http://www.securityfocus.com/archive/1/325641. alert: http://www.securityfocus.com/archive/1/325641.
The team regrets that the author did not communicate with us before The team regrets that the author did not communicate with us before
@@ -2350,15 +2357,16 @@ FAQ - Frequently Asked Questions
* "Remote internal directory listing" * "Remote internal directory listing"
It was possible to retrieve the list of phpMyAdmin's directory It was possible to retrieve the list of phpMyAdmin's directory
(which we doubt can cause any damage), but we fixed this in the (which we doubt can cause any damage), but we fixed this in the
upcoming 2.5.2 version. 2.5.2 version.
* "XSS and Path disclosures" * "XSS and Path disclosures"
Most of the XSS problems have been fixed in version 2.5.0. The Most of the XSS problems have been fixed in version 2.5.0. The
rest have been fixed in the upcoming 2.5.2 version. rest have been fixed in the 2.5.2 version.
We are currently looking at the Path disclosure issue. We believe that the Path disclosures problems have also been fixed
in version 2.5.2.
* "Information encoding weakness" * "Information encoding weakness"
We believe that an exploit for this weakness would be difficult to We believe that an exploit for this weakness would be difficult to
achieve. However version 2.5.2-dev now encrypts the password with achieve. However version 2.5.2 now encrypts the password with the
the well-known blowfish algorithm. well-known blowfish algorithm.
Developers Information Developers Information

View File

@@ -16,7 +16,7 @@
*/ */
// phpMyAdmin release // phpMyAdmin release
if (!defined('PMA_VERSION')) { if (!defined('PMA_VERSION')) {
define('PMA_VERSION', '2.5.2-rc3'); define('PMA_VERSION', '2.5.2');
} }
// php version // php version

View File

@@ -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.2-rc3 - Official translators</title> <title>phpMyAdmin 2.5.2 - 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.2-rc3 official translators list</h1> <h1>phpMyAdmin 2.5.2 official translators list</h1>
<p> <p>
Here is the list of the so called &quot;official translators&quot; of Here is the list of the so called &quot;official translators&quot; of