diff --git a/ChangeLog b/ChangeLog index ad2749aa9..96d862016 100755 --- a/ChangeLog +++ b/ChangeLog @@ -5,6 +5,9 @@ phpMyAdmin - Changelog $Id$ $Source$ +2003-08-16 Alexander M. Turek + * Documentation.html: Bad anchor link. + 2003-08-15 Marc Delisle * tbl_properties_structure.php3: bug 786710, IE and dropping fields, and bug 788676: added a table to help Netscape aligning the icons @@ -44,12 +47,12 @@ $Source$ exports. 2003-08-10 Marc Delisle - * server_status.php3: bug 786331, a 100,00% not internationalized, + * server_status.php3: bug 786331, a 100,00% not internationalized, and align values for "More status variables" * libraries/grab_globals.lib.php3: probable fix for IIS HTTP auth bug 2003-08-09 Marc Delisle - * libraries/auth/cookie.auth.lib.php3: Cookies required message + * libraries/auth/cookie.auth.lib.php3: Cookies required message should not look like an error 2003-08-08 Marc Delisle @@ -76,7 +79,7 @@ $Source$ 2003-08-06 Michal Cihar * libraries/common.lib.php3: Parse better enum fields (bug #784154). - + 2003-08-05 Garvin Hicking * libraries/common.lib.php3: Moved docu function (PHP3 compatbility) (Bug #782966) @@ -86,7 +89,7 @@ $Source$ 2003-08-05 Michal Cihar * sql.php3: Fixed regular expression. - * libraries/export/latex.php3: Use "table (field)" instead of + * libraries/export/latex.php3: Use "table (field)" instead of "table -> field" when dumping relations into LaTeX (bug #776957). * libraries/display_export.lib.php3, libraries/export/csv.php3, libraries/config_import.lib.php3, config.inc.php3: Allow column headers @@ -127,7 +130,7 @@ $Source$ * tbl_replace_fields: bug 780793: a '+' sign in ENUM (or SET or a foreign key) was wrongly urldecoded to a space * sql.php3: bug 781170, bad check for DROP DATABASE and IF EXISTS - + 2003-07-30 Marc Delisle * tbl_move_copy.php3: wrong Missing message diff --git a/Documentation.html b/Documentation.html index f508b5188..5c855a54c 100755 --- a/Documentation.html +++ b/Documentation.html @@ -405,7 +405,7 @@ $cfg['PmaAbsoluteUri'] = (!empty($_SERVER['HTTPS']) ? 'https' : 'http') . '://'
$cfg['blowfish_secret'] string
- Starting with version 2.5.2, the 'cookie' auth_type uses blowfish + Starting with version 2.5.2, the 'cookie' auth_type uses blowfish algorithm to encrypt the password.
If at least one server configuration uses 'cookie' auth_type, @@ -1279,8 +1279,8 @@ $cfg['PmaAbsoluteUri'] = (!empty($_SERVER['HTTPS']) ? 'https' : 'http') . '://'
$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 + 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.

@@ -1657,7 +1657,7 @@ $cfg['PmaAbsoluteUri'] = (!empty($_SERVER['HTTPS']) ? 'https' : 'http') . '://' most 4th generation browsers should be capable to use that feature. It currently is only tested with Internet Explorer 6 and Mozilla 1.x.

If $cfg['QueryHistoryDB'] is set to TRUE, all your Queries are logged to a table, - which has to be created by you (see $cfg['Servers'][$i]['history']). + which has to be created by you (see $cfg['Servers'][$i]['history']). If set to FALSE, all your queries will be appended to the form, but only as long as your window is opened they remain saved.

When using the JavaScript based query window, it will always get updated when you @@ -2066,7 +2066,7 @@ To create a new, empty mimetype please see libraries/transformations/template_ge


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]

@@ -2462,7 +2462,7 @@ To create a new, empty mimetype please see libraries/transformations/template_ge

This problem is known to happen when the server is running Turck MMCache - but upgrading MMCache to version 2.3.21 solves the problem. + but upgrading MMCache to version 2.3.21 solves the problem.


[2. Configuration]

@@ -3426,7 +3426,7 @@ To create a new, empty mimetype please see libraries/transformations/template_ge
  • "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 + doubt can cause any damage), but we fixed this in the 2.5.2 version.

  • @@ -3442,7 +3442,7 @@ To create a new, empty mimetype please see libraries/transformations/template_ge
  • "Information encoding weakness"

    - 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 now encrypts the password with the well-known blowfish algorithm.