Patch #1164699 and other improvements
This commit is contained in:
@@ -5,6 +5,10 @@ phpMyAdmin - Changelog
|
|||||||
$Id$
|
$Id$
|
||||||
$Source$
|
$Source$
|
||||||
|
|
||||||
|
2005-03-30 Marc Delisle <lem9@users.sourceforge.net>
|
||||||
|
* Documentation.html: Patch #1164699, clarification about PmaAbsoluteURI,
|
||||||
|
thanks to Isaac Bennetch - ibennetch
|
||||||
|
|
||||||
2005-03-29 Marc Delisle <lem9@users.sourceforge.net>
|
2005-03-29 Marc Delisle <lem9@users.sourceforge.net>
|
||||||
* libraries/common.lib.php: XSS vulnerability on convcharset
|
* libraries/common.lib.php: XSS vulnerability on convcharset
|
||||||
|
|
||||||
|
@@ -391,20 +391,21 @@ GRANT SELECT, INSERT, UPDATE, DELETE ON <pma_db>.* TO 'pma'@'localhost';
|
|||||||
<dl>
|
<dl>
|
||||||
<dt><b>$cfg['PmaAbsoluteUri']</b> string</dt>
|
<dt><b>$cfg['PmaAbsoluteUri']</b> string</dt>
|
||||||
<dd>
|
<dd>
|
||||||
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. <tt>http://www.your_web.net/path_to_your_phpMyAdmin_directory/</tt>.
|
E.g. <tt>http://www.your_web.net/path_to_your_phpMyAdmin_directory/</tt>.
|
||||||
<br /><br />
|
<br /><br />
|
||||||
phpMyAdmin needs this setting, because of requirements of the HTTP
|
Starting with version 2.3.0, it is advisable to try leaving this
|
||||||
protocol, explained in RFC2616, section 14.30.
|
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
|
||||||
|
<tt>$cfg['PmaAbsoluteUri_DisableWarning']</tt>; you probably want
|
||||||
|
to change that to <tt>TRUE</tt>.
|
||||||
<br /><br />
|
<br /><br />
|
||||||
Don't forget the slash at the end of your URL. The URL must contain
|
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
|
characters that are valid for a URL, and on some servers, the path
|
||||||
is case-sensitive.
|
is case-sensitive.
|
||||||
<br /><br />
|
<br /><br />
|
||||||
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.
|
|
||||||
<br /><br />
|
|
||||||
</dd>
|
</dd>
|
||||||
<dt><b>$cfg['PmaAbsoluteUri_DisableWarning']</b> boolean</dt>
|
<dt><b>$cfg['PmaAbsoluteUri_DisableWarning']</b> boolean</dt>
|
||||||
<dd>
|
<dd>
|
||||||
@@ -859,7 +860,7 @@ GRANT SELECT, INSERT, UPDATE, DELETE ON <pma_db>.* TO 'pma'@'localhost';
|
|||||||
<dd>
|
<dd>
|
||||||
Because release 2.5.0 introduced the new MIME-transformation support, the
|
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
|
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 <tt>TRUE</tt> (default) phpMyAdmin will check if you have the latest table structure
|
||||||
available. If not, it will emit a warning to the superuser.<br /><br />
|
available. If not, it will emit a warning to the superuser.<br /><br />
|
||||||
|
|
||||||
You can disable this checking behavior by setting the variable to false, which
|
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';
|
|||||||
<dd>
|
<dd>
|
||||||
Define whether phpMyAdmin will output the results of each query of a
|
Define whether phpMyAdmin will output the results of each query of a
|
||||||
multi-query statement embedded into the SQL output as inline comments.
|
multi-query statement embedded into the SQL output as inline comments.
|
||||||
Defaults to TRUE.
|
Defaults to <tt>TRUE</tt>.
|
||||||
<br /><br />
|
<br /><br />
|
||||||
</dd>
|
</dd>
|
||||||
<dt>
|
<dt>
|
||||||
@@ -1103,7 +1104,7 @@ GRANT SELECT, INSERT, UPDATE, DELETE ON <pma_db>.* TO 'pma'@'localhost';
|
|||||||
</dd>
|
</dd>
|
||||||
<dt><b>$cfg['LeftDisplayLogo'] </b>boolean</dt>
|
<dt><b>$cfg['LeftDisplayLogo'] </b>boolean</dt>
|
||||||
<dd>Defines whether to display the phpMyAdmin logo at the top of the left frame or not.
|
<dd>Defines whether to display the phpMyAdmin logo at the top of the left frame or not.
|
||||||
Defaults to TRUE. <br />
|
Defaults to <tt>TRUE</tt>. <br />
|
||||||
<br />
|
<br />
|
||||||
</dd>
|
</dd>
|
||||||
<dt><b>$cfg['LeftDisplayServers'] </b>boolean</dt>
|
<dt><b>$cfg['LeftDisplayServers'] </b>boolean</dt>
|
||||||
@@ -1452,7 +1453,7 @@ Defaults to FALSE (drop-down). <br />
|
|||||||
|
|
||||||
<dt><b>$cfg['LeftPointerEnable'] </b>boolean</dt>
|
<dt><b>$cfg['LeftPointerEnable'] </b>boolean</dt>
|
||||||
<dd>
|
<dd>
|
||||||
A value of TRUE activates the left pointer (when LeftFrameLight is FALSE).
|
A value of <tt>TRUE</tt> activates the left pointer (when LeftFrameLight is <tt>FALSE</tt>).
|
||||||
<br /><br />
|
<br /><br />
|
||||||
</dd>
|
</dd>
|
||||||
|
|
||||||
@@ -1601,7 +1602,7 @@ Defaults to FALSE (drop-down). <br />
|
|||||||
<b>$cfg['ShowPropertyComments'] </b>boolean<br />
|
<b>$cfg['ShowPropertyComments'] </b>boolean<br />
|
||||||
</dt>
|
</dt>
|
||||||
<dd>
|
<dd>
|
||||||
By setting the corresponding variable to TRUE you can enable the
|
By setting the corresponding variable to <tt>TRUE</tt> you can enable the
|
||||||
display of column comments in Browse or Property display. In browse
|
display of column comments in Browse or Property display. In browse
|
||||||
mode, the comments are show inside the header. In property mode,
|
mode, the comments are show inside the header. In property mode,
|
||||||
comments are displayed using a CSS-formatted dashed-line below the
|
comments are displayed using a CSS-formatted dashed-line below the
|
||||||
@@ -1702,7 +1703,7 @@ Defaults to FALSE (drop-down). <br />
|
|||||||
use that feature. It currently is only tested with Internet Explorer 6
|
use that feature. It currently is only tested with Internet Explorer 6
|
||||||
and Mozilla 1.x.
|
and Mozilla 1.x.
|
||||||
<br /><br />
|
<br /><br />
|
||||||
If $cfg['QueryHistoryDB'] is set to TRUE, all your Queries are logged
|
If $cfg['QueryHistoryDB'] is set to <tt>TRUE</tt>, all your Queries are logged
|
||||||
to a table, which has to be created by you (see <a
|
to a table, which has to be created by you (see <a
|
||||||
href="#history">$cfg['Servers'][$i]['history']</a>). If set to FALSE,
|
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
|
all your queries will be appended to the form, but only as long as
|
||||||
@@ -1720,7 +1721,7 @@ Defaults to FALSE (drop-down). <br />
|
|||||||
uncheck the button whenever you definitely want the query window to
|
uncheck the button whenever you definitely want the query window to
|
||||||
get updated even though you have made alterations.
|
get updated even though you have made alterations.
|
||||||
<br /><br />
|
<br /><br />
|
||||||
If $cfg['QueryHistoryDB'] is set to TRUE you can specify the amount of
|
If $cfg['QueryHistoryDB'] is set to <tt>TRUE</tt> you can specify the amount of
|
||||||
saved history items using $cfg['QueryHistoryMax'].
|
saved history items using $cfg['QueryHistoryMax'].
|
||||||
<br /><br />
|
<br /><br />
|
||||||
The query window also has a custom tabbed look to group the features.
|
The query window also has a custom tabbed look to group the features.
|
||||||
@@ -1794,7 +1795,7 @@ Defaults to FALSE (drop-down). <br />
|
|||||||
|
|
||||||
<dt><b>$cfg['SetHttpHostTitle'] </b>string</dt>
|
<dt><b>$cfg['SetHttpHostTitle'] </b>string</dt>
|
||||||
<dd>
|
<dd>
|
||||||
If <tt>$cfg['ShowHttpHostTitle']</tt> is TRUE, it shows the real
|
If <tt>$cfg['ShowHttpHostTitle']</tt> is <tt>TRUE</tt>, it shows the real
|
||||||
HTTP host name, unless an alternate name is set here.
|
HTTP host name, unless an alternate name is set here.
|
||||||
<br /><br />
|
<br /><br />
|
||||||
</dd>
|
</dd>
|
||||||
@@ -3305,7 +3306,7 @@ To create a new, empty mimetype please see libraries/transformations/template_ge
|
|||||||
happens after that, only a blank screen.
|
happens after that, only a blank screen.
|
||||||
</h4>
|
</h4>
|
||||||
<p>
|
<p>
|
||||||
Having $cfg['QueryFrameJS'] set to TRUE, this leads to a bug in Opera6, because it
|
Having $cfg['QueryFrameJS'] set to <tt>TRUE</tt>, this leads to a bug in Opera6, because it
|
||||||
is not able to interpret frameset definitiions written by JavaScript. Please upgrade
|
is not able to interpret frameset definitiions written by JavaScript. Please upgrade
|
||||||
to Opera7 at least.
|
to Opera7 at least.
|
||||||
</p>
|
</p>
|
||||||
@@ -3966,7 +3967,7 @@ To create a new, empty mimetype please see libraries/transformations/template_ge
|
|||||||
</li>
|
</li>
|
||||||
<li>
|
<li>
|
||||||
In config.inc.php, <tt>$cfg['LeftFrameLight']</tt> is set to FALSE
|
In config.inc.php, <tt>$cfg['LeftFrameLight']</tt> is set to FALSE
|
||||||
(the default value of this parameter is TRUE).
|
(the default value of this parameter is <tt>TRUE</tt>).
|
||||||
</li>
|
</li>
|
||||||
<li>
|
<li>
|
||||||
There is no firewall blocking requests from the Web server to the
|
There is no firewall blocking requests from the Web server to the
|
||||||
|
Reference in New Issue
Block a user