Bad anchor link.

This commit is contained in:
Alexander M. Turek
2003-08-16 07:57:21 +00:00
parent ccdfaf6a62
commit 2f39027aac
2 changed files with 16 additions and 13 deletions

View File

@@ -5,6 +5,9 @@ phpMyAdmin - Changelog
$Id$
$Source$
2003-08-16 Alexander M. Turek <rabus@users.sourceforge.net>
* Documentation.html: Bad anchor link.
2003-08-15 Marc Delisle <lem9@users.sourceforge.net>
* 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 <lem9@users.sourceforge.net>
* 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 <lem9@users.sourceforge.net>
* 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 <lem9@users.sourceforge.net>
@@ -76,7 +79,7 @@ $Source$
2003-08-06 Michal Cihar <nijel@users.sourceforge.net>
* libraries/common.lib.php3: Parse better enum fields (bug #784154).
2003-08-05 Garvin Hicking <me@supergarv.de>
* libraries/common.lib.php3: Moved docu function (PHP3 compatbility)
(Bug #782966)
@@ -86,7 +89,7 @@ $Source$
2003-08-05 Michal Cihar <nijel@users.sourceforge.net>
* 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 <lem9@users.sourceforge.net>
* tbl_move_copy.php3: wrong Missing message

View File

@@ -405,7 +405,7 @@ $cfg['PmaAbsoluteUri'] = (!empty($_SERVER['HTTPS']) ? 'https' : 'http') . '://'
<dt><b>$cfg['blowfish_secret']</b> string</dt>
<dd>
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.
<br />
If at least one server configuration uses 'cookie' auth_type,
@@ -1279,8 +1279,8 @@ $cfg['PmaAbsoluteUri'] = (!empty($_SERVER['HTTPS']) ? 'https' : 'http') . '://'
<dt><b>$cfg['PropertiesNumColumns'] </b>integer</dt>
<dd>
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.
<br /><br />
</dd>
@@ -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.<br /><br />
If $cfg['QueryHistoryDB'] is set to TRUE, all your Queries are logged to a table,
which has to be created by you (see <a href="history">$cfg['Servers'][$i]['history']</a>).
which has to be created by you (see <a href="#history">$cfg['Servers'][$i]['history']</a>).
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.<br /><br />
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
<p><br />
Please have a look at our <a href="http://www.phpmyadmin.net/#links">Link section</a> on the official phpMyAdmin homepage for in-depth coverage of phpMyAdmin's features and/or interface.
</p>
<a name="faqserver"></a><br />
<h3>[1. Server]</h3>
@@ -2462,7 +2462,7 @@ To create a new, empty mimetype please see libraries/transformations/template_ge
</h4>
<p>
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.
</p>
<a name="faqconfig"></a><br />
<h3>[2. Configuration]</h3>
@@ -3426,7 +3426,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
doubt can cause any damage), but we fixed this in the
2.5.2 version.
<br /><br />
</li>
@@ -3442,7 +3442,7 @@ To create a new, empty mimetype please see libraries/transformations/template_ge
</li>
<li>&quot;Information encoding weakness&quot;
<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 now encrypts the password
with the well-known blowfish algorithm.
<br /><br />