diff --git a/ChangeLog b/ChangeLog index 827b328a7..67f5b8ad6 100755 --- a/ChangeLog +++ b/ChangeLog @@ -5,6 +5,10 @@ phpMyAdmin - Changelog $Id$ $Source$ +2002-05-19 Alexander M. Turek + * Documentation.html: The Mozilla textarea bug also appears in + Mozilla 1.0-RC2 and Netscape 7.0-PR1. + 2002-05-22 Loïc Chapeaux * libraries/display_tbl.lib.php3: fixed possible errors with special characters in tables names. @@ -13,8 +17,8 @@ $Source$ 2002-05-22 Marc Delisle * Documentation.html, config.inc.php3, db_details_structure.php3, - pdf_schema.php3, libraries/display_tbl.lib.php3: PMA_pdf_table_position - renamed to PMA_table_info, "foreign_display_field" moved from + pdf_schema.php3, libraries/display_tbl.lib.php3: PMA_pdf_table_position + renamed to PMA_table_info, "foreign_display_field" moved from PMA_relation to PMA_table_info (once per table) * lang/indonesian.inc.php3 updates thanks to Rachim Tamsjadi (tamsjadi at icqmail.com) diff --git a/Documentation.html b/Documentation.html index 8372a8fd5..3ed4ca80e 100755 --- a/Documentation.html +++ b/Documentation.html @@ -346,7 +346,7 @@ using the $cfg['Servers'][$i]['only_db'] might be enough.
  • In the ISP FAQ section, there is an entry explaining how to protect your configuration file.
  • -
  • For additional security in this mode, you may wish to consider the +
  • For additional security in this mode, you may wish to consider the Host authentication $cfg['Servers'][$i]['AllowDeny']['order'] and $cfg['Servers'][$i]['AllowDeny']['rules'] configuration directives.
  • @@ -442,7 +442,7 @@ $cfg['PmaAbsoluteUri'] = (!empty($HTTPS) ? 'https' : 'http') . '://'
    What type connection to use with the MySQL server. Your options are 'socket' & 'tcp'. It defaults to 'tcp' as that - is nearly guarenteed to be available on all MySQL servers, while + is nearly guarenteed to be available on all MySQL servers, while sockets are not supported on some platforms.

    @@ -709,7 +709,7 @@ $cfg['PmaAbsoluteUri'] = (!empty($HTTPS) ? 'https' : 'http') . '://' If your rule order is empty, then IP authentication is disabled.

    If your rule order is set to 'deny,allow' then the system - applies all deny rules followed by allow rules. + applies all deny rules followed by allow rules. Access is allowed by default. Any client which does not match a Deny command or does match an Allow command will be allowed access to the server. @@ -1638,8 +1638,8 @@ $cfg['PmaAbsoluteUri'] = (!empty($HTTPS) ? 'https' : 'http') . '://'

    - With Mozilla 0.9.? to 1.0-RC1 I can't type a whitespace in the SQL-Query - edit area: the page scrolls down. + With Mozilla 0.9.? to 1.0-RC2 and Netscape 7.0-PR1 I can't type a + whitespace in the SQL-Query edit area: the page scrolls down.
    This is a Mozilla bug (see bug #26882 at Bugzilla).