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$
$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>
* tbl_properties_operations.php3: Do not display the
"Referential integrity check" section for InnoDB tables

View File

@@ -8,7 +8,7 @@
<head>
<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" />
</head>
@@ -31,7 +31,7 @@
<hr noshade="noshade" width="100%" />
</div>
<h1>phpMyAdmin 2.5.2-rc3 Documentation</h1>
<h1>phpMyAdmin 2.5.2 Documentation</h1>
<!-- 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.
</h4>
<p>
Last update of this FAQ: 2003-07-02.
Last update of this FAQ: 2003-07-22.
<br /><br />
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>
@@ -3375,7 +3375,7 @@ To create a new, empty mimetype please see libraries/transformations/template_ge
<li>&quot;Remote internal directory listing&quot;
<br /><br />
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.
<br /><br />
</li>
@@ -3383,15 +3383,16 @@ To create a new, empty mimetype please see libraries/transformations/template_ge
<li>&quot;XSS and Path disclosures&quot;
<br /><br />
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 />
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 />
</li>
<li>&quot;Information encoding weakness&quot;
<br /><br />
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.
<br /><br />
</li>

View File

@@ -6,7 +6,7 @@
Transformations - FAQ - Developers - Credits - Translators
______________________________________________________________________
phpMyAdmin 2.5.2-rc2 Documentation
phpMyAdmin 2.5.2 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.472 2003/07/10
13:30:34 lem9 Exp $
* Documentation version: $Id: Documentation.html,v 1.478 2003/07/22
19:22:01 lem9 Exp $
Requirements
@@ -23,8 +23,8 @@ Requirements
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 also needs to be compiled with MySQL support;
If you want to display inline thumbnails of JPEGs, you also need
GD2 support in PHP.
If you want to display inline thumbnails of JPEGs with the
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);
Note: The implemented MySQL 4.1.x support is experimental!
* a web-browser (doh!).
@@ -136,8 +136,8 @@ Installation
section).
However, keep in mind that the password travels in plain text,
unless you are using the HTTPS protocol.
In cookie mode, we send the password in a temporary cookie, so
most browsers should not store the password in their cookie file.
In cookie mode, the password is stored, encrypted with the
blowfish algorithm, in a temporary cookie.
* For 'HTTP' and 'cookie' modes, phpMyAdmin needs a controluser that
has only the SELECT privilege on the mysql.user (all columns
except "Password"), mysql.db (all columns) & mysql.tables_priv
@@ -1273,6 +1273,9 @@ Transformations
<www.your-host.com>/<your-install-dir>/libraries/transformations/overv
iew.php3 installation.
For a tutorial on how to effectively use transformations, see our Link
section on the official phpMyAdmin-homepage.
[2. Usage]
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
- 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.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.
[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
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.
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
alert: http://www.securityfocus.com/archive/1/325641.
The team regrets that the author did not communicate with us before
@@ -2350,15 +2357,16 @@ FAQ - Frequently Asked Questions
* "Remote internal directory listing"
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 2.5.2 version.
2.5.2 version.
* "XSS and Path disclosures"
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.
We are currently looking at the Path disclosure issue.
rest have been fixed in the 2.5.2 version.
We believe that the Path disclosures problems have also been fixed
in version 2.5.2.
* "Information encoding weakness"
We believe that an exploit for this weakness would be difficult to
achieve. However version 2.5.2-dev now encrypts the password with
the well-known blowfish algorithm.
achieve. However version 2.5.2 now encrypts the password with the
well-known blowfish algorithm.
Developers Information

View File

@@ -16,7 +16,7 @@
*/
// phpMyAdmin release
if (!defined('PMA_VERSION')) {
define('PMA_VERSION', '2.5.2-rc3');
define('PMA_VERSION', '2.5.2');
}
// 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.2-rc3 - Official translators</title>
<title>phpMyAdmin 2.5.2 - 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.2-rc3 official translators list</h1>
<h1>phpMyAdmin 2.5.2 official translators list</h1>
<p>
Here is the list of the so called &quot;official translators&quot; of