The Mozilla textarea bug also appears in Mozilla 1.0-RC2 and Netscape 7.0-PR1.

This commit is contained in:
Alexander M. Turek
2002-05-23 09:03:18 +00:00
parent afd089c4fb
commit ab0220c2cd
2 changed files with 11 additions and 7 deletions

View File

@@ -5,6 +5,10 @@ phpMyAdmin - Changelog
$Id$
$Source$
2002-05-19 Alexander M. Turek <rabus@users.sourceforge.net>
* Documentation.html: The Mozilla textarea bug also appears in
Mozilla 1.0-RC2 and Netscape 7.0-PR1.
2002-05-22 Lo<4C>c Chapeaux <lolo@phpheaven.net>
* libraries/display_tbl.lib.php3: fixed possible errors with special
characters in tables names.
@@ -13,8 +17,8 @@ $Source$
2002-05-22 Marc Delisle <lem9@users.sourceforge.net>
* 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)

View File

@@ -346,7 +346,7 @@
using the <tt>$cfg['Servers'][$i]['only_db']</tt> might be enough.</li>
<li>In the ISP FAQ section, there is an entry explaining how to protect
your configuration file.<br /></li>
<li>For additional security in this mode, you may wish to consider the
<li>For additional security in this mode, you may wish to consider the
Host authentication <tt>$cfg['Servers'][$i]['AllowDeny']['order']</tt>
and <tt>$cfg['Servers'][$i]['AllowDeny']['rules']</tt> configuration
directives.</li>
@@ -442,7 +442,7 @@ $cfg['PmaAbsoluteUri'] = (!empty($HTTPS) ? 'https' : 'http') . '://'
<dd>
What type connection to use with the MySQL server. Your options are
<tt>'socket'</tt> &amp; <tt>'tcp'</tt>. 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.
<br /><br />
</dd>
@@ -709,7 +709,7 @@ $cfg['PmaAbsoluteUri'] = (!empty($HTTPS) ? 'https' : 'http') . '://'
If your rule order is empty, then IP authentication is disabled.
<br /><br />
If your rule order is set to <tt>'deny,allow'</tt> 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') . '://'
</p>
<p>
<b>With Mozilla 0.9.? to 1.0-RC1 I can't type a whitespace in the SQL-Query
edit area: the page scrolls down.</b>
<b>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.</b>
<br />
This is a Mozilla bug (see bug #26882 at
<a class="navigation" href="http://bugzilla.mozilla.org/" target="_blank">Bugzilla</a>).<br />