From c75c76833a9927bc795e9397726f8e1136f1f5c0 Mon Sep 17 00:00:00 2001 From: Marc Delisle Date: Wed, 30 Mar 2005 17:10:02 +0000 Subject: [PATCH] Patch #1164699 and other improvements --- ChangeLog | 4 ++++ Documentation.html | 35 ++++++++++++++++++----------------- 2 files changed, 22 insertions(+), 17 deletions(-) diff --git a/ChangeLog b/ChangeLog index 71f6c5ba2..c2444386e 100755 --- a/ChangeLog +++ b/ChangeLog @@ -5,6 +5,10 @@ phpMyAdmin - Changelog $Id$ $Source$ +2005-03-30 Marc Delisle + * Documentation.html: Patch #1164699, clarification about PmaAbsoluteURI, + thanks to Isaac Bennetch - ibennetch + 2005-03-29 Marc Delisle * libraries/common.lib.php: XSS vulnerability on convcharset diff --git a/Documentation.html b/Documentation.html index 255301f9e..3aa10fbad 100755 --- a/Documentation.html +++ b/Documentation.html @@ -391,20 +391,21 @@ GRANT SELECT, INSERT, UPDATE, DELETE ON <pma_db>.* TO 'pma'@'localhost';
$cfg['PmaAbsoluteUri'] string
- Sets here the complete URL (with full path) to your phpMyAdmin version. + Sets here the complete URL (with full path) to your phpMyAdmin + installation's directory. E.g. http://www.your_web.net/path_to_your_phpMyAdmin_directory/.

- phpMyAdmin needs this setting, because of requirements of the HTTP - protocol, explained in RFC2616, section 14.30. + Starting with version 2.3.0, it is advisable to try leaving this + blank. In most cases phpMyAdmin automatically detects the proper + setting. Additional details are in the configuration file. If you + leave it blank, see the notes for + $cfg['PmaAbsoluteUri_DisableWarning']; you probably want + to change that to TRUE.

Don't forget the slash at the end of your URL. The URL must contain characters that are valid for a URL, and on some servers, the path is case-sensitive.

- Starting with version 2.3.0, you can try to leave this parameter - empty, because the program tries to auto-detect its proper value. - Additional details are in the configuration file. -

$cfg['PmaAbsoluteUri_DisableWarning'] boolean
@@ -859,7 +860,7 @@ GRANT SELECT, INSERT, UPDATE, DELETE ON <pma_db>.* TO 'pma'@'localhost';
Because release 2.5.0 introduced the new MIME-transformation support, the column_info table got enhanced with three new fields. If the above variable is - set to TRUE (default) phpMyAdmin will check if you have the latest table structure + set to TRUE (default) phpMyAdmin will check if you have the latest table structure available. If not, it will emit a warning to the superuser.

You can disable this checking behavior by setting the variable to false, which @@ -1032,7 +1033,7 @@ GRANT SELECT, INSERT, UPDATE, DELETE ON <pma_db>.* TO 'pma'@'localhost';
Define whether phpMyAdmin will output the results of each query of a multi-query statement embedded into the SQL output as inline comments. - Defaults to TRUE. + Defaults to TRUE.

@@ -1103,7 +1104,7 @@ GRANT SELECT, INSERT, UPDATE, DELETE ON <pma_db>.* TO 'pma'@'localhost';
$cfg['LeftDisplayLogo'] boolean
Defines whether to display the phpMyAdmin logo at the top of the left frame or not. -Defaults to TRUE.
+Defaults to TRUE.

$cfg['LeftDisplayServers'] boolean
@@ -1452,7 +1453,7 @@ Defaults to FALSE (drop-down).
$cfg['LeftPointerEnable'] boolean
- A value of TRUE activates the left pointer (when LeftFrameLight is FALSE). + A value of TRUE activates the left pointer (when LeftFrameLight is FALSE).

@@ -1601,7 +1602,7 @@ Defaults to FALSE (drop-down).
$cfg['ShowPropertyComments'] boolean
- By setting the corresponding variable to TRUE you can enable the + By setting the corresponding variable to TRUE you can enable the display of column comments in Browse or Property display. In browse mode, the comments are show inside the header. In property mode, comments are displayed using a CSS-formatted dashed-line below the @@ -1702,7 +1703,7 @@ Defaults to FALSE (drop-down).
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 + 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']). If set to FALSE, all your queries will be appended to the form, but only as long as @@ -1720,7 +1721,7 @@ Defaults to FALSE (drop-down).
uncheck the button whenever you definitely want the query window to get updated even though you have made alterations.

- If $cfg['QueryHistoryDB'] is set to TRUE you can specify the amount of + If $cfg['QueryHistoryDB'] is set to TRUE you can specify the amount of saved history items using $cfg['QueryHistoryMax'].

The query window also has a custom tabbed look to group the features. @@ -1794,7 +1795,7 @@ Defaults to FALSE (drop-down).
$cfg['SetHttpHostTitle'] string
- If $cfg['ShowHttpHostTitle'] is TRUE, it shows the real + If $cfg['ShowHttpHostTitle'] is TRUE, it shows the real HTTP host name, unless an alternate name is set here.

@@ -3305,7 +3306,7 @@ To create a new, empty mimetype please see libraries/transformations/template_ge happens after that, only a blank screen.

- Having $cfg['QueryFrameJS'] set to TRUE, this leads to a bug in Opera6, because it + Having $cfg['QueryFrameJS'] set to TRUE, this leads to a bug in Opera6, because it is not able to interpret frameset definitiions written by JavaScript. Please upgrade to Opera7 at least.

@@ -3966,7 +3967,7 @@ To create a new, empty mimetype please see libraries/transformations/template_ge
  • In config.inc.php, $cfg['LeftFrameLight'] is set to FALSE - (the default value of this parameter is TRUE). + (the default value of this parameter is TRUE).
  • There is no firewall blocking requests from the Web server to the