From fee0ca1f08b1f3db9cbf232934a5fd11dc6c0d82 Mon Sep 17 00:00:00 2001 From: Marc Delisle Date: Sat, 17 Feb 2007 13:23:23 +0000 Subject: [PATCH] patch #1659347 --- ChangeLog | 4 ++++ Documentation.html | 19 +++++++++++++++++++ 2 files changed, 23 insertions(+) diff --git a/ChangeLog b/ChangeLog index ea4bd950a..7533924eb 100644 --- a/ChangeLog +++ b/ChangeLog @@ -5,6 +5,10 @@ phpMyAdmin - ChangeLog $Id$ $HeadURL$ +2007-02-17 Marc Delisle + * Documentation.html: patch #1659347, missing doc for some config, + thanks to Isaac Bennetch + 2007-02-16 Marc Delisle * libraries/common.lib.php, footer.inc.php: avoid generating big links after an upload into a BLOB diff --git a/Documentation.html b/Documentation.html index 12ca511b1..66c6f461e 100644 --- a/Documentation.html +++ b/Documentation.html @@ -1634,6 +1634,25 @@ $cfg['TrustedProxies'] = name of the field. The comment is shown as a tool-tip for that field. +
$cfg['SQLQuery']['Edit'] boolean
+
Whether to display an edit link to change a query in any SQL Query box.
+ +
$cfg['SQLQuery']['Explain'] boolean
+
Whether to display a link to explain a SELECT query in any SQL Query box.
+ +
$cfg['SQLQuery']['ShowAsPHP'] boolean
+
Whether to display a link to wrap a query in PHP code in any SQL Query box.
+ +
$cfg['SQLQuery']['Validate'] boolean
+
Whether to display a link to validate a query in any SQL Query box. + See also $cfg_SQLValidator.
+ +
$cfg['SQLQuery']['Refresh'] boolean
+
Whether to display a link to refresh a query in any SQL Query box.
+ +
$cfg['UploadDir'] string
+
+ The name of the directory where
$cfg['UploadDir'] string
The name of the directory where